jochen 2005/07/30 14:12:00
Modified: . Tag: JAXME-28 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.61.2.5 +7 -1 ws-jaxme/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/status.xml,v
retrieving revision 1.61.2.4
retrieving revision 1.61.2.5
diff -u -r1.61.2.4 -r1.61.2.5
--- status.xml 27 Jul 2005 19:46:11 -0000 1.61.2.4
+++ status.xml 30 Jul 2005 21:12:00 -0000 1.61.2.5
@@ -45,7 +45,7 @@
even if all particles were optional.
(Frederic Ahring, fahring at de.ibm.com)
</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)
@@ -75,6 +75,12 @@
Fixed a ClassCastException, which appeared for unknown
reasons.
</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]