Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1589

Typo in JBossMQ's TxManager

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • JBossAS-3.2.6 Final, JBossAS-3.2.7 Final, JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1
    • JMS (JBossMQ)
    • None

    Description

      There is a typo in org.jboss.mq.pm.TxManager:

      public void rollbackTx(Tx txId) throws JMSException

      { txId.commit(persistenceManager); }

      should be

      public void rollbackTx(Tx txId) throws JMSException

      { txId.rollback(persistenceManager); }

      Attachments

        Activity

          People

            Unassigned Unassigned
            adrian.brock Adrian Brock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: