Details
Description
The problem is in the component camel-xmlsecurity
In the static initializer of the org.apache.camel.component.xmlsecurity.processor.XmlSignatureProcessor throws an ClassNotFoundException if the provider is not in the classpath.
I wanted to use the default implementation since the provided one seemed to caue problems with our application server, but unfortunately classes of the implementation are used in the initialization-code which makes it impossible to use with another security provider.