[jboss-cvs] cvs.forge.jboss.com Activity

forge-admin at jboss.com forge-admin at jboss.com
Thu Jan 4 01:00:27 EST 2007


Commit from bwang (2007-01-03 01:23 EST)
-----------------

upd

  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedListImpl.java  1.15
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedMapImpl.java   1.18
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedSetImpl.java   1.15
  JBossCache  src-50/org/jboss/cache/pojo/util/CacheApiUtil.java          1.7


Commit from bwang (2007-01-03 02:35 EST)
-----------------

upd

  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalTxTest.java  1.6


Commit from bwang (2007-01-03 03:55 EST)
-----------------

Siwtch RuntimeException to PojoCacheException inside PojoCache.

  JBossCache  src-50/org/jboss/cache/pojo/interceptors/dynamic/CacheFieldInterceptor.java       1.15
  JBossCache  src-50/org/jboss/cache/pojo/impl/InternalHelper.java                              1.8
  JBossCache  src-50/org/jboss/cache/pojo/impl/CollectionClassHandler.java                      1.13
  JBossCache  src-50/org/jboss/cache/pojo/impl/ObjectGraphHandler.java                          1.9
  JBossCache  src-50/org/jboss/cache/pojo/impl/PojoCacheImpl.java                               1.29
  JBossCache  src-50/org/jboss/cache/pojo/impl/PojoCacheDelegate.java                           1.19
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedMapImpl.java                         1.19
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedListAbstract.java                    1.6
  JBossCache  src-50/org/jboss/cache/pojo/collection/CollectionInterceptorUtil.java             1.10
  JBossCache  src-50/org/jboss/cache/pojo/collection/IntegerCache.java                          1.2
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedListImpl.java                        1.16
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedSetImpl.java                         1.16
  JBossCache  src-50/org/jboss/cache/pojo/interceptors/MethodReentrancyStopperInterceptor.java  1.3
  JBossCache  src-50/org/jboss/cache/pojo/interceptors/PojoTxUndoInterceptor.java               1.6
  JBossCache  src-50/org/jboss/cache/pojo/util/ObjectUtil.java                                  1.5


Commit from bwang (2007-01-03 04:38 EST)
-----------------

upd

  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalTxTest.java  1.7


Commit from bwang (2007-01-03 08:14 EST)
-----------------

upd

  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalTxTest.java  1.8


Commit from msurtani (2007-01-03 09:08 EST)
--------------------

Javadoc

  JBossCache  src/org/jboss/cache/CacheSPI.java  1.25


Commit from ptsekov on branch Branch_JBossCache_1_4_0 (2007-01-03 09:21 EST)
-----------------------------------------------------

* SerialVersionUIDUnitTestCase.java: Blacklist classes with known SVUID
incompatibilities between JBC 1.3.0 and JBC 1.4.0 (JBCACHE-918).

  JBossCache  tests/compat/org/jboss/cache/compat/SerialVersionUIDUnitTestCase.java  1.1.2.3


Commit from ptsekov (2007-01-03 09:43 EST)
-------------------

* SerialVersionUIDUnitTestCase.java: Remove tests for 1.3.0 and 1.4.0
compatibility since JBC 2.x.x is API incompatible with older releases.

  JBossCache  tests/compat/org/jboss/cache/compat/SerialVersionUIDUnitTestCase.java  1.3


Commit from msurtani (2007-01-03 10:33 EST)
--------------------

