Hi Colm, Thank you very much for taking time to help.
The reason why I used the org.apache.cxf:cxf-common-schemas:2.3.11 was that according to CXF docs, this package contains the namespace handler for cxf security, and that the latest version of this package (according to Maven) is 2.3.11. In any case, I tried to use CXF 3.2.5 but received the same error. It seems that XmlBeanDefinitionReader tried to create the defaultNamespaceHandlerResolver using the default handler mappings location (META-INF/spring.handlers). This created the map I included in the original post which contains most CXF namespace handlers, except for the security one. Thanks! -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
