1 Reply Latest reply on Nov 10, 2005 2:31 AM by heinrich

    Starting point.

    jspiteri

      Hi,
      I am trying to use EJB 3.0 with the following configuration:

      Jboss 4.0.3 SP 1
      Eclipse IDE 3.1

      The problem is the following, i manage to package and run a simple EBJ 2.1 application, but if i change the code around to EJB 3.0 format, the application simply won't package, from Eclipse... it won't give errors or anything, it will just not do anything. I will not try deploying an application manually, to see if jboss is actually deploying them or not. if it does, then it's an eclipse problem. Any one knows in which directory i must put the .ear file please?.

      Justin

        • 1. Re: Starting point.
          heinrich

          Hi, the deploy directory is in $JBOSS_HOME/server/$yourconfig/deploy

          just copy your ear, par, jar, ejb3 files here and it will be deployed.

          I had similare problems while using the normal eclipse 3.1. There were no support for the java annotaions.
          Have you tried the Jboss IDE Milestone 1.5 ?
          It should work with this, probably.
          If not, try to be more detailed in your error description.