Typo in CMTTxInterceptorFactory leads to repeated initialization of transaction policy
--------------------------------------------------------------------------------------
Key: EJBTHREE-1819
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1819
Project: EJB 3.0
Issue Type: Bug
Components: transactions
Affects Versions: 1.1.4
Reporter: jaikiran pai
Assignee: jaikiran pai
This piece of code contains a typo (semicolon after the if statement):
if (policy == null);
super.initialize();
leads to repeated initialization of the tx policy
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira