-
Task
-
Resolution: Done
-
Major
-
4.3.0.GA_CP04, 4.3.0.GA_CP05
-
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-1952 Release and upgrade to JBossWS 2.0.1.SP2_CP07
- Resolved
-
JBPAPP-2114 JBossWS - Incorrect Parsing of Badly Formed int
- Closed
-
JBPAPP-2115 Build and upgrade to JAXB 2.1.4.patch03
- Closed
- incorporates
-
JBWS-2686 Parsing errors fail to terminate unmarshalling
- Closed