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)