Test failures with IBM JDK (xml parsing)
----------------------------------------
Key: OPENJPA-668
URL: https://issues.apache.org/jira/browse/OPENJPA-668
Project: OpenJPA
Issue Type: Bug
Components: jdbc
Affects Versions: 1.2.0
Reporter: Kevin Sutter
Assignee: Kevin Sutter
Fix For: 1.2.0
Just attempted to run trunk's test bucket with the IBM JDK and found two
testcase failures:
TestUniqueConstraintWithXMLDescriptor.testMapping
TestEnhancementWithMultiplePUs.testEnhancementOfAllPUsWithinAResource
It looks like these problems are due to "incorrect" orm.xml. I have fixed
these locally and will check them in shortly.
This comes back to the fact that the validation aspect of the xml parser for
the Sun JDK is turned off by default (due to an old problem). But, the
validation is left on with the IBM JDK parser. That's how we are able to
detect the problem. This is documented in openjpa-513.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.