"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...