Hello guys, I am going through painful times as I have not been able to deploy my CXF Webservice app onto jboss-5.1.0. Well, I have a webservice architecture based on CXF WS and I've used Maven to generate my webservices and they have been created properly by using "wsdl2java".
I've deployed the webservice on tomcat they are working perfectly. The problem is that when I try to deploy on JBoss and getting the following errors: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.wsdl.WSDLManager' defined in class path resource [META-INF/cxf/cxf.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.cxf.wsdl11.WSDLManagerImpl]: Constructor threw exception; nested exception is java.lang.ClassCastException: class org.apache.cxf.transport.jms.ClientBehaviorPolicyType at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883) ..................................... more stacktraces ......................... and finally the last line of error below... javax.inject.DefinitionException: Could not find 'endpoint' Does any one of you has a clue of this issue? Best regards to all the pals. Thanks in advace guys. Douglas -- View this message in context: http://cxf.547215.n5.nabble.com/Unable-to-deploy-CXF-WS-package-on-JBoss-tp3256464p3256464.html Sent from the cxf-issues mailing list archive at Nabble.com.
