-
Sub-task
-
Resolution: Done
-
Major
-
None
-
JBossAS-5.0.0.Beta1
-
None
The UnifiedInvoker is configured to use the socket transport
which has a read timeout set at 60 seconds by default.
This is a stupid value given that the default transaction timeout is 300 seconds.
It causes at least
org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase::testPassivationByTimeLocal
to fail.
This test invokes org.jboss.test.cts.test.StatelessSessionBean::testPassivationByTimeLocal
which does two sleeps one for 41 seconds and one for 90 seconds
or more than the 60 seconds the client is prepared to wait.