Hi,
Which JBossWS jars do I need to add my (Tomcat 7) war in order to support (JSR109) webservices?
(Background: I'm trying to create a war that would provide webservices and that I could deploy on Tomcat 7 without any modifications to the Tomcat configuration or libraries. The Webservices are based on JAXWS 2.1 (JDK 6, thus). I don't need the extra CXF capabilities, per se).
Thanks,
Marco
JBossWS does not support Tomcat as a target "container". JSR109 functionalities are part of the JavaEE webservices offering of JBossWS and shipped with the rest of jbossws functionalities in jbossws-cxf-server jar.