[jboss-jira] [JBoss JIRA] (WFLY-4399) TransactionSynchronizationRegistry gets not propagated to @Asynchronous EJB
Thomas Veith (JIRA)
issues at jboss.org
Tue Mar 3 05:36:49 EST 2015
Thomas Veith created WFLY-4399:
----------------------------------
Summary: 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