The likely scenario is that your keystore cannot be found on the classpath. Does the Camel crypto component work with the " http://springcryptoutils.com/schema/crypt" keystore? Here is a spring config that does work, that uses the camel:KeyStoreParameters instead:
https://github.com/coheigea/testcases/blob/master/apache/camel/camel-crypto/src/test/resources/camel-signature.xml Colm. On Wed, Mar 18, 2015 at 12:32 PM, cgiera <[email protected]> wrote: > Try to debug the crypto component and see if the jks file is referenced > correctly. > > kind regards, > Christoph > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Issue-with-Camel-Crypto-Signing-tp5764289p5764343.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
