[jboss-jira] [JBoss JIRA] Updated: (AS7-1684) Add configuration setting that allows an extended persistence context to be propagated even if there is no JTA transaction

Scott Marlow (JIRA) jira-events at lists.jboss.org
Wed Sep 14 21:26:27 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Marlow updated AS7-1684:
------------------------------

         Assignee:     (was: Scott Marlow)
    Fix Version/s:     (was: 7.1.0.Alpha1)
       Complexity: Low
          Affects:   (was: [Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration, Release Notes])


> Add configuration setting that allows an extended persistence context to be propagated even if there is no JTA transaction 
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AS7-1684
>                 URL: https://issues.jboss.org/browse/AS7-1684
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: JPA / Hibernate
>    Affects Versions: 7.0.0.Beta2
>            Reporter: Scott Marlow
>
> Earlier versions of AS, allowed an extended persistence context (XPC) to propagate, even if no JTA transaction was active during use of the XPC.  With the recent fix to AS7-1663, using an XPC outside of a JTA transaction and then invoking a transactional entity manager inside of a JTA transaction, will not propagate the XPC into the new transaction.
> Add a domain default setting that allows the (not used in a JTA transaction) XPC to propagate into the new transaction (on behalf of a transactional entity manager).  This will only happen if the XPC is active in the call stack.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list