[jboss-user] [Beginners Corner] - Re: packaging problem

2009-05-14 Thread pippodev
I put the JAR library in lib directory and all works godd! Thank you, bye View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231103#4231103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231103 _

[jboss-user] [Beginners Corner] - Re: packaging problem

2009-05-13 Thread PeterJ
I don't think that the classes is the class library JAR will get loaded because JBoss AS will not deploy such a JAR. Try moving the class library JAR to the server/xxx/lib directory. Are your EJBs packaged in a JAR file? If so, simply replacing the JAR file will reload the EJBs. View the origi