[jboss-jira] [JBoss JIRA] (WFLY-7195) Transaction context should not be propagated when calling remote server asynchronously
Tom Ross (JIRA)
issues at jboss.org
Thu Sep 22 10:23:00 EDT 2016
Tom Ross created WFLY-7195:
------------------------------
Summary: Transaction context should not be propagated when calling remote server asynchronously
Key: WFLY-7195
URL: https://issues.jboss.org/browse/WFLY-7195
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 10.1.0.Final
Environment: Wildfly 10.x
Reporter: Tom Ross
When an EJB call is made asynchronously between two JBoss servers the transaction context should not be propagated as per EJB spec.
{noformat}
EJB 3.2 4.5.3 Transactions
The client’s transaction context does not propagate with an asynchronous method invocation. From the
Bean Provider’s point of view, there is never a transaction context flowing in from the client. This
means, for example, that the semantics of the REQUIRED transaction attribute on an asynchronous
method are exactly the same as REQUIRES_NEW.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list