The JSE deployment process rewrites the web.xml file and moves aside the original version. However, if I redeploy my ear file, the webservice stops working and throws a NoSuchMethodException from the ServiceEndpoint. It says it can't find the wsdl operation method. If I replace the web.xml file with the original, then redeploy the ear (allowing the deployment process to rewrite the web.xml again) everything works fine. I also noticed that if I don't rewrite the web.xml with the original, it creates multiple init-params for the Endpoint that are identical.
Darin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853386#3853386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853386 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
