[jboss-jira] [JBoss JIRA] (WFLY-9017) Wrong Transaction behaviour for EJBs if JTS is enabled
Fedor Gavrilov (JIRA)
issues at jboss.org
Wed Jun 28 09:41:00 EDT 2017
Fedor Gavrilov created WFLY-9017:
------------------------------------
Summary: Wrong Transaction behaviour for EJBs if JTS is enabled
Key: WFLY-9017
URL: https://issues.jboss.org/browse/WFLY-9017
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 8.1.0.Final
Environment: standalone-full profile with JTS enabled
Reporter: Fedor Gavrilov
Assignee: David Lloyd
If JTS is enabled the invocation of EJB's might show a arjuna warning for each method invocation:
WARN [com.arjuna.ats.jts] (RequestProcessor-5) ARJUNA022261: ServerTopLevelAction detected that the transaction was inactive
This is only the case if other resources are involved, i.e. a DB via JPA.
If a simple bean is used (like ejb-remote quickstart) this warning is not shown.
It looks like the transaction is local commited but in case of a SFSB @Remove method the result is a " WFLYEE0006: Failed to destroy component instance Instance of SFTestBean" and the lifecycle method @PreDestroy is not invoked.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list