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

                 Key: KAND-8
                 URL: https://issues.apache.org/jira/browse/KAND-8
             Project: Kandula
          Issue Type: Bug
         Environment: Tomcat, Axis2, JDK1.6
            Reporter: Jayanta Sarkar
            Priority: Critical


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to