Hi all, I am facing a problem of spring autowire is not working with CXF.
The autowire class is coming a jar file and hence I can not annotate it with @Component. Here is the stacktrace of the exception http://pastebin.com/fCwhFM5w And you are wondering about my endpoint declaration is looks like this <jaxws:endpoint id="AuthenticationService" implementorClass="org.openxdata.server.service.AuthenticationService" implementor="#authenticationService" address="/AuthenticationService"> </jaxws:endpoint> Please suggest any solution. Thanks in advance. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-with-spring-autowire-problem-does-work-tp3403064p3403064.html Sent from the cxf-user mailing list archive at Nabble.com.
