Hello,

I'm working with CXF to expose service via webservice. CXF extends spring XML.
I made a Bundle where I have included CXF libraries in the META-INFlib directory.
But when I use the CXF XML bean definition and deploy on S2AP, I get an error :

org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://cxf.apache.org/jaxws]

It seems that Spring Framework doesn't integrate the CXF libraries that I includ in the Bundle.
I did the test with a simple WAR and it works properly.

Thank you for your help.