Are u running in standalone or domain mode? Can you try disabling/removing the "ws" subsystem from the domain.xml [in case of domain mode] or standalone-XXX.xml [if in standalone mode] from the profile you are using?
-----Original Message----- From: diepie [mailto:[email protected]] Sent: Tuesday, October 08, 2013 7:22 PM To: [email protected] Subject: Turn off JBoss-WS in JBoss 5.1 Hi! I'am trying to deploy my CXF web application to JBoss 5.1 GA. All features work fine in Tomcat, but the internal JBoss-WS jars are causing some unexpected behavior (the same as written here <http://stackoverflow.com/questions/14454420/stackoverflowerror-coming-when-cxf-security-authentication-webservice-deployed-i> ), therefore I want to turn the Jboss webservice subsystem down as it is written here. <http://cxf.apache.org/docs/application-server-specific-configuration-guide.html> . The problem is that placing jboss-deployment-structure.xml in the WEB-INF does not have any effect even after restarting the server, so I assume it is not supported in version 5.1. Removing jbossws.deployer from /deployers and jbossws.sar from /deploy (as written here <https://community.jboss.org/wiki/JBoss5xTuningSlimming> ) is not a valid option because there are many applications which may be affected by it. So my question is how to disable the internal JBoss WS module? Many thanks, Peter -- View this message in context: http://cxf.547215.n5.nabble.com/Turn-off-JBoss-WS-in-JBoss-5-1-tp5734813.html Sent from the cxf-user mailing list archive at Nabble.com.
