jochen 2005/07/30 14:11:50
Modified: . Tag: v0_4 status.xml
Log:
An IllegalStateException was thrown, if a facet violation was detected in the
Unmarshaller. This is now changed to a proper ValidationEvent.
PR: JAXME-62
Revision Changes Path
No revision
No revision
1.45.2.19 +7 -1 ws-jaxme/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/status.xml,v
retrieving revision 1.45.2.18
retrieving revision 1.45.2.19
diff -u -r1.45.2.18 -r1.45.2.19
--- status.xml 27 Jul 2005 19:45:56 -0000 1.45.2.18
+++ status.xml 30 Jul 2005 21:11:50 -0000 1.45.2.19
@@ -64,11 +64,17 @@
A sequence was always treated as a required group,
even if all particles were optional.
</action>
- <action dev="JW" type="fix" content="js">
+ <action dev="JW" type="fix" context="js">
The method JavaSource.newBeanProperty() was mismatching
void and boolean when checking for "isFoo" vs. "getFoo".
(Frederic Ahring, fahring at de.ibm.com)
</action>
+ <action dev="JW" type="fix" context="generator">
+ A facet violation detected by the Unmarshaller was exposed
+ as an IllegalArgumentException. The IllegalArgumentException
+ is now trapped and converted to a proper ValidationEvent.
+ (JAXME-62)
+ </action>
</release>
<release version="0.4" date="2005-May-19">
<action dev="JW" type="fix" context="xs">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]