[jboss-jira] [JBoss JIRA] (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
Mon Jan 30 23:37:48 EST 2012


    [ https://issues.jboss.org/browse/AS7-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662933#comment-12662933 ] 

Scott Marlow commented on AS7-1684:
-----------------------------------

https://github.com/jbossas/jboss-as/pull/1279 was for a different jira
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list