You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Ilan Kirsh (JIRA)" <ji...@apache.org> on 2006/07/25 08:10:13 UTC

[jira] Created: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Missing transaction begin in NontransactionalWriteTest
------------------------------------------------------

                 Key: JDO-399
                 URL: http://issues.apache.org/jira/browse/JDO-399
             Project: JDO
          Issue Type: Bug
          Components: tck20
    Affects Versions: JDO 2 final
            Reporter: Ilan Kirsh


It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:

  pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-399?page=all ]

Michael Bouschen reassigned JDO-399:
------------------------------------

    Assignee: Michael Bouschen

> Missing transaction begin in NontransactionalWriteTest
> ------------------------------------------------------
>
>                 Key: JDO-399
>                 URL: http://issues.apache.org/jira/browse/JDO-399
>             Project: JDO
>          Issue Type: Bug
>          Components: tck20
>    Affects Versions: JDO 2 final
>            Reporter: Ilan Kirsh
>         Assigned To: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>
> It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:
>   pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-399?page=all ]

Craig Russell updated JDO-399:
------------------------------

    Fix Version/s: JDO 2 maintenance release 1

Need to resolve these issues for maintenance release 1.

> Missing transaction begin in NontransactionalWriteTest
> ------------------------------------------------------
>
>                 Key: JDO-399
>                 URL: http://issues.apache.org/jira/browse/JDO-399
>             Project: JDO
>          Issue Type: Bug
>          Components: tck20
>    Affects Versions: JDO 2 final
>            Reporter: Ilan Kirsh
>             Fix For: JDO 2 maintenance release 1
>
>
> It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:
>   pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JDO-399?page=comments#action_12424320 ] 
            
Craig Russell commented on JDO-399:
-----------------------------------

The patch looks good.

> Missing transaction begin in NontransactionalWriteTest
> ------------------------------------------------------
>
>                 Key: JDO-399
>                 URL: http://issues.apache.org/jira/browse/JDO-399
>             Project: JDO
>          Issue Type: Bug
>          Components: tck20
>    Affects Versions: JDO 2 final
>            Reporter: Ilan Kirsh
>         Assigned To: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: JDO-399.patch
>
>
> It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:
>   pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-399?page=all ]

Michael Bouschen updated JDO-399:
---------------------------------

    Attachment: JDO-399.patch

The attached patch (JDO-399.patch) adds the missing tx begin statement.

> Missing transaction begin in NontransactionalWriteTest
> ------------------------------------------------------
>
>                 Key: JDO-399
>                 URL: http://issues.apache.org/jira/browse/JDO-399
>             Project: JDO
>          Issue Type: Bug
>          Components: tck20
>    Affects Versions: JDO 2 final
>            Reporter: Ilan Kirsh
>         Assigned To: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: JDO-399.patch
>
>
> It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:
>   pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-399?page=all ]

Michael Bouschen updated JDO-399:
---------------------------------

    Fix Version/s: JDO 2.0 TCK challenge fixes

I merged the change from the trunk into branch 2.0.1 (see revision 452982).


> Missing transaction begin in NontransactionalWriteTest
> ------------------------------------------------------
>
>                 Key: JDO-399
>                 URL: http://issues.apache.org/jira/browse/JDO-399
>             Project: JDO
>          Issue Type: Bug
>          Components: tck20
>    Affects Versions: JDO 2 final
>            Reporter: Ilan Kirsh
>         Assigned To: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1, JDO 2.0 TCK challenge fixes
>
>         Attachments: JDO-399.patch
>
>
> It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:
>   pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JDO-399) Missing transaction begin in NontransactionalWriteTest

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-399?page=all ]

Michael Bouschen resolved JDO-399.
----------------------------------

    Resolution: Fixed

Checked in the patch (revision 426844).

> Missing transaction begin in NontransactionalWriteTest
> ------------------------------------------------------
>
>                 Key: JDO-399
>                 URL: http://issues.apache.org/jira/browse/JDO-399
>             Project: JDO
>          Issue Type: Bug
>          Components: tck20
>    Affects Versions: JDO 2 final
>            Reporter: Ilan Kirsh
>         Assigned To: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: JDO-399.patch
>
>
> It seems that in org.apache.jdo.tck.lifecycle.NontransactionalWriteTest line 156 (after setOptimistic) a statement is missing:
>   pmConflict.currentTransaction().begin();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira