You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Patrick Linskey (JIRA)" <ji...@apache.org> on 2007/03/01 03:11:50 UTC

[jira] Updated: (OPENJPA-93) Sequence generation in a JTA environment should not require non-JTA datasource

     [ https://issues.apache.org/jira/browse/OPENJPA-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Linskey updated OPENJPA-93:
-----------------------------------

    Fix Version/s: 0.9.7

> Sequence generation in a JTA environment should not require non-JTA datasource
> ------------------------------------------------------------------------------
>
>                 Key: OPENJPA-93
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-93
>             Project: OpenJPA
>          Issue Type: New Feature
>          Components: jdbc
>            Reporter: Patrick Linskey
>         Assigned To: Patrick Linskey
>             Fix For: 0.9.7
>
>
> When obtaining non-transactional sequence numbers in a JTA environment when no non-jta-data-source or JDBC connection information is supplied, OpenJPA should suspend the current transaction, perform the sequence maintenance in a new transaction, commit, and resume the suspended transaction.

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