-
Task
-
Resolution: Done
-
Major
-
EAP 5.0.0
-
None
-
Release Notes
The Sun JAXB message silently drops errors during parsing.
This is related to the following issue: -
https://jira.jboss.org/jira/browse/JBPAPP-2114
The fix for JBPAPP-2114 corrects the parsing of the int '1-1' and results in a java.lang.NumberFormatException being thrown when this is parsed, JAXB subsequently drops this exception leaving the field set to it's default value of '0'.
We are using JAXB to use the default event handler which is supposed to reject errors and fatal errors: -
However JAXB is only stopping on fatal errors which is why this is not being picked.
- blocks
-
JBPAPP-2160 Upgrade JAXB to 2.1.9.patch02
- Closed
- incorporates
-
JBWS-2686 Parsing errors fail to terminate unmarshalling
- Closed