Hi,
I'm looking at the Lw Validate Component, it works very well ant it fits
my use case for
xsd validation.
But i've a problem with fault handling.
Looking at the source code it seems that the "Fault" message is never
settted in the exchange but
only contained in the Fault exception.
I've noticed this implementing a simple exchange listener that log only
"error exchanges" and try to log
fault message.
I think that the problem can easily be resolved putting this line:
exchange.setFault(fault);
before throwing the FaultException.
Should i raise a jira and attach a patch???