Web Service conflict among cxf2.2.4 Spring2.5.6 and jboss 7?
问题 How do I want to set up web service on Spring 2.5.6 cxf2.2.4 and jboss7? I know jboss 7 has web service package natively. My codes already heavily rely on apache cxf2.2.4 framework, I just don't want to change a lot due to tight deadline. I put this under webapp/META-INFO/ to exclude embeded cxf2.4 in jboss7, what else should I do? <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0"> <deployment> <exclusions> <module name="org.apache.cxf"/> </exclusions> </deployment> <