I've made some progress on this (I think). I've downloaded CXF 2.7.5 and put the CXF-related JARs (without the neethi, velocity, spring, etc) in the modules/org/apache/cxf/main folder and added entries in the module.xml file. I've also done the same for the Spring JARs in the modules/org/springframework/spring/main folder. The CXF dependencies include "javax.ws.rs.api", however, I am now getting this error:
Error creating bean with name 'mybean': Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: javax/ws/rs/NotFoundException Why would it not be able to find the NotFoundException class? Where is it referenced? I checked the JAR in the modules/javax/ws/rs/api/main and this class does not seem to be there. Nevertheless, why is it being referenced by Spring or CXF then and how do I go about obtaining this? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-6-2-in-JBoss-7-1-1-tp5730368p5730375.html Sent from the cxf-user mailing list archive at Nabble.com.
