A jar file is deployed only it it contains EJBs (or a message-driven POJO or possibly
other things that I can't recall right now). If the jar file contains only library
classes, it is not deployed. If you have a jar file containing EJBs that needs a library
jar, you should package both of them in an ear file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046844#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...