View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820466#3820466

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

one of the beauties of the JBoss classloaders is that if that jar is visible ANYWHERE 
then the system will pick it up.  



one of the things that may be throwing you off is that the jar doesn't get picked up 
before the EJB. 



Several ways. putting stuff in lib/ will make sure it is picked up first before 
everything else.  Otherwise do russian doll packaging (put your jar in the ejb jar and 
it will be deployed first). 






-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to