Hi, It sounds like old version of woodstox is picked up. Could you try 4.4.1 version, bounds to CXF 3.1.0? Please double check your Tomcat lib folder, JRE endorsed folders for old woodstox jars.
Regards, Andrei. > -----Original Message----- > From: jsmith828 [mailto:[email protected]] > Sent: Samstag, 25. Juli 2015 15:34 > To: [email protected] > Subject: Re: Getting a server error trying to read SAML assertion > > Thanks Sergey! Yes I ran the test through the NB debugger breaking on the > throwFault method and was able to see that the original exception was "Cannot > create a secure XMLInputFactory". I tried a few things with my POM after > reading this article > (http://stackoverflow.com/questions/20114945/cxf-web-service-client-cannot- > create-a-secure-xmlinputfactory) > to see if I could get rid of it but I didn't have any luck. I am using CXF > 3.1.0 and I overrode my woodstox-core-asl to use 4.2.0 but that didn't work > either. Again I am using tomcat and I did not see any specific instructions > for > getting rid of this issue on tomcat. To get around it I set: > > -Dorg.apache.cxf.stax.allowInsecureParser=1 > > which I understand is not a safe solution. Any help here is most appreciated! > > Thanks > -Jeff > > > > -- > View this message in context: http://cxf.547215.n5.nabble.com/Getting-a- > server-error-trying-to-read-SAML-assertion-tp5759446p5759450.html > Sent from the cxf-user mailing list archive at Nabble.com.