Improved notification mechanism, added a notification interceptor

  JBossCache  src/org/jboss/cache/interceptors/InvocationContextInterceptor.java               1.13
  JBossCache  src/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java               1.23
  JBossCache  src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java                  1.43
  JBossCache  src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java                     1.68
  JBossCache  src/org/jboss/cache/interceptors/ActivationInterceptor.java                      1.47
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                              1.71
  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java             1.49
  JBossCache  src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java     1.38
  JBossCache  src/org/jboss/cache/interceptors/PassivationInterceptor.java                     1.38
  JBossCache  src/org/jboss/cache/notifications/Notifier.java                                  1.14
  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java            1.14
  JBossCache  src/org/jboss/cache/Region.java                                                  1.10
  JBossCache  src/org/jboss/cache/TransactionEntry.java                                        1.19
  JBossCache  src/org/jboss/cache/CacheImpl.java                                               1.13
  JBossCache  src/org/jboss/cache/UnversionedNode.java                                         1.8
  JBossCache  src/org/jboss/cache/InvocationContext.java                                       1.11
  JBossCache  src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java                               1.2
  JBossCache  src/org/jboss/cache/jmx/CacheMBean.java                                          1.8
  JBossCache  src/org/jboss/cache/config/ConfigurationException.java                           1.5
  JBossCache  src/org/jboss/cache/config/BuddyReplicationConfig.java                           1.4
  JBossCache  src/org/jboss/cache/loader/CacheLoaderManager.java                               1.28
  JBossCache  src/org/jboss/cache/loader/RpcDelegatingCacheLoaderConfig.java                   1.2
  JBossCache  src/org/jboss/cache/loader/AsyncCacheLoader.java                                 1.25
  JBossCache  src/org/jboss/cache/loader/AbstractDelegatingCacheLoader.java                    1.4
  JBossCache  src/org/jboss/cache/loader/TcpDelegatingCacheLoaderConfig.java                   1.2
  JBossCache  src/org/jboss/cache/loader/RmiDelegatingCacheLoaderConfig.java                   1.2
  JBossCache  src/org/jboss/cache/buddyreplication/NextMemberBuddyLocatorConfig.java           1.2
  JBossCache  tests/functional/org/jboss/cache/notifications/CacheListenerOptimisticTest.java  1.2
+ JBossCache  tests/functional/org/jboss/cache/notifications/CacheListenerEvent.java           1.1
  JBossCache  tests/functional/org/jboss/cache/notifications/CacheListenerTest.java            1.14
  JBossCache  src/org/jboss/cache/transaction/DummyTransaction.java                            1.10
  JBossCache  src/org/jboss/cache/transaction/DummyContext.java                                1.2
  JBossCache  tests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.java      1.7
  JBossCache  src/org/jboss/cache/loader/jdbm/JdbmCacheLoaderConfig.java                       1.2
  JBossCache  src/org/jboss/cache/loader/bdbje/BdbjeCacheLoaderConfig.java                     1.2
  JBossCache  src/org/jboss/cache/factories/InterceptorChainFactory.java                       1.37
  JBossCache  src/org/jboss/cache/lock/ReadWriteLockWithUpgrade.java                           1.5


Commit from bwang (2007-01-03 10:55 EST)
-----------------

upd

  JBossCache  tests-50/functional/org/jboss/cache/pojo/collection/CachedMapTest.java  1.7


Commit from bwang (2007-01-03 10:58 EST)
-----------------

upd

  JBossCache  tests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncMapTest.java  1.9


Commit from vralev (2007-01-03 11:05 EST)
------------------

windows-like icons

    repository.jboss.com/izpack/3.9.0.jboss.patch3/lib/standalone-compiler.jar  1.6


Commit from msurtani (2007-01-03 11:41 EST)
--------------------

added read-only tests

  JBossCache  tests/functional/org/jboss/cache/util/MapCopyTest.java  1.3


Commit from msurtani (2007-01-03 11:42 EST)
--------------------

Added javadoc

  JBossCache  src/org/jboss/cache/util/MapCopy.java  1.7


Commit from msurtani (2007-01-03 11:43 EST)
--------------------

Use MapCopy instead of unmodifiable map

  JBossCache  src/org/jboss/cache/notifications/Notifier.java  1.15


Commit from jhalliday (2007-01-03 11:56 EST)
---------------------

Upgraded to 4.2.3.RC1

  repository.jboss.com  jboss/jbossts/snapshot/component-info.xml            1.4
  repository.jboss.com  jboss/jbossts/snapshot/lib/jbossjta-integration.jar  1.2
  repository.jboss.com  jboss/jbossts/snapshot/lib/jbossjta.jar              1.2
  repository.jboss.com  jboss/jbossts/snapshot/lib/jbossts-common.jar        1.2


