On Monday, September 05, 2011 5:43:24 AM TON wrote: > how can i customize the jaxb schema validation exception ?
Most likely you'll need to write an interceptor that would check for that specific fault and remap it. If you have an interceptor on the incoming chain that does nothing in its "handleMessage" method, but overrides the handleFault call, you can grab the exception out of it and replace it with a new fault/exception. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
