I did 1 reinstall jdk (same version - 1.6.0_37-b06) 2 install jce in c:\jdk1.6\jre\lib\security(kept old ones this time) 3 add bcprov-jdk15on-151.jar + bcprov-ext-jdk15on-151.jar to project libraries(netbeans) 4 add in java.security entry security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider 5 in client code as well java.security.Security.addProvider(new BouncyCastleProvider());
Still getting null pointer. Am I missing something? -- View this message in context: http://cxf.547215.n5.nabble.com/possible-wss4j-bug-tp5750539p5750603.html Sent from the cxf-user mailing list archive at Nabble.com.
