RE: Weird WSSecurityException details in WSS4J 2.1

2015-07-29 Thread Stephen.CTR.Chappell
users@cxf.apache.org Subject: Re: Weird WSSecurityException details in WSS4J 2.1 It looks like you aren't calling WSSConfig.init() to initialise WSS4J. Are you instead calling the XML Security Init.init() somewhere? Colm. On Mon, Jul 27, 2015 at 5:26 PM, wrote: > When processing a message wit

Re: Weird WSSecurityException details in WSS4J 2.1

2015-07-29 Thread Colm O hEigeartaigh
It looks like you aren't calling WSSConfig.init() to initialise WSS4J. Are you instead calling the XML Security Init.init() somewhere? Colm. On Mon, Jul 27, 2015 at 5:26 PM, wrote: > When processing a message with a malformed timestamp, I’m getting the > following detail text back in my WSSecu