I would start by checking the following two things: a) Make sure that you have unlimited security policies installed in your JDK b) Make sure that the BouncyCastle provider (1.51) is added as a dependency to your project
There is special support in WSS4J for JDK 7+ to get secret keys from Kerberos tickets. It should fall back to working with BouncyCastle for JDK 1.6 though. In the meantime I'll fix the NPE. Colm. On Fri, Oct 31, 2014 at 10:00 PM, tobee <[email protected]> wrote: > aes256-cts-hmac-sha1-96 is used as default when I remove whole section > other than that rc4-hmac is supported only from the list i have in krb5.ini > both result in nullpointer so it is not the case here > this is how response looks like: > http://imgur.com/Ep1ULPW > If you need more data let me know > Also i'm running tests on different user then i work on if that changes > anything > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/possible-wss4j-bug-tp5750539p5750557.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
