[ http://issues.apache.org/jira/browse/WSS-10?page=comments#action_12317415 ]
Guy Rixon commented on WSS-10: ------------------------------ I agree that I was missing the property that defines the crypto provider. I think that you may need to change the default value used when the property is missing. In WSS4J 1.0.0, CryptoFactory has this: private static final String defaultCryptoClassName = "org.apache.ws.security.components.crypto.BouncyCastle"; Shouldn't that be private static final String defaultCryptoClassName = "org.apache.ws.security.components.crypto.Merlin"; ? > Missing component in WSS4j > -------------------------- > > Key: WSS-10 > URL: http://issues.apache.org/jira/browse/WSS-10 > Project: WSS4J > Type: Bug > Environment: Sun JDL 1.4.2 + Axis 1.2.1 + WSS4J 1.0.0 > Reporter: Guy Rixon > Assignee: Davanum Srinivas > > WSS4J want to use an internal crypto provider but that provider is not > included in the release: > java.lang.RuntimeException: > org.apache.ws.security.components.crypto.BouncyCastle Not Found > at > org.apache.ws.security.components.crypto.CryptoFactory.loadClass(CryptoFactory.java:111) > at > org.apache.ws.security.components.crypto.CryptoFactory.getInstance(CryptoFactory.java:101) > at > org.apache.ws.axis.security.WSDoAllSender.loadSignatureCrypto(WSDoAllSender.java:632) > at > org.apache.ws.axis.security.WSDoAllSender.invoke(WSDoAllSender.java:281) > Note that I have the BouncyCastle jar in the path, but it clearly doesn't > have the axis-specific class named above. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
