JBoss Community

Re: EAR jars dependency

created by Stuart Douglas in JBoss AS 7 Development - View the full discussion

Is there any reason why you can't put those jars into ear/lib ?

 

This will make them availble to the whole application. Non ejb-jars (i.e. jars without EJB component defiining annotations or listed as an ejb-jar in application.xml) in the root of the appplication will not be deployed by default (this is per the EE6 platform spec), if you want to leave them where they are you must list them as Class-Path entries in the manifest of any class that wants to use them, which sounds impractical for your case.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community