[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1819) Typo in CMTTxInterceptorFactory leads to repeated initialization of transaction policy

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue May 5 07:31:46 EDT 2009


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

        



More information about the jboss-jira mailing list