Bugs item #1061386, was opened at 2004-11-06 09:51 Message generated for change (Comment added) made by tdiesler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1061386&group_id=22866
Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Thomas Diesler (tdiesler) Assigned to: Thomas Diesler (tdiesler) Summary: JBossWS generated stubs don't allow to set client timeout Initial Comment: See http://www.jboss.org/index.html? module=bb&op=viewtopic&p=3854087#3854087 ---------------------------------------------------------------------- >Comment By: Thomas Diesler (tdiesler) Date: 2004-11-09 12:37 Message: Logged In: YES user_id=423364 Supported in jboss-4.0.1 Context iniCtx = getInitialContext(); Service service = (Service)iniCtx.lookup ("java:comp/env/service/HelloWsService"); HelloWs port = (HelloWs)service.getPort(HelloWs.class); Stub stub = (org.jboss.webservice.client.Stub)port; stub.setTimeout(new Integer(100)); assertEquals(new Integer(100), stub.getTimeout()); stub._setProperty(Stub.CLIENT_TIMEOUT_PROPERTY, new Integer(200)); assertEquals(new Integer(200), stub._getProperty (Stub.CLIENT_TIMEOUT_PROPERTY)); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1061386&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
