You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Catalina Wei (JIRA)" <ji...@apache.org> on 2010/01/17 20:29:54 UTC

[jira] Created: (OPENJPA-1466) Some JUnit test failures on Oracle backeend

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.


[jira] Resolved: (OPENJPA-1466) Some JUnit test failures on Oracle backeend

Posted by "Catalina Wei (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catalina Wei resolved OPENJPA-1466.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
         Assignee: Catalina Wei

> 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
>            Assignee: Catalina Wei
>             Fix For: 2.0.0
>
>
> 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.


[jira] Updated: (OPENJPA-1466) Some JUnit test failures on Oracle backeend

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1466:
----------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.0.0-beta

> 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
>            Assignee: Catalina Wei
>             Fix For: 2.0.0-beta
>
>
> 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.