Hi,
this Issue should be a reopen for XFIRE-771. Perhaps there has happend a mistake when checking in the fix for that one?
Because I get the same problem as described there in version 1.2.4:
Instead of information about the nested validation Exception there appears only the "Unmarshal" Exception at the client side when a validation error occurs:
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Could not unmarshall type.</faultstring>
</soap:Fault>
I'd also prefer to see something like this instead, so that the caller can react himself:
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'width'. One of '{"":length}' is expected.</faultstring>
</soap:Fault>
Could you please check what went wrong?
Thanks,
Frank