View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050311004914Lbuild.424
|
| 1.27.2.1 | modified | starksm | server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceCache.java | Change the passivated session map to a ConcurrentReaderHashMap and update the passivated session removal logging to include the passivation time. |
| 1.10.6.1 | modified | starksm | server/src/main/org/jboss/ejb/plugins/LRUStatefulContextCachePolicy.java | Update the expired passivated session removal to only obtain the cache lock when determining the passivated session ids. The actual removal of the expired sessions from the pm is done without the cache lock. Resolves [JBAS-1560] Clustered stateful session bean removal of expired passivated instances causes deadlock. |
| 1.4.4.4 | modified | starksm | testsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.java | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.3.6.1 | modified | starksm | testsuite/src/main/org/jboss/test/testbeancluster/bean/StatefulSessionBean.java | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.8.4.3 | modified | starksm | testsuite/src/resources/testbeancluster/META-INF/ejb-jar.xml | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.9.4.2 | modified | starksm | testsuite/src/resources/testbeancluster/META-INF/jboss.xml | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.5.6.1 | modified | starksm | cluster/src/main/org/jboss/ejb/plugins/StatefulHASessionInstanceCache.java | Include the session id in the activation failure log message |