|
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()); } } } } Roshan Punnoose Phone: 301-497-6039 |
BEGIN:VCARD VERSION:2.1 N:Punnoose;Roshan FN:Punnoose, Roshan ADR;WORK:;2115 LABEL;WORK:2115 EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20050413T183207Z END:VCARD
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
