[jboss-user] [EJB 3.0] - Re: CNF on Exploded Jar in app.ear/lib

jaikiran do-not-reply at jboss.com
Fri Sep 5 03:09:54 EDT 2008


"skajotde" wrote : 
  | 
  | All jar from root ear are on classpath ? 

No, they are not. Unless you add a java module in the application.xml to point to the jar at the root of EAR.

All jars in the EAR/lib folder are in classpath by default. The "lib" folder in the EAR is the default folder from which the jars will be added to classpath. You can name the "lib" to anything else and then add an library-directory element in the jboss-app.xml to point to your folder containing the jars. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174476#4174476

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174476



More information about the jboss-user mailing list