JBoss-3.2.3 all config

What's the best way to get a web service archive to
work correctly with jboss-net, if you're using a
jboss-app.xml file in your ear?  I have an ear file
and I'm including a web service archive (*.wsr) in the
ear.  If I leave the jboss-app.xml file out everything
deploys correctly, and I'm able to view the deployed
service
(http://localhost:8085/jboss-net/services/Hello?wsdl).
 But when I add my jboss-app.xml file, the AxisServlet
fails with a NoClassDefFoundError.  Since axis has no
logging in the method it was failing in,  I added a
System.out.println to the axis class and it looks like
the class it can't find is
"org.jboss.net.axis.server.EJBProvider".  Obviously
with the jboss-app.xml my ear can't see the class in
the jboss-net.sar file....whats the best way to get
this to work with the jboss-app.xml file in my ear?

Thanks,

Chad 


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to