Some JUnit test failures on Oracle backeend -------------------------------------------
Key: OPENJPA-1466 URL: https://issues.apache.org/jira/browse/OPENJPA-1466 Project: OpenJPA Issue Type: Test Components: jpa Affects Versions: 2.0.0 Reporter: Catalina Wei mvn test failures running against Oracle: TestDetachNoStateField.testIsDetchedNoStateManagerZeroVersionField <openjpa-2.0.0-SNAPSHOT-rexported fatal store error> org.apache.openjpa.persistence.OptimisticLockException: Unable to obtain an object lock on "ORA-00972: identifier is too long {prepstmnt 1989981755 INSERT INTO NoDetachedStateEntityPropertyAccess (ID,VERSION) VALUES (1,0)} [code=972, state=42000] [java.lang.String]". TestDetachNoStateField.testPersistRelationshipToDetchedEntityZeroVersion <openjpa-2.0.0-SNAPSHOT-rexported fatal store error> org.apache.openjpa.persistence.OptimisticLockException: Unable to obtain an object lock on "ORA-00972: identifier is too long {prepstmnt 1462856090 INSERT INTO NoDetachedStateEntityPropertyAccess (ID,VERSION) VALUES (1,0)} [code=972, state=42000] [java.lang.String]". TestTypesafeCriteria.testCurrentTimeReturnsSQLTypes (org.apache.openjpa.persistence.criteria) <openjpa-2.0.0-SNAPSHOT-rexported fatal store error> org.apache.openjpa.persistence.RollbackException: The transaction has been rolled back. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.