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/01/31 18:38:05 UTC

[jira] Commented: (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:comment-tabpanel#action_12469123 ] 

Patrick Linskey commented on OPENJPA-93:
----------------------------------------

Has anyone tested this on non-WLS appservers?

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