Commit from msurtani (2007-01-03 12:11 EST)
--------------------

notification interceptor

+ JBossCache  src/org/jboss/cache/interceptors/NotificationInterceptor.java  1.1


Commit from msurtani (2007-01-03 12:50 EST)
--------------------

added more rich nodeModified callback

  JBossCache  tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java  1.7
  JBossCache  tests/functional/org/jboss/cache/notifications/CacheListenerTest.java        1.15
+ JBossCache  tests/functional/org/jboss/cache/notifications/NodeMapDiffTest.java          1.1
  JBossCache  src/org/jboss/cache/notifications/Notifier.java                              1.16
  JBossCache  src/org/jboss/cache/util/Util.java                                           1.2
  JBossCache  src/org/jboss/cache/AbstractCacheListener.java                               1.4
  JBossCache  src/org/jboss/cache/ConsoleListener.java                                     1.13
  JBossCache  src/org/jboss/cache/TreeCacheView.java                                       1.21
  JBossCache  src/org/jboss/cache/CacheImpl.java                                           1.14
  JBossCache  src/org/jboss/cache/TreeCacheView2.java                                      1.20
  JBossCache  src/org/jboss/cache/CacheListener.java                                       1.6
  JBossCache  src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java              1.44
  JBossCache  src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java                   1.27
  JBossCache  tests/functional/org/jboss/cache/statetransfer/ForcedStateTransferTest.java  1.12
  JBossCache  tests/functional/org/jboss/cache/replicated/SyncReplTxTest.java              1.18
  JBossCache  tests/functional/org/jboss/cache/replicated/SyncCacheListenerTest.java       1.13


Commit from msurtani (2007-01-03 13:12 EST)
--------------------

added more rich nodeModified callback

  JBossCache  src/org/jboss/cache/interceptors/NotificationInterceptor.java  1.2


Commit from msurtani (2007-01-03 13:12 EST)
--------------------

fixed broken ut

  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java  1.16


Commit from msurtani (2007-01-03 13:19 EST)
--------------------

fixed broken ut

  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java          1.14
  JBossCache  tests/functional/org/jboss/cache/optimistic/ThreadedOptimisticCreateIfNotExistsInterceptorTest.java  1.19
  JBossCache  tests/functional/org/jboss/cache/factories/CustomInterceptorChainTest.java                           1.4


Commit from tdiesler (2007-01-03 13:38 EST)
--------------------

release 1.2.0.CR1

+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/component-info.xml                   1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jboss-jaxrpc.jar                 1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jboss-jaxws.jar                  1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jboss-saaj.jar                   1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws-client.jar               1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws-jboss42-integration.jar  1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws-jboss50-integration.jar  1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws-tomcat-integration.jar   1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws42.sar                    1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws50-deployer.jar           1.1
+ repository.jboss.com  jboss/jbossws/1.2.0.CR1/lib/jbossws50.sar                    1.1


Commit from rsigal on branch remoting_2_x (2007-01-03 13:41 EST)
-----------------------------------------

JBREM-650:  Made firstTime static and lengthened sleep time in testServerRestart().

  JBossRemoting  src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java  1.1.2.5


Commit from rsigal (2007-01-03 13:41 EST)
------------------

JBREM-650:  Made firstTime static and lengthened sleep time in testServerRestart().

  JBossRemoting  src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java  1.5


Commit from rsigal (2007-01-03 13:47 EST)
------------------

JBREM-650:  Prints keystore and truststore file paths and throws exception if either is null.

  JBossRemoting  src/tests/org/jboss/test/remoting/transport/bisocket/ssl/SSLBisocketTestCase.java  1.3


Commit from nrichards (2007-01-03 14:45 EST)
---------------------

bindings

  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIAnchor.java     1.5
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UICell.java       1.6
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIFont.java       1.5
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIImage.java      1.6
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIList.java       1.6
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIListItem.java   1.5
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIPage.java       1.5
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UIParagraph.java  1.6
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UISection.java    1.4
  jboss-seam  src/pdf/org/jboss/seam/pdf/ui/UITable.java      1.5


Commit from vblagojevic (2007-01-03 15:41 EST)
-----------------------

