BUILD COMPLETE - build.1096 |
Date of build: 06/29/2007 16:03:41 |
Time to build: 2 minutes 3 seconds |
Last changed: 06/29/2007 14:22:40 |
Last log entry: Updated docs to reflect annotation based listeners |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (first 50 of 46) | ||||
1.3 | modified | msurtani | docs/JBossORG-EULA.txt | Updated docs to reflect annotation based listeners |
1.11 | modified | msurtani | docs/JBossCache-UserGuide/en/modules/basic_api.xml | Updated docs to reflect annotation based listeners |
1.19 | modified | msurtani | docs/JBossCache-UserGuide/en/modules/configuration_reference.xml | JBCACHE-1116 and JBCACHE-1117 |
1.85 | modified | msurtani | src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java | JBCACHE-1116 and JBCACHE-1117 |
1.57 | modified | msurtani | src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java | JBCACHE-1116 and JBCACHE-1117 |
1.4 | modified | msurtani | tests/functional/org/jboss/cache/api/NodeSPITest.java | JBCACHE-1116 and JBCACHE-1117 |
1.97 | modified | msurtani | src/org/jboss/cache/CacheImpl.java | JBCACHE-1116 and JBCACHE-1117 |
1.21 | modified | msurtani | src/org/jboss/cache/NodeSPI.java | JBCACHE-1116 and JBCACHE-1117 |
1.31 | modified | msurtani | src/org/jboss/cache/UnversionedNode.java | JBCACHE-1116 and JBCACHE-1117 |
1.19 | modified | msurtani | src/org/jboss/cache/loader/CacheLoader.java | JBCACHE-1116 and JBCACHE-1117 |
1.16 | modified | msurtani | src/org/jboss/cache/loader/ChainingCacheLoader.java | JBCACHE-1116 and JBCACHE-1117 |
1.18 | modified | msurtani | tests/functional/org/jboss/cache/api/CacheAPITest.java | fixed ut |
1.7 | modified | msurtani | src/org/jboss/cache/loader/AdjListJDBCCacheLoader.java | Thread safety on get and exists |
1.7 | modified | jgreene | src/org/jboss/cache/pojo/impl/CacheListenerAdaptor.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | src/org/jboss/cache/pojo/impl/NotificationDispatcher.java | Implement new POJO Annotation Notification API |
1.12 | modified | jgreene | src/org/jboss/cache/pojo/impl/PojoCacheImpl.java | Implement new POJO Annotation Notification API |
1.5 | deleted | jgreene | src/org/jboss/cache/pojo/notification/ArrayModifyNotification.java | Implement new POJO Annotation Notification API |
1.3 | deleted | jgreene | src/org/jboss/cache/pojo/notification/AttachNotification.java | Implement new POJO Annotation Notification API |
1.3 | deleted | jgreene | src/org/jboss/cache/pojo/notification/DetachNotification.java | Implement new POJO Annotation Notification API |
1.3 | deleted | jgreene | src/org/jboss/cache/pojo/notification/FieldModifyNotification.java | Implement new POJO Annotation Notification API |
1.4 | deleted | jgreene | src/org/jboss/cache/pojo/notification/ListModifyNotification.java | Implement new POJO Annotation Notification API |
1.4 | deleted | jgreene | src/org/jboss/cache/pojo/notification/MapModifyNotification.java | Implement new POJO Annotation Notification API |
1.3 | deleted | jgreene | src/org/jboss/cache/pojo/notification/Notification.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | src/org/jboss/cache/pojo/notification/NotificationContext.java | Implement new POJO Annotation Notification API |
1.3 | deleted | jgreene | src/org/jboss/cache/pojo/notification/SetModifyNotification.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/ListTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/Listener.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/MapTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/ObjectTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/ReplicatedListTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/ReplicatedMapTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/ReplicatedObjectTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/ReplicatedSetTest.java | Implement new POJO Annotation Notification API |
1.2 | modified | jgreene | tests/functional/org/jboss/cache/pojo/notification/SetTest.java | Implement new POJO Annotation Notification API |
1.5 | modified | jgreene | src/org/jboss/cache/pojo/PojoCache.java | Implement new POJO Annotation Notification API |
1.4 | deleted | jgreene | src/org/jboss/cache/pojo/PojoCacheListener.java | Implement new POJO Annotation Notification API |
1.6 | modified | bstansberry | src/org/jboss/cache/interceptors/OrderedSynchronizationHandler.java | [JBCACHE-1114] Don't call Transaction.toString() in a Synchronization's toString() |
1.85 | modified | bstansberry | src/org/jboss/cache/interceptors/TxInterceptor.java | [JBCACHE-1114] Don't call Transaction.toString() in a Synchronization's toString() |
1.29 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.10 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapperMBean.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.3 | modified | bstansberry | src/org/jboss/cache/jmx/CacheNotificationBroadcaster.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.8 | modified | bstansberry | src/org/jboss/cache/jmx/CacheNotificationListener.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.16 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.8 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/LifecycleNotificationTest.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |
1.1 | added | bstansberry | tests/functional/org/jboss/cache/pojo/jmx/LifecycleNotificationTest.java | [JBCACHE-1090] Emit JMX Notifications the JBAS JSR-77 layer expects |