View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040624114031Lbuild.100
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.2.4.7 | modified | loubyansky | testsuite/src/resources/cmp2/simple/META-INF/jbosscmp-jdbc.xml | this test relies on cleaning read-ahead cache when loading |
| 1.39.2.48 | modified | loubyansky | server/src/etc/conf/default/standardjbosscmp-jdbc.xml | added clean-read-ahead-on-load |
| 1.1.2.21 | modified | loubyansky | server/src/resources/org/jboss/metadata/jbosscmp-jdbc_3_2.dtd | added clean-read-ahead-on-load |
| 1.17.4.25 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata/JDBCEntityMetaData.java | new config option clean-read-ahead-on-load: if false (the default now) the read-ahead cache is not cleaned when the instance is loaded. read-only invocations now re-load data from the read-ahead cache instead of the db. |
| 1.8.2.20 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/ReadAheadCache.java | new config option clean-read-ahead-on-load: if false (the default now) the read-ahead cache is not cleaned when the instance is loaded. read-only invocations now re-load data from the read-ahead cache instead of the db. |