This content has been marked as final.
Show 1 reply
-
1. Re: How to set socket read timeout when calling EJB3 SSB method
abelinschi Sep 23, 2010 5:49 PM (in response to abelinschi)Here is the change that worked:
Updated deploy/ejb3-connectors-jboss-beans.xml for the following change:
</parameter>
<parameter>socket://${jboss.bind.address}:${port}/?timeout=300000</parameter>
<parameter>