1 2 Previous Next 16 Replies Latest reply on Feb 11, 2010 6:12 AM by neron17 Go to original post
      • 15. Re: EJB 3.0 - Injection via annotation into a servlet
        jaikiran
        WEB-INF/lib/j2ee.jar

        Remove that jar file from the application packaging. JBoss already ships with the required JavaEE classes.

         

        neron17 wrote:

         

         

        For the ear I understand that you asking for jars in the lib directory inside the ear-file right? However, I do not have a lib directory in the ear.

        That's fine then. Just wanted to make sure, the application doesn't have unwanted jar files.

        • 16. Re: EJB 3.0 - Injection via annotation into a servlet
          neron17

          I finally got it to work. Removed the file as you said (Üthink I copied it for the classpath but now I took it directly into the ant configuration)

           

          Thanks a lot to all for the effort

          1 2 Previous Next