I'm getting the reference to a remote EJB instance without any kind of problem but, sometimes, when I invoke one of its methods a "java.net.SocketTimeoutException: Read timed out" is thrown from the client side. There seem to be no problems at the server side
Is there a way to set EJB client timeout on a per-invocation basis?
I'm using a pretty old JBoss version (4.2.1 GA)
Regards