Lee Breisacher-2 wrote: > > I'm not actually doing anything with WSS yet - just inserted the > interceptor in preparation for doing some real WSS stuff. > > I found CXF-1538 (http://issues.apache.org/jira/browse/CXF-1538), which > looks sortof like the same problem, but it appears to have been fixed > already. > > Am I doing something wrong or is this a bug? >
My guess is that the NPE is because, copy and pastily speaking, you're not actually doing anything with WSS yet, you just inserted the interceptor in preparation for doing some real WSS stuff. Finish up your work and I suspect the NPE should go away. But, yes, that's probably a bug--if you leave configuration empty a more user-informative message should appear. Glen -- View this message in context: http://www.nabble.com/NPE-when-using-WSS4JOutInterceptor-tp19654161p19655196.html Sent from the cxf-user mailing list archive at Nabble.com.
