You can place the funnyUtility.jar inside your myApp.ear. After placing it in the .ear
file, to make it available in the classpath, you will have to add an entry in the
application.xml file present in your myApp.ear/META-INF directory. The entry will be as
follows:
<module>
| <java>funnyUtility.jar</java>
| </module>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966027#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...