On Thursday, July 07, 2011 6:20:39 AM mickysantomax wrote: > Hi, I tried to embed my code in CXF wssec example and it works. > > You can see it attached here: > http://cxf.547215.n5.nabble.com/file/n4561032/apache-cxf-2.4.0-samples.zip > apache-cxf-2.4.0-samples.zip > > You can run client and server into 2 different shell that point to the path > /./ws_security/sign_enc/ and executing /ant client/ and /ant server/ > > Just a simple question, CXF samples like this that I have modified doesn't > run in Jetty container ?
Jetty is doing SOMETHING funky with either a classloader or a system property or security configs or something that is causing some issues. In Jetty, for some reason, when validating the signatures, the passed in DOM (which should only be read) is being modified. Colm is looking into it, but we have no idea what is going on right now. It only occurs in Jetty, and only with the full Jetty container, not using our embedded Jetty transport or even if we setup the Jetty context stuff ourselves like we do in our tests. Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Problem-with-WS-Security-and-CXF-2-4-0-tp44 > 43698p4561032.html Sent from the cxf-user mailing list archive at > Nabble.com. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
