View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache?log=log20060131141912Lbuild.136
|
| 1.2 | deleted | hmesha | tests/functional/org/jboss/cache/loader/JDBCCacheLoaderMySQLDSTestCase.java | Removed JDBCCacheLoaderMySQLDSTestCase because it requires a jdbc driver to be in the lib directory and that will cause the build to fail. |
| 1.61 | modified | msurtani | /build.xml | Fixed JBCACHE-385 |
| 1.60 | modified | msurtani | /build.xml | Fixed JBCACHE-384 |
| 1.4 | modified | hmesha | etc/cache-jdbc.properties | Added Derby config to run test cases as part of the test suite. |
| 1.1 | added | hmesha | tests/functional/org/jboss/cache/loader/JDBCCacheLoaderDerbyDSTestCase.java | Changed JDBCCacheLoaderTest to run with Derby as part of the test suite. Added JDBCCacheLoaderxxxDSTestCase to run to run manually to test the use of DataSource object |
| 1.1 | added | hmesha | tests/functional/org/jboss/cache/loader/JDBCCacheLoaderMySQLDSTestCase.java | Changed JDBCCacheLoaderTest to run with Derby as part of the test suite. Added JDBCCacheLoaderxxxDSTestCase to run to run manually to test the use of DataSource object |
| 1.5 | modified | hmesha | tests/functional/org/jboss/cache/loader/JDBCCacheLoaderTest.java | Changed JDBCCacheLoaderTest to run with Derby as part of the test suite. Added JDBCCacheLoaderxxxDSTestCase to run to run manually to test the use of DataSource object |
| 1.8 | modified | hmesha | src/org/jboss/cache/loader/JDBCCacheLoader.java | JBCACHE-346 changed prepare() to only prepare connection if the connection factory of type NonManagedConnectionFactory |
| 1.1 | added | hmesha | lib/derby.jar | Derby embedded engine release 10.1.2.1 to run JDBCCacheLoader test cases |
| 1.25 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | fixed problem with swapping ongoing txs |
| 1.10 | modified | msurtani | tests/functional/org/jboss/cache/optimistic/TxInterceptorTest.java | Added stack trace print |