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

forge-admin at jboss.com forge-admin at jboss.com
Fri Jul 21 01:00:31 EDT 2006


Commit from msurtani (2006-07-20 02:04 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  src/org/jboss/cache/config/Configuration.java                                         1.6
  JBossCache  src/org/jboss/cache/TreeCache.java                                                    1.205
  JBossCache  tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopCollectionsTest.java    1.3
  JBossCache  tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopTest.java               1.7
  JBossCache  tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderObjectGraphAopTest.java    1.6
  JBossCache  tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java      1.16
  JBossCache  tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java  1.3
  JBossCache  tests/functional/org/jboss/cache/marshall/SyncReplTest.java                           1.6
  JBossCache  tests/functional/org/jboss/cache/mgmt/PassivationTest.java                            1.3
  JBossCache  tests/functional/org/jboss/cache/misc/TestingUtil.java                                1.5
  JBossCache  tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java                1.2
- JBossCache  tests/functional/org/jboss/cache/PropertyConfiguratorTest.java                        1.3
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedAsyncMapPerfAopTest.java                     1.3
  JBossCache  tests/perf/org/jboss/cache/aop/Server.java                                            1.4
  JBossCache  tests/perf/org/jboss/cache/aop/StudentMetrics.java                                    1.3


Commit from rsigal (2006-07-20 03:24 EDT)
------------------

JBREM-551:  Check for EOFException in run().

  JBossRemoting  src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java  1.52


Commit from rsigal (2006-07-20 03:26 EDT)
------------------

JBREM-551:  Check for IOException("Broken pipe") in doRun().  Also, call MultiplexingManager.setWriteException() in doRun().

  JBossRemoting  src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java  1.27


Commit from rsigal (2006-07-20 03:27 EDT)
------------------

JBREM-551:  Throw EOFException instead of IOException in acceptConnect().

  JBossRemoting  src/main/org/jboss/remoting/transport/multiplex/Protocol.java  1.35


Commit from rsigal (2006-07-20 03:29 EDT)
------------------

JBREM-551:  Added test case for situation in which Connector shuts down and then Client tries to disconnect.  Client should be able to disconnect without exceptions being thrown.

+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java  1.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestServer.java  1.1
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestCase.java    1.1


Commit from msurtani (2006-07-20 04:05 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  src/org/jboss/cache/TreeCache.java                                                  1.206
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/NetworkManagementAopTest.java       1.7
  JBossCache  tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java               1.10
  JBossCache  tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopTest.java             1.8
  JBossCache  tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderObjectGraphAopTest.java  1.7
  JBossCache  tests/functional/org/jboss/cache/aop/loader/ObjectGraphTestsBase.java               1.5
  JBossCache  tests/functional/org/jboss/cache/aop/CacheLoaderTestsBase.java                      1.5
  JBossCache  tests/functional/org/jboss/cache/aop/TreeCacheAopTester.java                        1.5
  JBossCache  tests/functional/org/jboss/cache/eviction/LFUPolicyTest.java                        1.4
  JBossCache  tests/functional/org/jboss/cache/loader/BdbjeCacheLoaderTest.java                   1.16
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java                 1.2
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java                   1.25
  JBossCache  tests/functional/org/jboss/cache/loader/JdbmCacheLoaderTest.java                    1.3
  JBossCache  tests/functional/org/jboss/cache/loader/SharedCacheLoaderTest.java                  1.4
  JBossCache  tests/functional/org/jboss/cache/mgmt/InvalidationTest.java                         1.4
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java         1.33
  JBossCache  tests/functional/org/jboss/cache/optimistic/AsyncCacheTest.java                     1.5
  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java                          1.18
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetKeyValTest.java       1.7
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveKeyValTest.java    1.7
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java            1.2
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java           1.18
  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java               1.7
  JBossCache  tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedTest.java   1.6
  JBossCache  tests/functional/org/jboss/cache/CallbackTest.java                                  1.9
  JBossCache  tests/perf/org/jboss/cache/benchmark/support/BaseTest.java                          1.12
  JBossCache  tests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.java                      1.3
  JBossCache  tests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.java                             1.3


Commit from msurtani (2006-07-20 04:53 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncMapContentionAopTest.java            1.3
- JBossCache  tests/perf/org/jboss/cache/benchmark/support/BaseTest.java                        1.13
- JBossCache  tests/perf/org/jboss/cache/benchmark/support/Read50PercentTest.java               1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/support/Read75PercentTest.java               1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/support/Read90PercentTest.java               1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/support/TreeCacheConfigurator.java           1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/HashMapRead50JRunitTest.java           1.7
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/HashMapRead75JRunitTest.java           1.7
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/HashMapRead90JRunitTest.java           1.8
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead50JRunitTest.java  1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead75JRunitTest.java  1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead90JRunitTest.java  1.4
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead50JRunitTest.java    1.3
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead75JRunitTest.java    1.3
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead90JRunitTest.java    1.3
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead50JRunitTest.java     1.2
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead75JRunitTest.java     1.2
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead90JRunitTest.java     1.2
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead50JRunitTest.java      1.2
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead75JRunitTest.java      1.2
- JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead90JRunitTest.java      1.2
  JBossCache  tests/perf/org/jboss/cache/loader/CacheLoaderPerfTest.java                        1.7
- JBossCache  tests/perf/org/jboss/cache/optimistic/LocalCLTest.java                            1.3
- JBossCache  tests/perf/org/jboss/cache/optimistic/LocalPessimisticCLTest.java                 1.2
- JBossCache  tests/perf/org/jboss/cache/optimistic/LocalPessimisticTest.java                   1.2
- JBossCache  tests/perf/org/jboss/cache/optimistic/LocalTest.java                              1.3
- JBossCache  tests/perf/org/jboss/cache/optimistic/OptimisticPerfTestBase.java                 1.4
- JBossCache  tests/perf/org/jboss/cache/optimistic/RunAll.java                                 1.2
  JBossCache  tests/perf/org/jboss/cache/LocalPerfTest.java                                     1.3
  JBossCache  tests/perf/org/jboss/cache/ReplicatedSyncPerfTest.java                            1.3
  JBossCache  tests/perf/org/jboss/cache/Server.java                                            1.52


Commit from msurtani (2006-07-20 05:03 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  src/org/jboss/cache/config/Configuration.java                                                 1.7
  JBossCache  src/org/jboss/cache/factories/InterceptorChainFactory.java                                    1.21
  JBossCache  src/org/jboss/cache/interceptors/InvalidationInterceptor.java                                 1.21
  JBossCache  src/org/jboss/cache/interceptors/OptimisticReplicationInterceptor.java                        1.23
  JBossCache  src/org/jboss/cache/interceptors/ReplicationInterceptor.java                                  1.34
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                                           1.52
  JBossCache  src/org/jboss/cache/rpc/RpcTreeCache.java                                                     1.9
  JBossCache  src/org/jboss/cache/TreeCache.java                                                            1.207
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncListTest.java                   1.4
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.java                    1.5
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyUpdateEvictionTest.java             1.3
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/PropagationManagerlAopTest.java               1.3
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/ReplicatedPropagationManagerlAopTest.java     1.3
  JBossCache  tests/functional/org/jboss/cache/aop/loader/BdbjeCacheLoaderTest.java                         1.2
  JBossCache  tests/functional/org/jboss/cache/aop/ReplicatedObjectGraphAopTest.java                        1.23
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyBackupActivationInactivationTest.java  1.6
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java             1.5
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java              1.27
  JBossCache  tests/functional/org/jboss/cache/eviction/MRUPolicyTest.java                                  1.6
  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedAopLRUPolicyTest.java                     1.7
  JBossCache  tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java                    1.4
  JBossCache  tests/functional/org/jboss/cache/invalidation/InvalidationInterceptorTest.java                1.15
  JBossCache  tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java          1.4
  JBossCache  tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java                         1.12
  JBossCache  tests/functional/org/jboss/cache/loader/BdbjeTest.java                                        1.5
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderWithReplicationTest.java                   1.21
  JBossCache  tests/functional/org/jboss/cache/loader/ChainingCacheLoaderFullTest.java                      1.6
  JBossCache  tests/functional/org/jboss/cache/loader/DataSourceIntegrationTest.java                        1.7
  JBossCache  tests/functional/org/jboss/cache/loader/FileExtendedCacheLoaderTest.java                      1.13
  JBossCache  tests/functional/org/jboss/cache/loader/JDBCExtendedCacheLoaderTestCase.java                  1.7
  JBossCache  tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java                   1.10
  JBossCache  tests/functional/org/jboss/cache/loader/TcpCacheLoaderTest.java                               1.6
  JBossCache  tests/functional/org/jboss/cache/loader/TxCacheLoaderTest.java                                1.5
  JBossCache  tests/functional/org/jboss/cache/lock/AcquireAllTest.java                                     1.4
  JBossCache  tests/functional/org/jboss/cache/lock/BreakDeadMemberLocksTest.java                           1.2
  JBossCache  tests/functional/org/jboss/cache/marshall/AsyncReplTest.java                                  1.6
  JBossCache  tests/functional/org/jboss/cache/marshall/LocalTest.java                                      1.6
  JBossCache  tests/functional/org/jboss/cache/mgmt/InvalidationTest.java                                   1.5
  JBossCache  tests/functional/org/jboss/cache/mgmt/NotificationTest.java                                   1.5
  JBossCache  tests/functional/org/jboss/cache/mgmt/TxTest.java                                             1.4
  JBossCache  tests/functional/org/jboss/cache/misc/TestingUtil.java                                        1.6
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java                   1.34
  JBossCache  tests/functional/org/jboss/cache/optimistic/AsyncFullStackInterceptorTest.java                1.5
  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java                                    1.19
  JBossCache  tests/functional/org/jboss/cache/optimistic/MockFailureInterceptor.java                       1.3
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorPutEraseTest.java                  1.7
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorPutMapTest.java                    1.7
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveDataTest.java                1.8
  JBossCache  tests/functional/org/jboss/cache/optimistic/OpLockingInterceptorTest.java                     1.11
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticReplicationInterceptorTest.java         1.13
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticVersioningTest.java                     1.4
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticWithPassivationTest.java                1.11
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/AsyncInvalidationOptLocksTest.java    1.4
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/AsyncInvalidationPessLocksTest.java   1.4
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java           1.4
  JBossCache  tests/functional/org/jboss/cache/options/FailSilentlyTest.java                                1.3
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationTestsBase.java                        1.14
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToBdbjeCacheLoaderTest.java           1.11
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToFileCacheLoaderTest.java            1.6
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToJDBCCacheLoaderTestCase.java        1.5
  JBossCache  tests/functional/org/jboss/cache/replicated/AsyncReplTest.java                                1.8
  JBossCache  tests/functional/org/jboss/cache/replicated/SyncCacheListenerTest.java                        1.8
  JBossCache  tests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java                   1.2
  JBossCache  tests/functional/org/jboss/cache/statetransfer/ForcedStateTransferTest.java                   1.9
  JBossCache  tests/functional/org/jboss/cache/transaction/ConcurrentBankTest.java                          1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/InvocationContextCleanupTest.java                1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/PrepareTxTest.java                               1.2
  JBossCache  tests/functional/org/jboss/cache/transaction/TransactionTest.java                             1.10
  JBossCache  tests/functional/org/jboss/cache/CallbackTest.java                                            1.10
  JBossCache  tests/functional/org/jboss/cache/FqnTest.java                                                 1.11
  JBossCache  tests/functional/org/jboss/cache/InterceptorConfigurationTest.java                            1.15
  JBossCache  tests/functional/org/jboss/cache/LifeCycleTest.java                                           1.3
  JBossCache  tests/functional/org/jboss/cache/TreeCacheFunctionalTest.java                                 1.2
  JBossCache  tests/perf/org/jboss/cache/aop/LocalMapPerfAopTest.java                                       1.3
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncPerfAopTest.java                                 1.3
  JBossCache  tests/perf/org/jboss/cache/ReplicatedSyncMapPerfTest.java                                     1.3
  JBossCache  tests/stress/org/jboss/cache/optimistic/OptimisticDeadlockTest.java                           1.3
  JBossCache  tests/stress/org/jboss/cache/EvictionLocalStressTest.java                                     1.4
  JBossCache  tests/stress/org/jboss/cache/LocalStressTest.java                                             1.4


Commit from msurtani (2006-07-20 06:31 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  tests/functional/org/jboss/cache/aop/loader/FileCacheLoaderAopCollectionsTest.java                     1.4
  JBossCache  tests/functional/org/jboss/cache/aop/SharedRefConcurrentTest.java                                      1.5
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyAssignmentStateTransferTest.java                1.7
  JBossCache  tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java                                           1.11
  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.java                                 1.9
  JBossCache  tests/functional/org/jboss/cache/loader/FileCacheLoaderTest.java                                       1.8
  JBossCache  tests/functional/org/jboss/cache/loader/JDBCCacheLoaderDerbyDSTest.java                                1.2
  JBossCache  tests/functional/org/jboss/cache/loader/RpcDelegatingCacheLoaderTests.java                             1.6
  JBossCache  tests/functional/org/jboss/cache/lock/LockReleaseTest.java                                             1.2
  JBossCache  tests/functional/org/jboss/cache/lock/UpgradeLockTest.java                                             1.3
  JBossCache  tests/functional/org/jboss/cache/mgmt/CacheLoaderTest.java                                             1.5
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorKeyValTest.java                             1.8
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java                         1.9
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorTransactionTest.java                        1.6
  JBossCache  tests/functional/org/jboss/cache/optimistic/ThreadedOptimisticCreateIfNotExistsInterceptorTest.java    1.12
  JBossCache  tests/functional/org/jboss/cache/optimistic/TxInterceptorTest.java                                     1.12
  JBossCache  tests/functional/org/jboss/cache/optimistic/ValidatorInterceptorTest.java                              1.12
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/SyncInvalidationOptLocksTest.java              1.3
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/SyncInvalidationPessLocksTest.java             1.3
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/SyncReplOptLocksTest.java                      1.5
  JBossCache  tests/functional/org/jboss/cache/options/SuppressLockingTest.java                                      1.5
  JBossCache  tests/functional/org/jboss/cache/replicated/ReplicationExceptionTest.java                              1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/AbortionTest.java                                         1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/ConcurrentTransactionalTest.java                          1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/DeadlockTest.java                                         1.5
  JBossCache  tests/functional/org/jboss/cache/transaction/IsolationLevelNoneTest.java                               1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedNodeCreationRollbackTest.java  1.2
  JBossCache  tests/functional/org/jboss/cache/TreeCacheListenerTest.java                                            1.7
  JBossCache  tests/perf/org/jboss/cache/aop/LocalPerfAopTest.java                                                   1.3
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncMapPerfAopTest.java                                       1.3
  JBossCache  tests/perf/org/jboss/cache/FieldUpdateEmulator.java                                                    1.4
  JBossCache  tests/perf/org/jboss/cache/ReplicatedAsyncMapPerfTest.java                                             1.3
  JBossCache  tests/stress/org/jboss/cache/LocalStressTest.java                                                      1.5


Commit from msurtani (2006-07-20 06:54 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java                                      1.19
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java                           1.5
  JBossCache  tests/functional/org/jboss/cache/aop/LocalConcurrentTest.java                                        1.9
  JBossCache  tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java                                 1.2
  JBossCache  tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java                                        1.4
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderMethodCallCounterTest.java                        1.9
  JBossCache  tests/functional/org/jboss/cache/loader/ChainingCacheLoaderBasicTest.java                            1.4
  JBossCache  tests/functional/org/jboss/cache/mgmt/MgmtCoreTest.java                                              1.4
  JBossCache  tests/functional/org/jboss/cache/optimistic/FullStackInterceptorTest.java                            1.18
  JBossCache  tests/functional/org/jboss/cache/optimistic/MockInterceptor.java                                     1.4
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetChildrenNamesTest.java                 1.7
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetKeysTest.java                          1.7
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java          1.8
  JBossCache  tests/functional/org/jboss/cache/optimistic/ThreadedOptimisticCreateIfNotExistsInterceptorTest.java  1.13
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/AsyncReplOptLocksTest.java                   1.4
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/AsyncReplPessLocksTest.java                  1.4
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/SyncReplPessLocksTest.java                   1.4
  JBossCache  tests/functional/org/jboss/cache/options/ExplicitVersionsTest.java                                   1.4
  JBossCache  tests/functional/org/jboss/cache/passivation/BasicPassivationTest.java                               1.4
  JBossCache  tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java                    1.4
  JBossCache  tests/functional/org/jboss/cache/replicated/SyncReplTxTest.java                                      1.11
  JBossCache  tests/functional/org/jboss/cache/transaction/ReplicatedTransactionDeadlockTest.java                  1.2
  JBossCache  tests/perf/org/jboss/cache/LocalMapPerfTest.java                                                     1.3


Commit from msurtani (2006-07-20 06:59 EDT)
--------------------

Fixed some broken UTs to use the new xml parsers, cache factories, etc.

  JBossCache  src/org/jboss/cache/factories/CacheFactoryTest.java                                            1.3
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyTest.java                            1.5
  JBossCache  tests/functional/org/jboss/cache/config/ConfigurationTest.java                                 1.2
  JBossCache  tests/functional/org/jboss/cache/loader/ClusteredCacheLoaderTest.java                          1.8
  JBossCache  tests/functional/org/jboss/cache/loader/JDBCCacheLoaderTest.java                               1.6
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.java  1.4
  JBossCache  tests/perf/org/jboss/cache/ConcurrentEvictAndRemoveTest.java                                   1.4


Commit from msurtani (2006-07-20 07:00 EDT)
--------------------

Removed deprecated class

- JBossCache  src/org/jboss/cache/PropertyConfigurator.java  1.8


Commit from msurtani (2006-07-20 07:14 EDT)
--------------------

Partially migrated to new configurators

  JBossCache  src/org/jboss/cache/aop/TreeCacheAopView.java                                                 1.13
  JBossCache  tests/functional/org/jboss/cache/aop/collection/CachedListImplAopTest.java                    1.3
  JBossCache  tests/functional/org/jboss/cache/aop/collection/CachedMapAopNullTest.java                     1.3
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncListTest.java                   1.5
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/ReplicatedPropagationManagerlAopTest.java     1.4
  JBossCache  tests/functional/org/jboss/cache/aop/memory/ReplicatedAopTest.java                            1.2
  JBossCache  tests/functional/org/jboss/cache/aop/NewLocalAopTest.java                                     1.9
  JBossCache  tests/functional/org/jboss/cache/aop/NewReplicatedTxAopTest.java                              1.6
  JBossCache  tests/functional/org/jboss/cache/aop/ObjectGraphAopTest.java                                  1.17
  JBossCache  tests/functional/org/jboss/cache/aop/RecursiveRefAopTest.java                                 1.5
  JBossCache  tests/functional/org/jboss/cache/aop/ReplicatedObjectGraphAopTest.java                        1.24
  JBossCache  tests/functional/org/jboss/cache/aop/ReplicatedPutWithBulkRemoveAopTest.java                  1.4
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyBackupActivationInactivationTest.java  1.7
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java             1.6
  JBossCache  tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java                         1.4
  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedAopLRUPolicyTest.java                     1.8
  JBossCache  tests/functional/org/jboss/cache/marshall/AsyncReplTest.java                                  1.7
  JBossCache  tests/functional/org/jboss/cache/mgmt/NotificationTest.java                                   1.6
  JBossCache  tests/functional/org/jboss/cache/replicated/AsyncReplTest.java                                1.9
  JBossCache  tests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java                   1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/ConcurrentBankTest.java                          1.5
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncMapContentionAopTest.java                        1.4
  JBossCache  tests/perf/org/jboss/cache/FieldUpdateEmulator.java                                           1.5
  JBossCache  tests/perf/org/jboss/cache/ReplicatedAsyncMapPerfTest.java                                    1.4


Commit from msurtani (2006-07-20 07:48 EDT)
--------------------

migrated to new configurators

  JBossCache  src/org/jboss/cache/loader/rmi/RmiCacheServer.java                                   1.4
  JBossCache  src/org/jboss/cache/loader/tcp/TcpCacheServer.java                                   1.15
  JBossCache  src/org/jboss/cache/ConsoleListener.java                                             1.7
  JBossCache  src/org/jboss/cache/TreeCacheView2.java                                              1.12
  JBossCache  tests/functional/org/jboss/cache/aop/collection/CachedListAopTest.java               1.10
  JBossCache  tests/functional/org/jboss/cache/aop/collection/CachedListAopTxTest.java             1.5
  JBossCache  tests/functional/org/jboss/cache/aop/collection/CachedMapAopTest.java                1.12
  JBossCache  tests/functional/org/jboss/cache/aop/collection/CachedSetAopTest.java                1.14
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ObjectGraphAopTest.java              1.8
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java           1.6
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyTest.java                  1.6
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyUpdateEvictionTest.java    1.4
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/PojoEvictionTest.java                  1.9
  JBossCache  tests/functional/org/jboss/cache/aop/util/ObjectUtilAopTest.java                     1.4
  JBossCache  tests/functional/org/jboss/cache/aop/LocalConcurrentTest.java                        1.10
  JBossCache  tests/functional/org/jboss/cache/aop/NewReplicatedAopTest.java                       1.13
  JBossCache  tests/functional/org/jboss/cache/aop/NonAspectizedAopTest.java                       1.5
  JBossCache  tests/functional/org/jboss/cache/aop/ReplicatedSerializableAopTest.java              1.4
  JBossCache  tests/functional/org/jboss/cache/aop/SharedRefConcurrentTest.java                    1.6
  JBossCache  tests/functional/org/jboss/cache/aop/TreeCacheAopCompatibilityAopTest.java           1.3
  JBossCache  tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java                 1.3
  JBossCache  tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java                        1.5
  JBossCache  tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java                         1.12
  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.java               1.10
  JBossCache  tests/functional/org/jboss/cache/mgmt/TxTest.java                                    1.5
  JBossCache  tests/functional/org/jboss/cache/passivation/BasicPassivationTest.java               1.5
  JBossCache  tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java    1.5
  JBossCache  tests/functional/org/jboss/cache/transaction/ConcurrentTransactionalTest.java        1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/ReplicatedTransactionDeadlockTest.java  1.3
  JBossCache  tests/perf/org/jboss/cache/aop/LocalMapPerfAopTest.java                              1.4
  JBossCache  tests/perf/org/jboss/cache/aop/LocalPerfAopTest.java                                 1.4
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncMapPerfAopTest.java                     1.4
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncPerfAopTest.java                        1.4
  JBossCache  tests/perf/org/jboss/cache/ConcurrentEvictAndRemoveTest.java                         1.5
  JBossCache  tests/perf/org/jboss/cache/FieldUpdateEmulator.java                                  1.6
  JBossCache  tests/perf/org/jboss/cache/LocalMapPerfTest.java                                     1.4
  JBossCache  tests/perf/org/jboss/cache/LocalPerfTest.java                                        1.4
  JBossCache  tests/perf/org/jboss/cache/ReplicatedAsyncMapPerfTest.java                           1.5
  JBossCache  tests/perf/org/jboss/cache/ReplicatedSyncMapPerfTest.java                            1.4
  JBossCache  tests/stress/org/jboss/cache/EvictionLocalStressTest.java                            1.5
  JBossCache  tests/stress/org/jboss/cache/LocalStressTest.java                                    1.6


Commit from timfox (2006-07-20 10:04 EDT)
------------------

http://jira.jboss.com/jira/browse/JBMESSAGING-440

  jboss-jms  src/main/org/jboss/jms/server/endpoint/ServerConnectionEndpoint.java  1.47
  jboss-jms  src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java    1.45
  jboss-jms  src/main/org/jboss/jms/tx/ResourceManager.java                        1.22
  jboss-jms  src/main/org/jboss/jms/tx/TransactionRequest.java                     1.10
  jboss-jms  src/main/org/jboss/messaging/core/tx/Transaction.java                 1.19
  jboss-jms  src/resources/README.txt                                              1.17


Commit from julien (2006-07-20 11:16 EDT)
------------------

added lookup based application/x-www-formurlencoded class for fast encoding

  jboss-portal  common/build.xml                                                                                1.35
+ jboss-portal  common/src/main/org/jboss/portal/common/net/Application_XWWWFormURLEncodedFormat.java           1.1
+ jboss-portal  common/src/main/org/jboss/portal/test/common/Application_XWWWFormURLEncodedFormatTestCase.java  1.1


Commit from bstansberry (2006-07-20 11:34 EDT)
-----------------------

Correct class used in log category

  JBossCache  src/org/jboss/cache/config/Configuration.java  1.8


Commit from bstansberry (2006-07-20 12:09 EDT)
-----------------------

Update interop test to use XmlConfigurationParser

  JBossCache  tests/interop/org/jboss/cache/interop/InteropTest.java  1.5


Commit from apinkin (2006-07-20 12:16 EDT)
-------------------

JBINSTALL-57: adding installer artifacts to repository components
TBD: components builds need to be updated

+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/component-info.xml                                         1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/install/build.xml                               1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/install/antActionsSpec.xml                      1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/install/component-install.xml                   1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/install/userInputSpec.xml                       1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/install/userInputSpec.xml                          1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/install/antActionsSpec.xml                         1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/install/build.xml                                  1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/install/component-install.xml                      1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/component-info.xml                                   1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/resources/ejb3-interceptors-aop.xml             1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/resources/ejb3-entity-cache-service.xml         1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/resources/ejb3-clustered-sfsbcache-service.xml  1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/bin/ejb3.deployer                               1.1
+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/lib/jbossas-repo.zip                                       1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/install/userInputSpec.xml                            1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/install/component-install.xml                        1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/install/antActionsSpec.xml                           1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/install/resources.zip                                1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/install/build.xml                                    1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/lib/jbossws-client.jar                               1.1
+ repository.jboss.com  jboss/jbossws/1.0.0.GA-JBINSTALL-57/lib/jbossws.sar                                      1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/component-info.xml                              1.1
+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/install/userInputSpec.xml                                  1.1
+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/install/resources.zip                                      1.1
+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/install/antActionsSpec.xml                                 1.1
+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/install/build.xml                                          1.1
+ repository.jboss.com  jbossas/4.0.4.GA-JBINSTALL-57/install/component-install.xml                              1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/lib/jboss-ejb3-client.jar                       1.1
+ repository.jboss.com  jboss/ejb3/1.0.0.CR8-jboss4-JBINSTALL-57/lib/hibernate-client.jar                        1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/resources/portal-hsqldb-ds.xml                     1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/component-info.xml                                 1.1
+ repository.jboss.com  jboss-portal/2.4.0.BETA1-JBINSTALL-57/lib/jboss-portal.sar                               1.1


Commit from bstansberry (2006-07-20 12:22 EDT)
-----------------------

Work with CacheSPI as well

  JBossCache  tests/functional/org/jboss/cache/misc/TestingUtil.java  1.7


Commit from msurtani (2006-07-20 12:52 EDT)
--------------------

migrated to new configurators

  JBossCache  tests/interop/org/jboss/cache/interop/Main.java  1.3


Commit from telrod (2006-07-20 12:58 EDT)
------------------

JBREM-552 - fixed problem with setting cause in exception being thrown when creating new client or server invoker.

  JBossRemoting  src/main/org/jboss/remoting/InvokerRegistry.java  1.34


Commit from dimitris on branch Branch_3_2 (2006-07-20 13:07 EDT)
-----------------------------------------

JBAS-3296 - report in the exception message the reason the payload of an ObjectMessage cannot be serialized, link the original exception

  jbossmq  src/main/org/jboss/mq/SpyObjectMessage.java  1.13.2.4


Commit from asaldhana (2006-07-20 13:08 EDT)
---------------------

JBAS-2621: Fix Scout version and upgrade juddi version

  build  jboss/build-thirdparty.xml  1.129


Commit from dimitris on branch Branch_4_0 (2006-07-20 13:08 EDT)
-----------------------------------------

JBAS-3296 - report in the exception message the reason the payload of an ObjectMessage cannot be serialized, link the original exception

  jbossmq  src/main/org/jboss/mq/SpyObjectMessage.java  1.17.6.3


Commit from dimitris (2006-07-20 13:10 EDT)
--------------------

JBAS-3296 - report in the exception message the reason the payload of an ObjectMessage cannot be serialized, link the original exception

  jbossmq  src/main/org/jboss/mq/SpyObjectMessage.java  1.20


Commit from asaldhana (2006-07-20 13:12 EDT)
---------------------

JBAS-2621: JAXR to HEAD

  contrib  varia/src/main/org/jboss/jaxr/juddi/JUDDIService.java                  1.3
  contrib  varia/src/main/org/jboss/jaxr/juddi/JUDDIServiceMBean.java             1.3
+ contrib  varia/src/main/org/jboss/jaxr/juddi/JUDDIServlet.java                  1.2
- contrib  varia/src/main/org/jboss/jaxr/juddi/axis/JBossJuddiAxisHandler.java    1.4
- contrib  varia/src/main/org/jboss/jaxr/juddi/axis/JBossJuddiAxisProcessor.java  1.4
- contrib  varia/src/main/org/jboss/jaxr/juddi/axis/JBossJuddiAxisTransport.java  1.5
+ contrib  varia/src/main/org/jboss/jaxr/juddi/transport/SaajTransport.java       1.2


Commit from asaldhana (2006-07-20 13:14 EDT)
---------------------

JBAS-2621: Resources for JAXR

  contrib  varia/src/resources/juddi/jboss-service.xml        1.5
- contrib  varia/src/resources/juddi/juddi_create_db.ddl      1.2
- contrib  varia/src/resources/juddi/juddi_data.ddl           1.2
- contrib  varia/src/resources/juddi/juddi_drop_db.ddl        1.2
+ contrib  varia/src/resources/juddi/ddl/juddi_create_db.ddl  1.2
+ contrib  varia/src/resources/juddi/ddl/juddi_data.ddl       1.2
+ contrib  varia/src/resources/juddi/ddl/juddi_drop_db.ddl    1.2
+ contrib  varia/src/resources/juddi/jse/jboss-web.xml        1.2
+ contrib  varia/src/resources/juddi/jse/juddi.properties     1.2
+ contrib  varia/src/resources/juddi/jse/web.xml              1.2


Commit from asaldhana (2006-07-20 13:15 EDT)
---------------------

JBAS-2621: JAXR into HEAD

  contrib  varia/.classpath  1.38
  contrib  varia/build.xml   1.127


Commit from asaldhana (2006-07-20 13:16 EDT)
---------------------

JBAS-2621: JAXR artifacts

  build  jboss/build-distr.xml  1.59
  build  jboss/build.xml        1.460


Commit from asaldhana (2006-07-20 13:19 EDT)
---------------------

JBAS-2621: JAXR testcases

- jbosstest  src/main/org/jboss/test/jaxr/create/CreateOrganizationTestCase.java                      1.3
- jbosstest  src/main/org/jboss/test/jaxr/delete/JaxrDeleteTestCase.java                              1.4
- jbosstest  src/main/org/jboss/test/jaxr/read/JaxrReadTestCase.java                                  1.3
+ jbosstest  src/main/org/jboss/test/jaxr/scout/basic/JaxrJNDIConnectionTestCase.java                 1.2
+ jbosstest  src/main/org/jboss/test/jaxr/scout/publish/JaxrDeleteAssociationTestCase.java            1.2
+ jbosstest  src/main/org/jboss/test/jaxr/scout/publish/JaxrSaveServiceBindingTestCase.java           1.2
+ jbosstest  src/main/org/jboss/test/jaxr/scout/publish/infomodel/JaxrClassficationTestCase.java      1.2
+ jbosstest  src/main/org/jboss/test/jaxr/scout/publish/infomodel/JaxrConfimAssociationTestCase.java  1.2
+ jbosstest  src/main/org/jboss/test/jaxr/scout/query/infomodel/JaxrFindAssociationsTestCase.java     1.2


Commit from asaldhana (2006-07-20 13:20 EDT)
---------------------

JBAS-2621: Update the class. This class is redundant. The Jaxr tests should use the JMX capability as part of JBoss Test Setup

  jbosstest  src/main/org/jboss/test/JBossRMIAdaptorHelper.java  1.4


Commit from asaldhana (2006-07-20 13:22 EDT)
---------------------

JBAS-2621: Update tests-scout-jaxr target and remove the old jaxr target

  jbosstest  build.xml  1.587


Commit from asaldhana (2006-07-20 13:31 EDT)
---------------------

JBAS-2621: util class

+ jbosstest  src/main/org/jboss/test/jaxr/scout/util/ScoutUtil.java  1.2


Commit from asaldhana (2006-07-20 13:34 EDT)
---------------------

JBAS-2621: Scout testcases

- jbosstest  src/main/org/jboss/test/jaxr/common/JaxrTestCase.java     1.3
  jbosstest  src/main/org/jboss/test/jaxr/scout/JaxrBaseTestCase.java  1.3


Commit from asaldhana (2006-07-20 14:07 EDT)
---------------------

JBQA-393: update to tc6

  jbosstest  src/resources/test-configs/tomcat-sso-cluster/deploy/jbossweb-tomcat6.sar/server.xml  1.2
  jbosstest  src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat6.sar/server.xml          1.2


Commit from asaldhana (2006-07-20 14:10 EDT)
---------------------

JBQA-393: Be explicit to copy jbossweb-tomcat6.sar

  jbosstest  build.xml  1.588


Commit from asaldhana (2006-07-20 14:19 EDT)
---------------------

JBQA-393: update to tc6

  jbosstest  src/resources/web/federation/authext/server.xml  1.3


Commit from asaldhana (2006-07-20 14:30 EDT)
---------------------

JBQA-393: Copy the ejb3.deployer directory to the tomcat-webctx configuration

  jbosstest  build.xml  1.589


Commit from msurtani (2006-07-20 14:43 EDT)
--------------------

migrated to new configurators

- JBossCache  src/org/jboss/cache/aop/annotation/Serializable.java                                    1.4
- JBossCache  src/org/jboss/cache/aop/annotation/Transient.java                                       1.4
  JBossCache  src-50/org/jboss/cache/pojo/impl/PojoCacheImpl.java                                     1.13
  JBossCache  src-50/org/jboss/cache/pojo/interceptors/PojoEvictionInterceptor.java                   1.7
  JBossCache  src-50/org/jboss/cache/pojo/PojoTreeCache.java                                          1.11
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/impl/AbstractPropagtionRule.java  1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/impl/NodeImpl.java                1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/impl/ORSummaryRule.java           1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/impl/PropagationManagerImpl.java  1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/impl/PropagationRuleFactory.java  1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/impl/StateItemImpl.java           1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/Node.java                         1.4
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/PropagationManager.java           1.4
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/PropagationRule.java              1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/propagation/StateItem.java                    1.4
- JBossCache  tests/functional/org/jboss/cache/aop/test/Address.java                                  1.4
- JBossCache  tests/functional/org/jboss/cache/aop/test/CacheObject.java                              1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/IdObject.java                                 1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/Link.java                                     1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/NetworkAdmin.java                             1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/NetworkDomain.java                            1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/NetworkElement.java                           1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/NetworkNode.java                              1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/NodeManager.java                              1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/Person.java                                   1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/SerializedAddress.java                        1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/Student.java                                  1.2
- JBossCache  tests/functional/org/jboss/cache/aop/test/TestNode.java                                 1.3
- JBossCache  tests/functional/org/jboss/cache/aop/test/ValueObject.java                              1.3
  JBossCache  tests-50/functional/org/jboss/cache/aop/test/Gadget.java                                1.2
  JBossCache  tests-50/functional/org/jboss/cache/aop/ReplicatedAnnotationTest.java                   1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/collection/CachedListImplTest.java             1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/collection/CachedMapTest.java                  1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/collection/CachedSetTest.java                  1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/collection/ObjectGraphTest.java                1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/passivation/LocalTest.java                     1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/util/ObjectUtilTest.java                       1.2
  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalConcurrentTest.java                       1.3
  JBossCache  tests-50/functional/org/jboss/cache/pojo/LocalTest.java                                 1.6


Commit from msurtani (2006-07-20 14:45 EDT)
--------------------

Added a TODO

  JBossCache  src/org/jboss/cache/config/Configuration.java  1.9


Commit from dimitris (2006-07-20 14:54 EDT)
--------------------

JBAS-3217, add JBOSS_CONF, JBOSS_HOST variables to the script (default to 'default' & '0.0.0.0'), chown the created console.log file

  jboss  src/bin/jboss_init_redhat.sh  1.12


Commit from dimitris on branch Branch_4_0 (2006-07-20 14:55 EDT)
-----------------------------------------

JBAS-3217, add JBOSS_CONF, JBOSS_HOST variables to the script (default to 'default' & '0.0.0.0'), chown the created console.log file

  jboss  src/bin/jboss_init_redhat.sh  1.11.16.1


Commit from dimitris on branch Branch_3_2 (2006-07-20 14:55 EDT)
-----------------------------------------

JBAS-3217, add JBOSS_CONF, JBOSS_HOST variables to the script (default to 'default' & '0.0.0.0'), chown the created console.log file

  jboss  src/bin/jboss_init_redhat.sh  1.11.2.1


Commit from msurtani (2006-07-20 15:25 EDT)
--------------------

Fixed breakage

  JBossCache  src/org/jboss/cache/config/Configuration.java  1.10


Commit from msurtani (2006-07-20 15:31 EDT)
--------------------

Fixed breakage

  JBossCache  src/org/jboss/cache/config/Configuration.java  1.11


Commit from asaldhana (2006-07-20 15:41 EDT)
---------------------

JBAS-3105: Use QueueA,QueueB etc instead of the original A,B,C,D etc

  jbosstest  src/resources/timer/ejb/jboss.xml              1.4
  jbosstest  src/resources/timer/service/jboss-service.xml  1.2


Commit from asaldhana (2006-07-20 15:58 EDT)
---------------------

JBAS-2624: ctr has callbackHandler also

  jbosssx  src/main/org/jboss/security/plugins/AuthorizationManagerService.java  1.7


Commit from asaldhana (2006-07-20 15:59 EDT)
---------------------

JBAS-2624: getter for securityDomain

  jbosssx  src/main/org/jboss/security/plugins/JBossAuthorizationManager.java  1.7


Commit from asaldhana (2006-07-20 16:05 EDT)
---------------------

JBQA-393: TC6

  jbosstest  src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat6.sar/META-INF/jboss-service.xml  1.2


Commit from asaldhana (2006-07-20 16:25 EDT)
---------------------

JBQA-393: tc6

  jbosstest  src/resources/web/federation/authext/jboss-service.xml  1.4


Commit from asaldhana (2006-07-20 16:31 EDT)
---------------------

JBAS-3212: remove the exclude of JBossContextConfig

  jboss-tomcat  build.xml  1.46


Commit from asaldhana (2006-07-20 16:32 EDT)
---------------------

JBQA-393: Include ejb3.deployer in the various tomcat configs

  jbosstest  build.xml  1.590


Commit from asaldhana (2006-07-20 17:00 EDT)
---------------------

small typo

  jbosstest  src/resources/test-configs/jacc/conf/standardjboss.xml  1.7


Commit from clin (2006-07-20 17:26 EDT)
----------------

JBADMCON-145 Get 'htmlunit' required jars from either thirdparty repository or project directory.

  jboss-admin-console  .classpath-webtest                            1.2
  jboss-admin-console  build.xml                                     1.42
+ jboss-admin-console  tmp_libs/webtest/commons-collections-3.1.jar  1.1
+ jboss-admin-console  tmp_libs/webtest/commons-httpclient-3.0.jar   1.1
+ jboss-admin-console  tmp_libs/webtest/commons-io-1.1.jar           1.1
+ jboss-admin-console  tmp_libs/webtest/htmlunit-1.8.jar             1.1
+ jboss-admin-console  tmp_libs/webtest/js-1.6R2.jar                 1.1
+ jboss-admin-console  tmp_libs/webtest/nekohtml-0.9.5.jar           1.1


Commit from asaldhana (2006-07-20 17:34 EDT)
---------------------

JBAS-3374: Default App Policy for the ejb layer needs to be used

  jbosssx  src/main/org/jboss/security/authorization/AuthorizationContext.java  1.6


Commit from bstansberry (2006-07-20 17:43 EDT)
-----------------------

Pass setCache() call to superclass so we have a ref to the cache

  JBossCache  src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java  1.22
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java               1.53


Commit from bstansberry (2006-07-20 17:43 EDT)
-----------------------

Use the factory to create the cache

  JBossCache  tests/interop/org/jboss/cache/interop/Main.java  1.4


Commit from bstansberry (2006-07-20 17:58 EDT)
-----------------------

[JBCACHE-465] Extract the state transfer code out of TreeCache

  JBossCache  src/org/jboss/cache/CacheSPI.java                                            1.5
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                                  1.5
  JBossCache  src/org/jboss/cache/TreeCache.java                                           1.208
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferFactory.java                  1.8
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferGenerator_200.java            1.3
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferIntegrator_200.java           1.4
+ JBossCache  src/org/jboss/cache/statetransfer/StateTransferManager.java                  1.1
  JBossCache  src/org/jboss/cache/aop/PojoCache.java                                       1.28
  JBossCache  src/org/jboss/cache/loader/LocalDelegatingCacheLoader.java                   1.9
  JBossCache  tests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java  1.4
  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java        1.8
  JBossCache  tests/functional/org/jboss/cache/statetransfer/ForcedStateTransferTest.java  1.10
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java    1.19
  JBossCache  tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java     1.3
+ JBossCache  src/org/jboss/cache/aop/statetransfer/PojoStateTransferFactory.java          1.1
+ JBossCache  src/org/jboss/cache/aop/statetransfer/PojoStateTransferManager.java          1.1
+ JBossCache  src/org/jboss/cache/aop/statetransfer/PojoStateTransferIntegrator_200.java   1.1
+ JBossCache  src/org/jboss/cache/aop/statetransfer/PojoStateTransferGenerator_200.java    1.1
  JBossCache  src-50/org/jboss/cache/pojo/PojoTreeCache.java                               1.12
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                       1.38
+ JBossCache  src/org/jboss/cache/lock/LockUtil.java                                       1.1


Commit from rrajasekaran (2006-07-20 18:44 EDT)
------------------------

Enabled tomcat sso, webctx and federation tests

  jbosstest  build.xml  1.591


Commit from clin (2006-07-20 19:02 EDT)
----------------

JBADMCON-145 Add src/resources/admin-console.war back into the test classpath.

  jboss-admin-console  build.xml  1.43


Commit from julien (2006-07-20 19:48 EDT)
------------------

more flexibility in command factories : PortalObjectCommandFactory and CMSObjectCommandFactory do not extend the delegate. Rather the delegate command factory is used standalone to delegate then

  jboss-portal  core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java              1.11
  jboss-portal  core/src/main/org/jboss/portal/core/command/mapper/CommandFactoryDelegate.java    1.3
  jboss-portal  core/src/main/org/jboss/portal/core/model/portal/PortalObjectCommandFactory.java  1.20
  jboss-portal  core/src/resources/portal-cms-sar/META-INF/jboss-service.xml                      1.42
  jboss-portal  core/src/resources/portal-core-sar/META-INF/jboss-service.xml                     1.134


Commit from julien (2006-07-20 20:10 EDT)
------------------

allow null prefixes for url factories

  jboss-portal  core/src/main/org/jboss/portal/core/cms/CMSObjectURLFactory.java              1.9
  jboss-portal  core/src/main/org/jboss/portal/core/model/portal/PortalObjectURLFactory.java  1.21


Commit from bstansberry on branch Branch_4_0 (2006-07-20 20:49 EDT)
--------------------------------------------

Upgrade to JBC 1.4.0.GA

  build  jboss/build-thirdparty.xml  1.1.2.147


Commit from bstansberry on branch Branch_JBossCache_1_4_0_MUX (2006-07-20 22:51 EDT)
-------------------------------------------------------------

Sync to JBossCache_1_4_0_GA

  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead75JRunitTest.java                     1.1.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead50JRunitTest.java                      1.1.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/HashMapRead90JRunitTest.java                           1.7.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead50JRunitTest.java                  1.3.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead90JRunitTest.java                      1.1.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead90JRunitTest.java                  1.3.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/HashMapRead75JRunitTest.java                           1.6.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead90JRunitTest.java                    1.2.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead50JRunitTest.java                     1.1.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead50JRunitTest.java                    1.2.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead75JRunitTest.java                  1.3.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead90JRunitTest.java                     1.1.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/HashMapRead50JRunitTest.java                           1.6.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead75JRunitTest.java                      1.1.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead75JRunitTest.java                    1.2.6.1
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithOptimisticLockingTest.java  1.2.4.1
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithPassivationTest.java        1.1.4.1
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithTransactionsTest.java       1.2.4.1
  JBossCache  src/org/jboss/cache/Fqn.java                                                                      1.31.4.1
  JBossCache  src/org/jboss/cache/AbstractTreeCacheListener.java                                                1.2.22.1
  JBossCache  src/org/jboss/cache/AbstractNode.java                                                             1.16.4.1
  JBossCache  src/org/jboss/cache/Version.java                                                                  1.18.4.2
  JBossCache  src/org/jboss/cache/TreeCache.java                                                                1.195.2.1.2.4
  JBossCache  src/org/jboss/cache/TreeCacheView2.java                                                           1.10.4.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/support/Read90PercentTest.java                               1.3.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/support/TreeCacheConfigurator.java                           1.3.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/support/BaseTest.java                                        1.11.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/support/Read50PercentTest.java                               1.3.6.1
  JBossCache  tests/perf/org/jboss/cache/benchmark/support/Read75PercentTest.java                               1.3.6.1
  JBossCache  src/org/jboss/cache/config/Option.java                                                            1.6.4.1
  JBossCache  tests/functional/org/jboss/cache/replicated/SyncReplTxTest.java                                   1.9.4.1
  JBossCache  docs/design/todo.txt                                                                              1.1.1.1.26.1
+ JBossCache  tests/functional/org/jboss/cache/transaction/AbortionTest.java                                    1.3.2.2
+ JBossCache  tests/functional/org/jboss/cache/transaction/NotifyingTransactionManager.java                     1.2.2.2
  JBossCache  src/org/jboss/cache/aop/CachedType.java                                                           1.9.4.1
  JBossCache  src/org/jboss/cache/aop/CacheInterceptor.java                                                     1.19.4.1
  JBossCache  src/org/jboss/cache/aop/PojoCache.java                                                            1.23.4.1
  JBossCache  src/org/jboss/cache/aop/PojoTxSynchronizationHandler.java                                         1.1.4.1
  JBossCache  src/org/jboss/cache/aop/TreeCacheAopDelegate.java                                                 1.74.4.2
+ JBossCache  src/org/jboss/cache/aop/TreeCacheView2.java                                                       1.1.4.2
  JBossCache  src/org/jboss/cache/aop/util/ObjectUtil.java                                                      1.7.4.1
  JBossCache  tests/interop/org/jboss/cache/interop/Shutdown.java                                               1.2.6.1
  JBossCache  tests/interop/org/jboss/cache/interop/Main.java                                                   1.2.6.1
  JBossCache  tests/interop/org/jboss/cache/interop/InteropTest.java                                            1.3.6.1
  JBossCache  docs/TreeCache/en/modules/replication.xml                                                         1.5.4.1
  JBossCache  docs/TreeCache/en/modules/introduction.xml                                                        1.4.6.1
  JBossCache  docs/TreeCache/en/modules/treecache_marshaller.xml                                                1.3.4.1
  JBossCache  docs/TreeCache/en/modules/transactions.xml                                                        1.2.6.1
  JBossCache  docs/TreeCache/en/modules/architecture.xml                                                        1.2.6.1
  JBossCache  docs/TreeCache/en/modules/compatibility.xml                                                       1.1.6.1
  JBossCache  docs/TreeCache/en/modules/basic_api.xml                                                           1.2.6.1
  JBossCache  docs/TreeCache/en/modules/eviction_policies.xml                                                   1.3.6.1
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                                               1.48.4.1
  JBossCache  src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java                                   1.16.4.1
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java                               1.1.4.1
  JBossCache  etc/META-INF/buddyreplication-service.xml                                                         1.4.4.1
  JBossCache  docs/tutorial/en/master.xml                                                                       1.13.4.1
  JBossCache  src/org/jboss/cache/marshall/VersionAwareMarshaller.java                                          1.5.4.1
  JBossCache  src/org/jboss/cache/marshall/TreeCacheMarshaller140.java                                          1.1.4.1
  JBossCache  src/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.java                                       1.5.4.1
  JBossCache  tests/perf/org/jboss/cache/optimistic/RunAll.java                                                 1.1.6.1
  JBossCache  src/org/jboss/cache/buddyreplication/BuddyManager.java                                            1.33.4.1
  JBossCache  docs/Changelog.txt                                                                                1.20.4.2
  JBossCache  docs/TreeCache/en/images/PackageOverview-BuddyReplication.png                                     1.1.4.1
  JBossCache  tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java                            1.1.4.1
  JBossCache  build.xml                                                                                         1.119.4.2
  JBossCache  tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java              1.2.6.2
  JBossCache  etc/build.xml                                                                                     1.14.4.1
  JBossCache  docs/PojoCache/en/master.xml                                                                      1.2.4.1
  JBossCache  docs/faq/en/master.xml                                                                            1.34.4.2
  JBossCache  tests/functional/org/jboss/cache/CallbackTest.java                                                1.7.4.1
  JBossCache  tests/functional/org/jboss/cache/FqnTest.java                                                     1.9.4.1
  JBossCache  tests/stress/org/jboss/cache/optimistic/OptimisticDeadlockTest.java                               1.2.4.1
  JBossCache  tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java                        1.1.4.1
  JBossCache  docs/TreeCache/en/master.xml                                                                      1.35.4.2
  JBossCache  tests/functional/org/jboss/cache/misc/TestingUtil.java                                            1.4.6.1


Commit from starksm (2006-07-20 22:57 EDT)
-------------------

Just check that the thread was interrupted going into the class loading call to avoid logging side-effect clearing the interrupt flag.

  jbosstest  src/main/org/jboss/test/classloader/interrupt/TestThread.java  1.5


Commit from starksm on branch Branch_4_0 (2006-07-20 22:57 EDT)
----------------------------------------

Just check that the thread was interrupted going into the class loading call to avoid logging side-effect clearing the interrupt flag.

  jbosstest  src/main/org/jboss/test/classloader/interrupt/TestThread.java  1.3.6.3


Commit from bstansberry (2006-07-20 22:59 EDT)
-----------------------

Sync to JBossCache_1_4_0_GA

  repository.jboss.com  jboss/cache/snapshot/lib/jboss-cache-jdk50.jar  1.5
  repository.jboss.com  jboss/cache/snapshot/lib/jboss-cache.jar        1.3


Commit from msurtani (2006-07-20 23:03 EDT)
--------------------

moved annotations

+ JBossCache  src/org/jboss/cache/aop/annotation/InstanceOfPojoCacheable.java     1.1
+ JBossCache  src/org/jboss/cache/aop/annotation/PojoCacheable.java               1.1
+ JBossCache  src/org/jboss/cache/aop/annotation/Serializable.java                1.5
+ JBossCache  src/org/jboss/cache/aop/annotation/Transient.java                   1.5
- JBossCache  src-50/org/jboss/cache/aop/annotation/InstanceOfPojoCacheable.java  1.2
- JBossCache  src-50/org/jboss/cache/aop/annotation/PojoCacheable.java            1.2
- JBossCache  src-50/org/jboss/cache/aop/annotation/Serializable.java             1.2
- JBossCache  src-50/org/jboss/cache/aop/annotation/Transient.java                1.2


Commit from asaldhana (2006-07-21 00:50 EDT)
---------------------

JBAS-3105: Copy the destination service file that creates the temp jms destinations.

  jbosstest  build.xml  1.592
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060721/86d7f929/attachment.html 


More information about the jboss-cvs-commits mailing list