http://pastebin.com/HLnu0QzW I did little "debug" myself of this part(setting property didn't work and i had maven build working already)
commented out results from getKerberosTicket: prev = priv in this case (hex dump is the same and all the rest that toString from KerberosTicket shows) count=1 equals = true since they are equal it returns null now the last change result: clientPrincipals.iterator().next() = someuser@DOMAIN serviceName = test@DVM-ACC01 cisUsernameServiceNameForm = false requestCredDeleg = false delegatedCredential = null krbCtx.secretKey = null <- made those public krbCtx.disposed = false krbCtx.gssContext = sun.security.jgss.GSSContextImpl@6cc2a4 krbCtx.kerberosToken = [B@5ead9d token is there but there is no secret key Regards Lucas -- View this message in context: http://cxf.547215.n5.nabble.com/possible-wss4j-bug-tp5750539p5750625.html Sent from the cxf-user mailing list archive at Nabble.com.
