Thank you Thomas! I'd curious to see if other users of JBossWS find this posting to be useful.
Now, there is at least one "gotcha" with the Hello World process as described in this thread. The web.xml file is re-written with the one I listed renamed as web.xml.org. This causes a problem if you change and recompile the HelloWorldWS.java file. If this was a servlet I would simply touch the web.xml to have app server hot redeploy it. The trick is to delete the funny looking web.xml file and rename "web.xml.org" to "web.xml" then hot deployment kicks in and all is good. If you simply "touch" the funny web.xml (generated by JBossWS I suspect) you will get a stack trace displayed to the server console, the web service will no longer be available at http://localhost:8080/jbossws View and you'll have to restart the app server to clear things up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941216#3941216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941216 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
