Could you see if it works with JDK 7? Beyond that I don't really have any ideas. Is it possible to expose your KDC publically so that I can test against it?
Colm. On Mon, Nov 3, 2014 at 12:47 PM, tobee <[email protected]> wrote: > 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. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
