2 Replies Latest reply on Nov 30, 2005 4:48 AM by elmosca2

    howto: par with jar dependency, in an ear

    elmosca2

      Hi all,

      I have a par with EJB3 and some of them depend on classes from an external jar. I want to package everything inside an ear. Is it possible? If so, how? I've tried to put the jar and the par in the ear root and configured the application.xml file to get the par. However, the par is loaded first so I get ClassNotFoundExceptions, as it does not find the classes from the jar.

      TIA,