created UnitTestCacheFactory

+ JBossCache  src/org/jboss/cache/factories/UnitTestCacheFactory.java    1.1
  JBossCache  src/org/jboss/cache/factories/XmlConfigurationParser.java  1.9
+ JBossCache  etc/META-INF/unit-test-cache-service.xml                   1.1


Commit from msurtani (2007-01-03 17:25 EST)
--------------------

fixed broken ut

  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java  1.15


Commit from msurtani (2007-01-03 17:39 EST)
--------------------

fixed broken ut

  JBossCache  tests/functional/org/jboss/cache/marshall/RegionManagerTest.java  1.8


Commit from msurtani (2007-01-03 17:42 EST)
--------------------

Added null check

  JBossCache  src/org/jboss/cache/interceptors/NotificationInterceptor.java  1.3


Commit from msurtani (2007-01-03 17:51 EST)
--------------------

Added UTs, updated

  JBossCache  tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java            1.8
+ JBossCache  tests/functional/org/jboss/cache/notifications/RemoteCacheListenerOptimisticTest.java  1.1


Commit from msurtani (2007-01-03 18:45 EST)
--------------------

Added optimistic locking specific tests

  JBossCache  tests/functional/org/jboss/cache/api/CacheAPITest.java            1.9
+ JBossCache  tests/functional/org/jboss/cache/api/NodeAPIOptimisticTest.java   1.1
  JBossCache  tests/functional/org/jboss/cache/api/CacheSPITest.java            1.4
+ JBossCache  tests/functional/org/jboss/cache/api/CacheAPIOptimisticTest.java  1.1
  JBossCache  tests/functional/org/jboss/cache/api/NodeAPITest.java             1.12


Commit from vblagojevic (2007-01-03 22:36 EST)
-----------------------

state transfer tests use UnitTestCacheFactory

  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java      1.25
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java  1.32
  JBossCache  src/org/jboss/cache/factories/UnitTestCacheFactory.java                    1.2
  JBossCache  etc/META-INF/unit-test-cache-service.xml                                   1.2


Commit from msurtani (2007-01-04 00:35 EST)
--------------------

