[ http://issues.apache.org/jira/browse/AXIS2-472?page=all ]
     
Deepal Jayasinghe resolved AXIS2-472:
-------------------------------------

    Resolution: Fixed

changed that to following

 while (true) {
                if (callback.isComplete()) {
                    break;
                }
                currentTime = System.currentTimeMillis();
                if (currentTime - startTime > timeout) {
                    throw new AxisFault(Messages
                            .getMessage("responseTimeOut"));
                }
            }

> Remove sleep statement in ServiceClient inside sendReceive
> ----------------------------------------------------------
>
>          Key: AXIS2-472
>          URL: http://issues.apache.org/jira/browse/AXIS2-472
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Deepal Jayasinghe
>      Fix For: 0.95

>
> There is a sleep statement inside sendReceive method in the ServiceClient and 
> I think we have to get rid from that and find a better way of dealing with 
> the problem. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to