On Wednesday, May 09, 2012 11:46:29 AM smsarma wrote: > Are there any solution to this issue.I am using JAXB . and using cxf 2.5 . > Turned on the "schema-validation-enabled" .Want to have custom fault > message.Any help
Likely would need to write an interceptor that would live at the very start of the ouf fault chain that would take the fault from the message and map it into a new fault with whatever message you want. Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Custom-Schema-Validator-tp563729p5698211. > html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
