> - The Bouncycastle JAR is not in the Path of the server Web 
> application.
>   If WSS4J does not find the Bouncycastle in the Path it is not
>   initialized and registered.

The WSConfig constructor seems to pick up BC provider from classpath,
although the silent catch keeps processing. Does this mean the intention
is that java.security settings are honored if BC is not found in 
classpath?

(I have been burned by some JVMs that initialize JCA/JCE providers
incorrectly if the JAR is picked up from the classpath -- init order
is important for some hardware providers, for example -- so I ended 
up always only using the lib/ext way.)

Hans

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to