maybe setting org.apache.ws.security.crypto.merlin.load.cacerts to false would solve the issue. I understand that we don't depend on the JDks cacert key store and hence it should not be an issue if it wouldn't be loaded...
Cheers Daniel On Mon, Aug 17, 2009 at 11:02 PM, Jean-Louis MONTEIRO<[email protected]> wrote: > > > > Daniel S. Haischt-3 wrote: >> >> just a question (no proposal) - can WSS4J be configured to rely on a >> custom cert store that would be distributed together with our test >> case ? that way the test case would be self contained and does not >> depend on 3rd party stuff. >> > > Daniel, > > I will check again, but i think our tests are self contained. > They generate private/public key pair for both client and server. Then, they > put them in a key store and a trust store. > > If you have a look on this wss4j internal class (kind of wrapper/helper) > http://ws.apache.org/wss4j/xref/org/apache/ws/security/components/crypto/AbstractCrypto.html > you will see that it tries loading the default sun jvm trust store. > > From the code, it's possible to disable that behaviour. > I will file a JIRA to customize that if possible. > > Jean-Louis > > -- > View this message in context: > http://www.nabble.com/build-fails-due-to-webservice-ws-security-example-tp25012817p25014157.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. > >
