[jboss-user] [JBossWS] - Re: Handling timeouts in WebService client
vbatista
do-not-reply at jboss.com
Wed Nov 19 18:20:32 EST 2008
Hi,
Is there any System Property which sets the client timeout?
I have tested my src code with the following line ant it worked:
| ((BindingProvider) soapService).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT, new Long(1000));
|
My problem is that I have an application in production, and it's problematic to make a patch (adding the line above).
Is there any System Property I can add which sets the client timeout?
Thanks in advance.
Best regards,
Victor Batista
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190665#4190665
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190665
More information about the jboss-user
mailing list