[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-08-19 Thread klester
Sure did [sorry for the late response]. I posted a similar question in the JBoss Remoting Forum, and someone pointed me toward using the JBoss Unified Invoker to accomplish this. The thread in the JBoss Remoting Forum is http://www.jboss.org/index.html?module=bbop=viewtopict=152317. At a

[jboss-user] [Remoting] - Re: Socket Timeout?

2009-08-19 Thread klester
Thanks for the info, that was the nudge that I needed to get the timeouts to work. See http://www.jboss.org/index.html?module=bbop=viewtopict=152166 for the full details on how to get this to work. Thanks Kevin View the original post :

[jboss-user] [Remoting] - Socket Timeout?

2009-03-13 Thread klester
Is there a property that can be set for JBoss remoting that will set a socket response timeout in a way similar to the sun.rmi.transport.tcp.responseTimeoutproperty for Sun's rmi implementation? Basically we would like to time out a socket connection if it takes too long to complete. We are

[jboss-user] [EJB/JBoss] - Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-03-11 Thread klester
JBoss 5 seems to support timing out sockets if an EJB method takes too long. This is done via adding a timeout parameter to the the connector configuration in the ejb3.deployer/META-INF/jboss-service.xml. Is there an equivalent to this with EJB2? We have noticed that our clients sometimes

[jboss-user] [EJB/JBoss] - Re: Socket Timeout with EJB2 on JBoss v4.0.5GA?

2009-03-11 Thread klester
My previous post may have been a little confusing, so a quick clarification: We are using JBoss 4.0.5GA. Using EJB3 with JBoss 4.0.5GA, you can indeed time out long ejb method calls using the connector as described in my previous post. We would like to implement the same timeout mechanism for