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.