AFAIK there is no automatic inclusion of jar files in an EAR. You can define them in
application.web:
| <module>
| <java>myjar.jar</java>
| </module>
|
And you place it in the root dir. of the EAR.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038325#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...