Uploaded image for project: 'Kandula'
  1. Kandula
  2. KAND-8

The while loop in commit and rollback method in TransactionManager class goes in infinite mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • Tomcat, Axis2, JDK1.6

    Description

      There is a while loop in commit and rollback method in TransactionManager class in org.apache.kandula.initiator package as below:

      while (!completionCallback.isComplete())
      Thread.sleep(10);

      This loop goes into infinite mode and does not come out. If this loop is commented out both from commit as well as rollback method the framework works fine both in case of commit and rollback call.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jayantasarkar Jayanta Sarkar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: