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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...