I was able to get past this error by putting the spring jars in server\default\lib but I'm not sure if that's a recommended solution. Nevertheless I pressed on to see if I could get a working deployment somehow. However, once past this error I have yet another error to deal with:
[META-INF/cxf/cxf-extension-jaxrs-binding.xml] cannot be opened because it does not exist That reference is coming from my cxf-beans.xml file, which contains the following lines: So it could find cxf.xml at that location, but not cxf-extension-jaxrs-binding.xml (which exists in cxf-bundle-jaxrs-2.2.10.jar). However I removed all my cxf jars because Jboss 6 is supposed to come with cxf. So what to do now? Any ideas? Thanks, Matt -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-problem-on-JBoss-AS-6-tp4296130p4298558.html Sent from the cxf-user mailing list archive at Nabble.com.
