[jboss-jira] [JBoss JIRA] (WFLY-3534) Transaction is not being shared by different operations within the same thread

Richard Yang (JIRA) issues at jboss.org
Fri Oct 3 13:05:11 EDT 2014


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

Richard Yang commented on WFLY-3534:
------------------------------------

We are facing this issue in 8.1.0.Final. It is a show stopper for us.
Could you have this fix patched to 8.1.0.Final? or provide jars for us to replace?

Thanks.


> Transaction is not being shared by different operations within the same thread
> ------------------------------------------------------------------------------
>
>                 Key: WFLY-3534
>                 URL: https://issues.jboss.org/browse/WFLY-3534
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 9.0.0.Alpha1
>            Reporter: Pedro Igor
>            Assignee: Pedro Igor
>             Fix For: 9.0.0.Alpha1
>
>
> When injecting a JPA-based PartitionManager configuration in a EJB as follows:
> {code}
>     @Resource(mappedName = "picketlink/JPADSBasedPartitionManager")
>     private PartitionManager jpaDSBasedPartitionManager;
> {code}
> The IDM operations are executed without share the same EntityManager instance. This causes some strange behaviors such as not being able to retrieve data stored from a previous operation  during a method execution.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list