You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Willem.Jiang" <wi...@gmail.com> on 2011/04/07 09:37:45 UTC

Re: Missing Stack Trace when Handling SOAP Fault from a CXF Endpoint

Just a quick note for CXF server return the stack trace back to the client.
 If you are using SOAP 11 , CXF can put the stack trace into the fault
message if you enable the option faultStackTraceEnabled like this

       
    	 
			
			
		
	

I'm now working on CXF-3445 to make sure this feature can work with SOAP12.

[1]https://issues.apache.org/jira/browse/CXF-3445


--
View this message in context: http://camel.465427.n5.nabble.com/Missing-Stack-Trace-when-Handling-SOAP-Fault-from-a-CXF-Endpoint-tp3774168p4287903.html
Sent from the Camel - Users mailing list archive at Nabble.com.