Hi, I am getting the following following error when registering services using cxf.
Caused by: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://cxf.apache.org/jaxws] Offending resource: resource loaded from byte array I searched around and it looks that the issue could be caused by missing cxf_rt_frontend_jaxws.jar in the classpath. However, I have double checked that org_apache_cxf__cxf_rt_frontend_jaxws-2.1.3_1.jar is in my classpath and " http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler" is in the META-INF/spring.handlers. Does anyone have any idea about the issue? I am using cxf 2.1.3 and Spring 2.0.7. Thanks in advance, Li -- View this message in context: http://www.nabble.com/Unable-to-locate-Spring-NamespaceHandler-issue-with-cxf-2.1.3-and-Spring-2.0.7-tp24329919p24329919.html Sent from the cxf-user mailing list archive at Nabble.com.
