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:44 UTC

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

     [ 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.