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 2007/09/18 19:40:43 UTC

[jira] Created: (OPENJPA-375) DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.

DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.
------------------------------------------------------------------------------------------

                 Key: OPENJPA-375
                 URL: https://issues.apache.org/jira/browse/OPENJPA-375
             Project: OpenJPA
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 1.0.0, 1.0.1, 1.1.0
            Reporter: Catalina Wei
             Fix For: 1.0.1, 1.1.0


Invalid operation: Result set is closed is reported from DB2, running in Web Container, non-jta-data-source, transaction local, JEE environment.
A workaround is to set the following property in persistence.xml for DB2:
<property name="openjpa.jdbc.DBDictionary"
            value="db2(supportsMultipleNontransactionalResultSets=false)"/>

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


[jira] Assigned: (OPENJPA-375) DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.

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

Catalina Wei reassigned OPENJPA-375:
------------------------------------

    Assignee: Catalina Wei

> DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.
> ------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-375
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-375
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 1.0.0, 1.0.1, 1.1.0
>            Reporter: Catalina Wei
>            Assignee: Catalina Wei
>             Fix For: 1.0.1, 1.1.0
>
>
> Invalid operation: Result set is closed is reported from DB2, running in Web Container, non-jta-data-source, transaction local, JEE environment.
> A workaround is to set the following property in persistence.xml for DB2:
> <property name="openjpa.jdbc.DBDictionary"
>             value="db2(supportsMultipleNontransactionalResultSets=false)"/>

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


[jira] Resolved: (OPENJPA-375) DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.

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

Catalina Wei resolved OPENJPA-375.
----------------------------------

    Resolution: Fixed

Fixed in 1.0.x branch revision r577014  and in trunk revision r577015

> DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.
> ------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-375
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-375
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 1.0.0, 1.0.1, 1.1.0
>            Reporter: Catalina Wei
>            Assignee: Catalina Wei
>             Fix For: 1.0.1, 1.1.0
>
>
> Invalid operation: Result set is closed is reported from DB2, running in Web Container, non-jta-data-source, transaction local, JEE environment.
> A workaround is to set the following property in persistence.xml for DB2:
> <property name="openjpa.jdbc.DBDictionary"
>             value="db2(supportsMultipleNontransactionalResultSets=false)"/>

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


[jira] Commented: (OPENJPA-375) DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.

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

Catalina Wei commented on OPENJPA-375:
--------------------------------------

The fix for this problem has been undone under svn commit: r590481.
Here is the reason:
In WebSphere, there is a costom property that is configurable for DB2 datasources. This property is named "resultSetHoldability", the default value is 2; which means CLOSE_CURSOR_AT_COMMIT.
This property should be set to 1 if running with OpenJPA; 1 means HOLD_CURSORS_OVER_COMMIT.

Catalina


> DB2 autoCommit(true) causes Result Set prematurely closed in WebContainer JEE environment.
> ------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-375
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-375
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 1.0.0, 1.0.1, 1.1.0
>            Reporter: Catalina Wei
>            Assignee: Catalina Wei
>             Fix For: 1.0.1, 1.1.0
>
>
> Invalid operation: Result set is closed is reported from DB2, running in Web Container, non-jta-data-source, transaction local, JEE environment.
> A workaround is to set the following property in persistence.xml for DB2:
> <property name="openjpa.jdbc.DBDictionary"
>             value="db2(supportsMultipleNontransactionalResultSets=false)"/>

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