To setup the client invocation timeout, you have to setup the client timeout property in the request context through your port instance; the timeout will be then be passed to the remoting layer:
| ((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT, timeout); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172323#4172323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172323 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
