[jboss-dev-forums] [JBoss AS 7 Development] - Re: EAR jars dependency
Stuart Douglas
do-not-reply at jboss.com
Mon Sep 3 18:17:49 EDT 2012
Stuart Douglas [https://community.jboss.org/people/swd847] created the discussion
"Re: EAR jars dependency"
To view the discussion, visit: https://community.jboss.org/message/757677#757677
--------------------------------------------------------------
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
[https://community.jboss.org/message/757677#757677]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120903/f415e7b4/attachment.html
More information about the jboss-dev-forums
mailing list