|
| 1.1.2.1 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/cacheinvalidation/test/JDBC2PmCacheInvalidationUnitTestCase.java | unit test case for cache invalidation in jdbc2 pm |
| 1.165.2.165 | modified | loubyansky | testsuite/build.xml | create cache invalidation JAR per container configuration using corresponding jboss.xml |
| 1.1.2.3 | deleted | loubyansky | testsuite/src/resources/cmp2/cacheinvalidation/META-INF/jboss.xml | removed jboss.xml and added container/pm specific jboss.xml files |
| 1.1.2.1 | modified | loubyansky | testsuite/src/resources/cmp2/cacheinvalidation/META-INF/jdbc2pm-jboss.xml | removed jboss.xml and added container/pm specific jboss.xml files |
| 1.1.2.1 | modified | loubyansky | testsuite/src/resources/cmp2/cacheinvalidation/META-INF/jdbcpm-jboss.xml | removed jboss.xml and added container/pm specific jboss.xml files |
| 1.1.2.2 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.java | Cache.remove now throws unchecked Cache.RemoveException instead of checked Exception, create CacheInvalidator for the cache only if it has <invalidable/> present |
| 1.1.2.34 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/EntityTable.java | Cache.remove now throws unchecked Cache.RemoveException instead of checked Exception, create CacheInvalidator for the cache only if it has <invalidable/> present |
| 1.1.2.4 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/PartitionedTableCache.java | Cache.remove now throws unchecked Cache.RemoveException instead of checked Exception, create CacheInvalidator for the cache only if it has <invalidable/> present |
| 1.1.2.13 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/TableCache.java | Cache.remove now throws unchecked Cache.RemoveException instead of checked Exception, create CacheInvalidator for the cache only if it has <invalidable/> present |
| 1.1.2.8 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/Cache.java | Cache.remove now throws unchecked Cache.RemoveException instead of checked Exception, create CacheInvalidator for the cache only if it has <invalidable/> present |