[JBoss-user] [Beginners Corner] - Re: Deploying EJB's that use classes in web-inf\classes

2004-04-03 Thread [EMAIL PROTECTED]
Correct, there's no visibility from an EJB to the servlet's WEB-INF/classes in JBoss 3.0, you need to share the classes in a location somewhere other than WEB-INF (pretty much anything else will work) View the original post :

[JBoss-user] [Beginners Corner] - Re: Deploying EJB's that use classes in web-inf\classes

2004-03-29 Thread cvandyck
I'm not sure if this is the correct way to do this, but our solution to this was to deploy those needed classes in the ejb.jar deployment as well. Our build script handles the copying of those classes. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827926#3827926;View the