[jboss-user] [Beginners Corner] - Re: Problem with deployed .jar files

PeterJ do-not-reply at jboss.com
Fri May 18 10:41:01 EDT 2007


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#4046844

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



More information about the jboss-user mailing list