[jboss-jira] [JBoss JIRA] Created: (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
Tue Aug 30 14:13:26 EDT 2011


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
            Assignee: Scott Marlow
             Fix For: 7.1.0.Beta1


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