Callback connect error
----------------------
Key: AXIS2-1248
URL: http://issues.apache.org/jira/browse/AXIS2-1248
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: core
Environment: Axis 2 nightly, Java 1.4
Reporter: Roshan Punnoose
Hi,
If I use the ServiceClient to connect to my web service, but the web service
endpoint is not up, I should get a COnnectionException and my callback should
complete. However, because the TransportNonBlockingInvocationWorker does not
update the callback to complete, it will just log the message during its thread
(which is underneath). Any ideas?
public void run() {
try {
while (!done) {
sender.invoke(msgctx);
done = true;
}
} catch (Exception e) {
log.info(e.getMessage());
}
}
}
}
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]