JBossWS 的单独连接和读取超时
任何人都可以提示如何在从 JBossWS-Native 客户端调用外部 Web 服务时设置单独的连接和读取超时?
到目前为止我发现的是如何设置单个超时:
bindingProvider.getRequestContext().put("org.jboss.ws.timeout", 1000);
JBoss 论坛上的同一问题(很长一段时间没有得到解答): http://community.jboss.org/thread/103582
使用版本:jbossws-native- JBoss 4.2.x 上的 2.0.1.SP2 和 jbossws-native-3.1.1.GA。
Can anyone give a hint how to set separate connect and read timeouts when calling external webservice from JBossWS-Native client?
All I've found so far is how to set a single timeout:
bindingProvider.getRequestContext().put("org.jboss.ws.timeout", 1000);
The same question (unanswered for a long time) on JBoss forum:
http://community.jboss.org/thread/103582
Vesions in use: jbossws-native-2.0.1.SP2 and jbossws-native-3.1.1.GA on JBoss 4.2.x.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查了 来源 - 这是根本不可能的。有一个超时。
前往 jbossws jira 愿意提交功能请求。
但发现 JBWS-3114 和这个 消息:
重新检查了来源 - 它就在那里!
不幸的是,根据兼容性矩阵,仅从 JBoss AS 5.0 开始支持 jbossws-3.4.0 .1.
Examined the source - it's not possible at all. There's single timeout.
Went to jbossws jira willing to file a feature request.
But found JBWS-3114 and this message:
Rechecked the source - it's there!
Unfortunately, according to compatibility matrix, jbossws-3.4.0 is supported only since JBoss AS 5.0.1.