|
From: Patrick Y. <kc...@ce...> - 2003-04-29 08:55:09
|
Hi Gait, Thanks for reporting. We have added the change to the CVS source tree. Regards, -Patrick ----- Original Message -----=20 From: Gait Boxman=20 To: ebx...@li...=20 Sent: Monday, April 28, 2003 7:42 PM Subject: [ebxmlms-develop] bug alert Hi team,=20 rest assured, only a small one :-) while preparing for the interop demo for XML Europe, we ran into a bug = with error messages. It turns out the Action is not set properly on the error message in = the validation exception, which must be MessageError according to = section 4.2.4.3. from ebMS 2. See below for the diff on the fix. = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/packaging/valid= ation/EbxmlValidationException.java,v retrieving revision 1.10 diff -r1.10 EbxmlValidationException.java 143a144,150 > /** > * Error action reserved for standalone errors described in ebXML = Message=20 > * Service Specification [ebMSS 4.2.4.3]. > */ > public static final String ERROR_ACTION =3D > "MessageError"; >=20 216c223 < SERVICE, errorCode, messageId, timeStamp); --- > SERVICE, ERROR_ACTION, messageId, timeStamp); *****CVS exited normally with code 1***** regards, Gait. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Gait Boxman Manager Advanced Technology & Standards TIE Product Development BV Amsterdam, The Netherlands Tel: +31 20 658 9091 Fax: +31 20 658 9945 E-mail: gai...@ti... WWW: www.TIEglobal.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |