[jboss-jira] [JBoss JIRA] Commented: (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 Sep 19 13:31:26 EDT 2011


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

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

Vote for this issue if it is important to you.  Adding a patch will get you extra points!

> 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