Major changes around nodes, and the way they interact with the interceptor stack.
Also removed redundant methods in NodeSPI and removed the need for casting to NodeSPI in most cases.

  JBossCache  tests/functional/org/jboss/cache/lock/AcquireAllTest.java                              1.9
  JBossCache  tests/functional/org/jboss/cache/lock/IdentityLockTest.java                            1.8
  JBossCache  tests/functional/org/jboss/cache/lock/ReadWriteLockWithUpgradeTest.java                1.4
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationTestsBase.java                 1.25
  JBossCache  src/org/jboss/cache/loader/CacheLoaderManager.java                                     1.29
  JBossCache  src/org/jboss/cache/loader/RpcDelegatingCacheLoaderConfig.java                         1.3
  JBossCache  src/org/jboss/cache/loader/SingletonStoreCacheLoader.java                              1.2
  JBossCache  src/org/jboss/cache/loader/RpcDelegatingCacheLoader.java                               1.16
  JBossCache  src/org/jboss/cache/loader/RmiDelegatingCacheLoader.java                               1.16
  JBossCache  src/org/jboss/cache/loader/LocalDelegatingCacheLoader.java                             1.14
  JBossCache  src/org/jboss/cache/factories/NodeFactory.java                                         1.20
  JBossCache  src/org/jboss/cache/factories/UnitTestCacheFactory.java                                1.3
  JBossCache  src/org/jboss/cache/factories/XmlConfigurationParser.java                              1.10
  JBossCache  tests/functional/org/jboss/cache/api/NodeAPITest.java                                  1.13
  JBossCache  tests/functional/org/jboss/cache/api/NodeAPIOptimisticTest.java                        1.2
  JBossCache  tests/functional/org/jboss/cache/api/SyncReplTxTest.java                               1.5
  JBossCache  src/org/jboss/cache/marshall/CacheMarshaller200.java                                   1.2
  JBossCache  src/org/jboss/cache/interceptors/OptimisticLockingInterceptor.java                     1.25
  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java                   1.50
  JBossCache  src/org/jboss/cache/interceptors/OptimisticInterceptor.java                            1.9
  JBossCache  src/org/jboss/cache/interceptors/PassivationInterceptor.java                           1.39
  JBossCache  src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java                        1.45
  JBossCache  src/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java                     1.24
  JBossCache  src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java                           1.69
  JBossCache  src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java           1.39
  JBossCache  src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java                        1.34
  JBossCache  src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java                       1.42
  JBossCache  src/org/jboss/cache/interceptors/ActivationInterceptor.java                            1.48
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                                    1.72
  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java                   1.12
  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java                  1.15
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferManager.java                            1.21
  JBossCache  tests/functional/org/jboss/cache/optimistic/AsyncFullStackInterceptorTest.java         1.8
  JBossCache  tests/functional/org/jboss/cache/optimistic/FullStackInterceptorTest.java              1.21
  JBossCache  tests/functional/org/jboss/cache/optimistic/OpLockingInterceptorTest.java              1.18
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticReplicationInterceptorTest.java  1.20
  JBossCache  tests-50/functional/org/jboss/cache/pojo/ObjectGraphTest.java                          1.7
  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalTest.java                                1.12
  JBossCache  tests-50/functional/org/jboss/cache/pojo/NewReplicatedTxTest.java                      1.7
  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalConcurrentTest.java                      1.6
  JBossCache  tests-50/functional/org/jboss/cache/pojo/CircularGraphTest.java                        1.6
  JBossCache  tests-50/functional/org/jboss/cache/pojo/ReplicatedObjectGraphTest.java                1.8
  JBossCache  src/org/jboss/cache/config/Option.java                                                 1.12
  JBossCache  src-50/org/jboss/cache/pojo/util/CacheApiUtil.java                                     1.8
  JBossCache  src/org/jboss/cache/Node.java                                                          1.54
  JBossCache  src/org/jboss/cache/VersionedNode.java                                                 1.5
  JBossCache  src/org/jboss/cache/UnversionedNode.java                                               1.9
  JBossCache  src/org/jboss/cache/CacheSPI.java                                                      1.26
  JBossCache  src/org/jboss/cache/CacheImpl.java                                                     1.15
  JBossCache  src/org/jboss/cache/AbstractNode.java                                                  1.27
  JBossCache  src/org/jboss/cache/NodeSPI.java                                                       1.8
  JBossCache  src/org/jboss/cache/RegionManager.java                                                 1.19
  JBossCache  src/org/jboss/cache/eviction/BaseEvictionPolicy.java                                   1.7
  JBossCache  src-50/org/jboss/cache/pojo/impl/PojoCacheDelegate.java                                1.20
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                                 1.58
  JBossCache  src-50/org/jboss/cache/pojo/CachedType.java                                            1.8
  JBossCache  src-50/org/jboss/cache/pojo/PojoTreeCache.java                                         1.18
  JBossCache  src/org/jboss/cache/rpc/RpcTreeCache.java                                              1.13
  JBossCache  src/org/jboss/cache/jmx/JmxUtil.java                                                   1.7
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/GravitateResultTest.java             1.3
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java       1.37
  JBossCache  src/org/jboss/cache/lock/IdentityLock.java                                             1.19
  JBossCache  src/org/jboss/cache/lock/LockUtil.java                                                 1.7
  JBossCache  src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java                                  1.40
  JBossCache  src/org/jboss/cache/optimistic/WorkspaceNode.java                                      1.21
  JBossCache  src/org/jboss/cache/loader/tcp/TcpCacheServer.java                                     1.24
  JBossCache  tests/functional/org/jboss/cache/transaction/TransactionTest.java                      1.23
  JBossCache  tests/functional/org/jboss/cache/UnversionedNodeTest.java                              1.2
  JBossCache  tests/functional/org/jboss/cache/FqnTest.java                                          1.21
  JBossCache  tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java                   1.12
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderManagerTest.java                    1.13
  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedSetImpl.java                              1.17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20070104/494bb185/attachment.html 


More information about the jboss-cvs-commits mailing list