Community
Participate
Working Groups
Andrei changed the test under org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.java on Oct 18th as fix of bug 328044, after that the test failed with all those oracle dbs with only oci drivers, the error messages are as following: 1. -----------11.2 oci----------- Object: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@79d98 does not match object that was written: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@1bc6b5a. See log (on finest) for what did not match. junit.framework.AssertionFailedError: Object: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@79d98 does not match object that was written: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@1bc6b5a. See log (on finest) for what did not match. at org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.compare(CustomFeaturesJUnitTestSuite.java:410) at org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.testNCharXMLType(CustomFeaturesJUnitTestSuite.java:119) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:466) 2. ----------10.2 oci------------ Object: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@ee610b does not match object that was written: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@68a49b. See log (on finest) for what did not match. junit.framework.AssertionFailedError: Object: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@ee610b does not match object that was written: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@68a49b. See log (on finest) for what did not match. at org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.compare(CustomFeaturesJUnitTestSuite.java:410) at org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.testNCharXMLType(CustomFeaturesJUnitTestSuite.java:119) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:466) 3. ----------------11.1 oci------------------- Object: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@192c739 does not match object that was written: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@46b626. See log (on finest) for what did not match. junit.framework.AssertionFailedError: Object: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@192c739 does not match object that was written: org.eclipse.persistence.testing.models.jpa.customfeatures.Employee@46b626. See log (on finest) for what did not match. at org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.compare(CustomFeaturesJUnitTestSuite.java:410) at org.eclipse.persistence.testing.tests.jpa.customfeatures.CustomFeaturesJUnitTestSuite.testNCharXMLType(CustomFeaturesJUnitTestSuite.java:119) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:466)
This may be an OCI bug. We should triage to confirm.
oci bug 10231715 has already been entered as https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=10231715
Closing - OCI should address this issue. Please feel free to reopen with an explanation if you disagree.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink