You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "David Ezzio (JIRA)" <ji...@apache.org> on 2007/01/31 17:07:05 UTC

[jira] Created: (OPENJPA-118) AutoDetach property has no effect

AutoDetach property has no effect
---------------------------------

                 Key: OPENJPA-118
                 URL: https://issues.apache.org/jira/browse/OPENJPA-118
             Project: OpenJPA
          Issue Type: Bug
          Components: lib
         Environment: Java SE
            Reporter: David Ezzio


Setting the openjpa.AutoDetach property to the string "commit, close, nontx-read" has no effect.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-118) AutoDetach property has no effect

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

Marc Prud'hommeaux resolved OPENJPA-118.
----------------------------------------

    Resolution: Fixed

I've corrected a couple minior problems with the patch (no ASF license header, files in DOS format, non-standard indentation & linebreaks) and committed. Tests pass, closing issue.

> AutoDetach property has no effect
> ---------------------------------
>
>                 Key: OPENJPA-118
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-118
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: lib
>         Environment: Java SE
>            Reporter: David Ezzio
>         Attachments: TestFixesForOpenJPA-118.zip
>
>
> Setting the openjpa.AutoDetach property to the string "commit, close, nontx-read" has no effect.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-118) AutoDetach property has no effect

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

David Ezzio updated OPENJPA-118:
--------------------------------

    Attachment: TestFixesForOpenJPA-118.zip

Tests and fixes for the bug.  Not sure if the tests are in the right module.  Perhaps they should be in openjpa-persistence instead of openjpa-persistence-jdbc.  The fixes also clean up the error message when the property has invalid values to conform to the documented settings.

> AutoDetach property has no effect
> ---------------------------------
>
>                 Key: OPENJPA-118
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-118
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: lib
>         Environment: Java SE
>            Reporter: David Ezzio
>         Attachments: TestFixesForOpenJPA-118.zip
>
>
> Setting the openjpa.AutoDetach property to the string "commit, close, nontx-read" has no effect.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-118) AutoDetach property has no effect

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469126 ] 

Patrick Linskey commented on OPENJPA-118:
-----------------------------------------

Sadly, due to some maven environment issues, all tests that need to communicate with a database need to be in openjpa-persistence-jdbc.

> AutoDetach property has no effect
> ---------------------------------
>
>                 Key: OPENJPA-118
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-118
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: lib
>         Environment: Java SE
>            Reporter: David Ezzio
>         Attachments: TestFixesForOpenJPA-118.zip
>
>
> Setting the openjpa.AutoDetach property to the string "commit, close, nontx-read" has no effect.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.