[jboss-jira] [JBoss JIRA] (WFLY-4399) TransactionSynchronizationRegistry gets not propagated to @Asynchronous EJB
Stuart Douglas (JIRA)
issues at jboss.org
Tue Mar 3 23:01:49 EST 2015
[ https://issues.jboss.org/browse/WFLY-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-4399.
----------------------------------
Resolution: Rejected
This is the expected behaviour. Transactions are not propagated to asynchronous methods.
> TransactionSynchronizationRegistry gets not propagated to @Asynchronous EJB
> ---------------------------------------------------------------------------
>
> Key: WFLY-4399
> URL: https://issues.jboss.org/browse/WFLY-4399
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 8.2.0.Final
> Reporter: Thomas Veith
>
> When calling a method of an @Asynchronous EJB (in the same transaction), the TransactionSynchronizationRegistry is not propagated to the asynchronousBean.
> e.g. when I store a value in the TransactionSynchronizationRegistry of the caller (registry.putResource()), in the callee it is null.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list