| Summary: | 2 tests in CustomFeaturesJUnitTestSuite failed on Oracle database 11.2.0.2 | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Edwin Tang <edwin.tang> |
| Component: | Eclipselink | Assignee: | Project Inbox <eclipselink.orm-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | andrei.ilitchev |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| See Also: | https://bugs.eclipse.org/bugs/show_bug.cgi?id=395478 | ||
| Whiteboard: | |||
|
Description
Edwin Tang
It's a configuration error: exception is due to wrong version of xmlparserv2.jar. ojdbc6.jar used in the test is copied from JAVAVM_11.2.0.2.0_LINUX_100812.1 (mentioned in ojdbc.jar manifest file) Copy xmlparserv2.jar from this label and the problem will be gone. Though other jars don't contain manifest files or don't have useful version info there, xml.jar and xmlparserv2.jar both have index.list files that contains: xml.jar: xdk_version_11.2.0.2.0_production xmlparserv2.jar: xdk_version_11.1.1.3.0_production xmlparserv2.jar copied from JAVAVM_11.2.0.2.0_LINUX_100812.1 in its index.list has xdk_version_11.2.0.2.0_production The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |