in AbstractValidatingInterceptor, line 307 (spring-ws-1.0-m2) :
causes the first error message to be repeated. I think it should beCode:detailElement.addText(errors[0].getMessage());
(the "0" at the 47th position should be changed to "i").Code:detailElement.addText(errors[i].getMessage());
