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

forge-admin at jboss.com forge-admin at jboss.com
Thu Sep 7 01:00:27 EDT 2006


Commit from msurtani (2006-09-06 07:35 EDT)
--------------------

Created a new test to test the setting up of transactions

+ JBossCache  etc/META-INF/local-tx-service.xml                                        1.1
+ JBossCache  src/org/jboss/cache/jmx/Cache.java                                       1.1
+ JBossCache  tests/functional/org/jboss/cache/invocationcontext/TransactionTest.java  1.1


Commit from msurtani (2006-09-06 07:36 EDT)
--------------------

Added check to ensure tx and gtx are scrubbed after commit

  JBossCache  tests/functional/org/jboss/cache/invocationcontext/TransactionTest.java  1.2


Commit from msurtani (2006-09-06 07:40 EDT)
--------------------

Added check to ensure tx and gtx are scrubbed after commit

  JBossCache  tests/functional/org/jboss/cache/invocationcontext/TransactionTest.java  1.3


Commit from remm (2006-09-06 08:48 EDT)
----------------

- No modeler dependency.

  repository.jboss.com  jboss/web/2.0.0.snapshot/component-info.xml  1.2


Commit from bwang (2006-09-06 09:36 EDT)
-----------------

Updated api

  JBossCache  src-50/org/jboss/cache/pojo/collection/CachedMapImpl.java  1.13


Commit from msurtani (2006-09-06 10:45 EDT)
--------------------

fixed JMX tests, added more JMX tests

  JBossCache  src/org/jboss/cache/config/Configuration.java             1.16
  JBossCache  src/org/jboss/cache/jmx/Cache.java                        1.2
  JBossCache  src/org/jboss/cache/jmx/CacheMBean.java                   1.4
  JBossCache  src/org/jboss/cache/util/MBeanConfigurator.java           1.8
  JBossCache  src/org/jboss/cache/NodeImpl.java                         1.11
  JBossCache  src/org/jboss/cache/TreeCache.java                        1.238
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java               1.26
+ JBossCache  tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java  1.1


Commit from rloehr (2006-09-06 10:50 EDT)
------------------

fix dir structure

- repository.jboss.com  maven2/jboss/profiler/jvmti/1.0.0.CR5/jboss-profiler-jvmti-1.0.0.CR5.jar                       1.2
- repository.jboss.com  maven2/jboss/profiler/jvmti/1.0.0.CR5/jboss-profiler-jvmti-1.0.0.CR5.pom                       1.2
+ repository.jboss.com  maven2/jboss/profiler/jvmti/jboss-profiler-jvmti/1.0.0.CR5/jboss-profiler-jvmti-1.0.0.CR5.jar  1.1
+ repository.jboss.com  maven2/jboss/profiler/jvmti/jboss-profiler-jvmti/1.0.0.CR5/jboss-profiler-jvmti-1.0.0.CR5.pom  1.1


Commit from msurtani (2006-09-06 11:30 EDT)
--------------------

Removed TreeCache dependency on ServiceMBeanSupport

  JBossCache  src/org/jboss/cache/aop/MarshalledTreeCache.java                                                       1.15
  JBossCache  src/org/jboss/cache/aop/PojoCache.java                                                                 1.29
  JBossCache  src/org/jboss/cache/aop/TreeCacheAopView.java                                                          1.15
  JBossCache  src/org/jboss/cache/config/Configuration.java                                                          1.17
  JBossCache  src/org/jboss/cache/factories/DefaultCacheFactory.java                                                 1.8
  JBossCache  src/org/jboss/cache/factories/InterceptorChainFactory.java                                             1.29
  JBossCache  src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java                                             1.21
  JBossCache  src/org/jboss/cache/loader/rmi/RmiCacheServer.java                                                     1.5
  JBossCache  src/org/jboss/cache/loader/tcp/TcpCacheServer.java                                                     1.17
  JBossCache  src/org/jboss/cache/util/MBeanConfigurator.java                                                        1.9
  JBossCache  src/org/jboss/cache/CacheSPI.java                                                                      1.13
  JBossCache  src/org/jboss/cache/ConsoleListener.java                                                               1.9
  JBossCache  src/org/jboss/cache/TreeCache.java                                                                     1.239
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                                                            1.27
  JBossCache  src/org/jboss/cache/TreeCacheView2.java                                                                1.14
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncListTest.java                            1.6
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java                             1.7
  JBossCache  tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.java                             1.6
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyTest.java                                    1.7
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyUpdateEvictionTest.java                      1.5
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/NetworkManagementAopTest.java                          1.9
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/PropagationManagerlAopTest.java                        1.4
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/ReplicatedNetworkManagementAopTest.java                1.9
  JBossCache  tests/functional/org/jboss/cache/aop/integrated/ReplicatedPropagationManagerlAopTest.java              1.5
  JBossCache  tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java                                  1.11
  JBossCache  tests/functional/org/jboss/cache/aop/loader/ObjectGraphTestsBase.java                                  1.6
  JBossCache  tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java                       1.17
  JBossCache  tests/functional/org/jboss/cache/aop/CacheLoaderTestsBase.java                                         1.6
  JBossCache  tests/functional/org/jboss/cache/aop/LocalConcurrentTest.java                                          1.11
  JBossCache  tests/functional/org/jboss/cache/aop/RecursiveRefAopTest.java                                          1.6
  JBossCache  tests/functional/org/jboss/cache/aop/ReplicatedObjectGraphAopTest.java                                 1.25
  JBossCache  tests/functional/org/jboss/cache/aop/SharedRefConcurrentTest.java                                      1.7
  JBossCache  tests/functional/org/jboss/cache/aop/TreeCacheAopTester.java                                           1.6
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyAssignmentStateTransferTest.java                1.8
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyBackupActivationInactivationTest.java           1.8
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyGroupAssignmentTest.java                        1.10
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java                          1.13
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java                      1.7
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationContentTest.java                     1.10
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationFailoverTest.java                    1.16
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java                       1.29
  JBossCache  tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java                                   1.4
  JBossCache  tests/functional/org/jboss/cache/eviction/EvictionConfigurationTest.java                               1.8
  JBossCache  tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java                                          1.6
  JBossCache  tests/functional/org/jboss/cache/eviction/LFUPolicyTest.java                                           1.5
  JBossCache  tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java                                           1.13
  JBossCache  tests/functional/org/jboss/cache/eviction/MRUPolicyTest.java                                           1.7
  JBossCache  tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java                                  1.8
  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedAopLRUPolicyTest.java                              1.10
  JBossCache  tests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.java                                 1.13
  JBossCache  tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java                             1.10
  JBossCache  tests/functional/org/jboss/cache/invalidation/InvalidationInterceptorTest.java                         1.17
  JBossCache  tests/functional/org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest.java                   1.6
  JBossCache  tests/functional/org/jboss/cache/loader/BdbjeTest.java                                                 1.8
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderMethodCallCounterTest.java                          1.10
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java                                    1.4
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java                                      1.29
  JBossCache  tests/functional/org/jboss/cache/loader/CacheLoaderWithReplicationTest.java                            1.22
  JBossCache  tests/functional/org/jboss/cache/loader/ChainingCacheLoaderFullTest.java                               1.7
  JBossCache  tests/functional/org/jboss/cache/loader/ClusteredCacheLoaderTest.java                                  1.9
  JBossCache  tests/functional/org/jboss/cache/loader/DataSourceIntegrationTest.java                                 1.8
  JBossCache  tests/functional/org/jboss/cache/loader/InterceptorSynchronizationTest.java                            1.4
  JBossCache  tests/functional/org/jboss/cache/loader/JDBCCacheLoaderDerbyDSTest.java                                1.3
  JBossCache  tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java                            1.11
  JBossCache  tests/functional/org/jboss/cache/loader/RpcDelegatingCacheLoaderTests.java                             1.7
  JBossCache  tests/functional/org/jboss/cache/loader/SharedCacheLoaderTest.java                                     1.6
  JBossCache  tests/functional/org/jboss/cache/loader/TxCacheLoaderTest.java                                         1.6
  JBossCache  tests/functional/org/jboss/cache/lock/AcquireAllTest.java                                              1.6
  JBossCache  tests/functional/org/jboss/cache/lock/BreakDeadMemberLocksTest.java                                    1.3
  JBossCache  tests/functional/org/jboss/cache/lock/LockReleaseTest.java                                             1.3
  JBossCache  tests/functional/org/jboss/cache/lock/UpgradeLockTest.java                                             1.4
  JBossCache  tests/functional/org/jboss/cache/marshall/AsyncReplTest.java                                           1.11
  JBossCache  tests/functional/org/jboss/cache/marshall/LocalTest.java                                               1.10
  JBossCache  tests/functional/org/jboss/cache/marshall/SyncReplTest.java                                            1.10
  JBossCache  tests/functional/org/jboss/cache/mgmt/CacheLoaderTest.java                                             1.6
  JBossCache  tests/functional/org/jboss/cache/mgmt/InvalidationTest.java                                            1.6
  JBossCache  tests/functional/org/jboss/cache/mgmt/MgmtCoreTest.java                                                1.5
  JBossCache  tests/functional/org/jboss/cache/mgmt/NotificationTest.java                                            1.8
  JBossCache  tests/functional/org/jboss/cache/mgmt/PassivationTest.java                                             1.4
  JBossCache  tests/functional/org/jboss/cache/mgmt/TxTest.java                                                      1.6
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java                            1.39
  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java                                             1.23
  JBossCache  tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java                             1.4
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetChildrenNamesTest.java                   1.10
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetKeyValTest.java                          1.10
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorGetKeysTest.java                            1.10
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorKeyValTest.java                             1.11
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorPutEraseTest.java                           1.10
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorPutMapTest.java                             1.10
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveDataTest.java                         1.11
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveKeyValTest.java                       1.10
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java                         1.12
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorTransactionTest.java                        1.8
  JBossCache  tests/functional/org/jboss/cache/optimistic/OpLockingInterceptorTest.java                              1.15
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java            1.11
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticReplicationInterceptorTest.java                  1.16
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticWithPassivationTest.java                         1.12
  JBossCache  tests/functional/org/jboss/cache/optimistic/ThreadedOptimisticCreateIfNotExistsInterceptorTest.java    1.17
  JBossCache  tests/functional/org/jboss/cache/optimistic/TxInterceptorTest.java                                     1.15
  JBossCache  tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java                    1.6
  JBossCache  tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java                                 1.4
  JBossCache  tests/functional/org/jboss/cache/options/ExplicitVersionsTest.java                                     1.5
  JBossCache  tests/functional/org/jboss/cache/options/FailSilentlyTest.java                                         1.4
  JBossCache  tests/functional/org/jboss/cache/passivation/BasicPassivationTest.java                                 1.8
  JBossCache  tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java                      1.8
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationTestsBase.java                                 1.16
  JBossCache  tests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.java          1.5
  JBossCache  tests/functional/org/jboss/cache/replicated/AsyncReplTest.java                                         1.11
  JBossCache  tests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java                            1.5
  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java                                  1.9
  JBossCache  tests/functional/org/jboss/cache/transaction/AbortionTest.java                                         1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/ConcurrentBankTest.java                                   1.6
  JBossCache  tests/functional/org/jboss/cache/transaction/ConcurrentTransactionalTest.java                          1.5
  JBossCache  tests/functional/org/jboss/cache/transaction/DeadlockTest.java                                         1.6
  JBossCache  tests/functional/org/jboss/cache/transaction/InvocationContextCleanupTest.java                         1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/IsolationLevelNoneTest.java                               1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedNodeCreationRollbackTest.java  1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedTest.java                      1.7
  JBossCache  tests/functional/org/jboss/cache/transaction/PrepareTxTest.java                                        1.3
  JBossCache  tests/functional/org/jboss/cache/transaction/ReplicatedTransactionDeadlockTest.java                    1.4
  JBossCache  tests/functional/org/jboss/cache/transaction/TransactionTest.java                                      1.13
  JBossCache  tests/functional/org/jboss/cache/CallbackTest.java                                                     1.13
  JBossCache  tests/functional/org/jboss/cache/FqnTest.java                                                          1.14
  JBossCache  tests/functional/org/jboss/cache/GetKeysTest.java                                                      1.2
  JBossCache  tests/functional/org/jboss/cache/InterceptorConfigurationTest.java                                     1.18
  JBossCache  tests/functional/org/jboss/cache/LifeCycleTest.java                                                    1.4
  JBossCache  tests/functional/org/jboss/cache/TreeCacheFunctionalTest.java                                          1.5
  JBossCache  tests/functional/org/jboss/cache/TreeNodeTest.java                                                     1.2
  JBossCache  tests/interop/org/jboss/cache/interop/InteropTest.java                                                 1.7
  JBossCache  tests/perf/org/jboss/cache/aop/LocalMapPerfAopTest.java                                                1.5
  JBossCache  tests/perf/org/jboss/cache/aop/LocalPerfAopTest.java                                                   1.5
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedAsyncMapPerfAopTest.java                                      1.4
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncMapContentionAopTest.java                                 1.5
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncMapPerfAopTest.java                                       1.5
  JBossCache  tests/perf/org/jboss/cache/aop/ReplicatedSyncPerfAopTest.java                                          1.5
  JBossCache  tests/perf/org/jboss/cache/aop/Server.java                                                             1.5
  JBossCache  tests/perf/org/jboss/cache/loader/CacheLoaderPerfTest.java                                             1.8
  JBossCache  tests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.java                                         1.4
  JBossCache  tests/perf/org/jboss/cache/FieldUpdateEmulator.java                                                    1.8
  JBossCache  tests/perf/org/jboss/cache/LocalMapPerfTest.java                                                       1.5
  JBossCache  tests/perf/org/jboss/cache/LocalPerfTest.java                                                          1.5
  JBossCache  tests/perf/org/jboss/cache/ReplicatedAsyncMapPerfTest.java                                             1.6
  JBossCache  tests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.java                                                1.4
  JBossCache  tests/perf/org/jboss/cache/ReplicatedSyncMapPerfTest.java                                              1.5
  JBossCache  tests/perf/org/jboss/cache/ReplicatedSyncPerfTest.java                                                 1.4
  JBossCache  tests/perf/org/jboss/cache/Server.java                                                                 1.54
  JBossCache  tests/stress/org/jboss/cache/optimistic/OptimisticDeadlockTest.java                                    1.5
  JBossCache  tests/stress/org/jboss/cache/EvictionLocalStressTest.java                                              1.6
  JBossCache  tests/stress/org/jboss/cache/LocalStressTest.java                                                      1.7


Commit from vblagojevic (2006-09-06 11:34 EDT)
-----------------------

error handling for integration of persistent state

  JBossCache  src/org/jboss/cache/statetransfer/AbstractStateTransferIntegrator.java  1.2
  JBossCache  src/org/jboss/cache/statetransfer/StateTransferManager.java             1.9


Commit from msurtani (2006-09-06 12:42 EDT)
--------------------

Cache mgmt interceptor now uses new CacheListener interface

  JBossCache  src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java  1.53
  JBossCache  src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java    1.22
  JBossCache  tests/functional/org/jboss/cache/mgmt/NotificationTest.java   1.9


Commit from asaldhana (2006-09-06 13:41 EDT)
---------------------

Fix the id

  repository.jboss.com  jboss/security-spi/snapshot/component-info.xml  1.2


Commit from asaldhana (2006-09-06 13:50 EDT)
---------------------

fix the project name

  repository.jboss.com  jboss/security-spi/snapshot/component-info.xml  1.3


Commit from jerrygauth (2006-09-06 13:57 EDT)
----------------------

JBCACHE-470

  JBossCache  docs/TreeCache/en/modules/configuration.xml                   1.11
  JBossCache  etc/META-INF/buddyreplication-service.xml                     1.6
  JBossCache  etc/META-INF/hibernate-recommended-config.xml                 1.6
  JBossCache  etc/META-INF/interopCurAsync-service.xml                      1.4
  JBossCache  etc/META-INF/interopCurSync-service.xml                       1.4
  JBossCache  etc/META-INF/interopPrevAsync-service.xml                     1.3
  JBossCache  etc/META-INF/interopPrevSync-service.xml                      1.3
  JBossCache  etc/META-INF/invalidationAsync-service.xml                    1.4
  JBossCache  etc/META-INF/invalidationSync-service.xml                     1.4
  JBossCache  etc/META-INF/local-elementsize-eviction-service.xml           1.2
  JBossCache  etc/META-INF/local-fifo-eviction-service.xml                  1.4
  JBossCache  etc/META-INF/local-lfu-eviction-service.xml                   1.5
  JBossCache  etc/META-INF/local-lru-eviction-service.xml                   1.4
  JBossCache  etc/META-INF/local-mru-eviction-service.xml                   1.4
  JBossCache  etc/META-INF/local-passivation-service.xml                    1.4
  JBossCache  etc/META-INF/local-service.xml                                1.8
  JBossCache  etc/META-INF/mixedPolicy-eviction-service.xml                 1.3
  JBossCache  etc/META-INF/mux-service.xml                                  1.2
  JBossCache  etc/META-INF/node1.xml                                        1.11
  JBossCache  etc/META-INF/node2.xml                                        1.11
  JBossCache  etc/META-INF/oodb-service.xml                                 1.11
  JBossCache  etc/META-INF/optimal-for-large-cluster-http-session-repl.xml  1.9
  JBossCache  etc/META-INF/policyPerRegion-eviction-service.xml             1.3
  JBossCache  etc/META-INF/replAsync-optimistic-service.xml                 1.9
  JBossCache  etc/META-INF/replAsync-service.xml                            1.8
  JBossCache  etc/META-INF/replAsyncSharedCacheLoader-service.xml           1.10
  JBossCache  etc/META-INF/replSync-ChainingCacheLoader-service.xml         1.9
  JBossCache  etc/META-INF/replSync-ClusteredCacheLoader-service.xml        1.8
  JBossCache  etc/META-INF/replSync-eviction-service.xml                    1.5
  JBossCache  etc/META-INF/replSync-optimistic-service.xml                  1.9
  JBossCache  etc/META-INF/replSync-passivation-service.xml                 1.2
  JBossCache  etc/META-INF/replSync-service.xml                             1.10
  JBossCache  etc/META-INF/tree-service.xml                                 1.4


Commit from msurtani (2006-09-06 13:58 EDT)
--------------------

Refactored tx interceptor so the invocation context interceptor sets up the context initially.  Also fixed some breakage in PojoTreeCache

+ JBossCache  src/org/jboss/cache/interceptors/BaseTransactionalContextInterceptor.java  1.1
  JBossCache  src/org/jboss/cache/interceptors/InvocationContextInterceptor.java         1.3
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                        1.60
  JBossCache  src-50/org/jboss/cache/pojo/PojoTreeCache.java                             1.14


Commit from remm (2006-09-06 14:12 EDT)
----------------

- Another EL bug.
- Other misc fixes and improvements.

  repository.jboss.com  jboss/web/2.0.0.snapshot/component-info.xml            1.3
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/annotations-api-temp.jar  1.2
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/el-api.jar                1.2
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb-extras.jar       1.2
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb.jar              1.3
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jsp-api.jar               1.2
  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/servlet-api.jar           1.2


Commit from rawb (2006-09-06 15:28 EDT)
----------------

Change to allow for different jres. (Bug used xerces-only property, and different jre could default to some other parser)

  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/model/DescriptorModel.java  1.7


Commit from rawb (2006-09-06 15:31 EDT)
----------------

Moved more data from 'server' object to 'runtime' object to more closely follow the WTP assumptions.

  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/runtime/WebtoolsProjectJBossClasspathContainerInitializer.java  1.3
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/ServerAttributeHelper.java                               1.9
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/META-INF/MANIFEST.MF                                                                                    1.10
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml                                                                                              1.12
- jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime/JBossProjectRuntime.java                         1.2
  jbosside  as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/runtime/JBossServerRuntime.java                          1.3


Commit from jerrygauth (2006-09-06 15:31 EDT)
----------------------

Removed references to obsolete ClusterProperties attribute.

  JBossCache  etc/META-INF/buddyreplication-service.xml                     1.7
  JBossCache  etc/META-INF/hibernate-recommended-config.xml                 1.7
  JBossCache  etc/META-INF/interopCurAsync-service.xml                      1.5
  JBossCache  etc/META-INF/interopCurSync-service.xml                       1.5
  JBossCache  etc/META-INF/interopPrevAsync-service.xml                     1.4
  JBossCache  etc/META-INF/interopPrevSync-service.xml                      1.4
  JBossCache  etc/META-INF/invalidationAsync-service.xml                    1.5
  JBossCache  etc/META-INF/invalidationSync-service.xml                     1.5
  JBossCache  etc/META-INF/local-elementsize-eviction-service.xml           1.3
  JBossCache  etc/META-INF/local-fifo-eviction-service.xml                  1.5
  JBossCache  etc/META-INF/local-lfu-eviction-service.xml                   1.6
  JBossCache  etc/META-INF/local-lru-eviction-service.xml                   1.5
  JBossCache  etc/META-INF/local-mru-eviction-service.xml                   1.5
  JBossCache  etc/META-INF/local-passivation-service.xml                    1.5
  JBossCache  etc/META-INF/local-service.xml                                1.9
  JBossCache  etc/META-INF/mixedPolicy-eviction-service.xml                 1.4
  JBossCache  etc/META-INF/mux-service.xml                                  1.3
  JBossCache  etc/META-INF/node1.xml                                        1.12
  JBossCache  etc/META-INF/node2.xml                                        1.12
  JBossCache  etc/META-INF/oodb-service.xml                                 1.12
  JBossCache  etc/META-INF/optimal-for-large-cluster-http-session-repl.xml  1.10
  JBossCache  etc/META-INF/policyPerRegion-eviction-service.xml             1.4
  JBossCache  etc/META-INF/replAsync-optimistic-service.xml                 1.10
  JBossCache  etc/META-INF/replAsync-service.xml                            1.9
  JBossCache  etc/META-INF/replAsyncSharedCacheLoader-service.xml           1.11
  JBossCache  etc/META-INF/replSync-ChainingCacheLoader-service.xml         1.10
  JBossCache  etc/META-INF/replSync-ClusteredCacheLoader-service.xml        1.9
  JBossCache  etc/META-INF/replSync-eviction-service.xml                    1.6
  JBossCache  etc/META-INF/replSync-optimistic-service.xml                  1.10
  JBossCache  etc/META-INF/replSync-passivation-service.xml                 1.3
  JBossCache  etc/META-INF/replSync-service.xml                             1.11
  JBossCache  etc/META-INF/tree-service.xml                                 1.5


Commit from rawb (2006-09-06 15:32 EDT)
----------------

Moved more data from 'server' object to 'runtime' object to more closely follow the WTP assumptions.

- jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards/ProjectRuntimeWizardFragment.java        1.2
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards/AbstractJBossRuntimeWizardFragment.java  1.2
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/wizards/AbstractJBossServerWizardFragment.java   1.2


Commit from rawb (2006-09-06 15:35 EDT)
----------------

Regex bug

  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/JBossServerTableViewer.java  1.14


Commit from rawb (2006-09-06 15:35 EDT)
----------------

Removed requirement for unchanging host

  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/config/JBossLaunchConfigurationTabGroup.java  1.8


Commit from rawb (2006-09-06 15:36 EDT)
----------------

Perspective and an assistant API (unused for me but potentially useful for others) to inherit from other perspectives (action sets, view placement, etc).

+ jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/candidate/PerspectiveLayoutInheritor.java  1.1
+ jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/perspective/ASPerspective.java             1.1


Commit from rawb (2006-09-06 15:37 EDT)
----------------

Associated changes in manifest form

  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/META-INF/MANIFEST.MF  1.8
  jbosside  as/plugins/org.jboss.ide.eclipse.as.ui/plugin.xml            1.16


Commit from ebernard (2006-09-06 17:05 EDT)
--------------------

Hibernate 3.2.0.cr4
Hibernate Annotations 3.2.0.CR2
Hibernate EntityManager 3.2.0.CR2

+ repository.jboss.com  hibernate-annotations/3.2.0.CR2/component-info.xml                 1.1
+ repository.jboss.com  hibernate-annotations/3.2.0.CR2/lib/hibernate-annotations.jar      1.1
+ repository.jboss.com  hibernate-entitymanager/3.2.0.CR2/component-info.xml               1.1
+ repository.jboss.com  hibernate-entitymanager/3.2.0.CR2/lib/ejb3-persistence.jar         1.1
+ repository.jboss.com  hibernate-entitymanager/3.2.0.CR2/lib/hibernate-entitymanager.jar  1.1
+ repository.jboss.com  hibernate/3.2.0.CR4/component-info.xml                             1.1
+ repository.jboss.com  hibernate/3.2.0.CR4/lib/hibernate3.jar                             1.1


Commit from mculpepper (2006-09-06 17:30 EDT)
----------------------

moved non-ejb3 plugins into <import> instead of <plugin>

  jbosside  ejb3/features/org.jboss.ide.eclipse.ejb3.feature/feature.xml  1.11


Commit from remm (2006-09-06 19:46 EDT)
----------------

- JDT should be somewhere.

  repository.jboss.com  jboss/web/2.0.0.snapshot/component-info.xml  1.4
+ repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jasper-jdt.jar  1.1


Commit from gavin (2006-09-06 19:55 EDT)
-----------------

throw an exception

  jboss-seam  src/main/org/jboss/seam/interceptors/BusinessProcessInterceptor.java  1.40


Commit from gavin (2006-09-06 22:04 EDT)
-----------------

fixed a bug reported in the forum

  jboss-seam  src/main/org/jboss/seam/core/ConversationEntry.java  1.17


Commit from mculpepper (2006-09-06 22:25 EDT)
----------------------

a new ant task that will compute all of the dependent features and plugins for a given feature

+ jbosside  releng/org.jboss.ide.eclipse.releng/src/org/jboss/ide/eclipse/releng/CalculateFeatureDependenciesTask.java  1.1


Commit from mculpepper (2006-09-06 22:25 EDT)
----------------------

added CalculateFeatureDependencies task

  jbosside  releng/org.jboss.ide.eclipse.releng/src/org/jboss/ide/eclipse/releng/tasks.properties  1.3


Commit from mculpepper (2006-09-06 22:39 EDT)
----------------------

removed antiquated "include.plugins" property from all build.properties files

  jbosside  releng/org.jboss.ide.eclipse.releng/builders/ejb3/build.properties.template             1.2
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/cache/build.properties.template            1.3
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/jbossws/build.properties.template          1.6
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/core/build.properties.template             1.7
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/hibernate-tools/build.properties.template  1.14
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/as/build.properties.template               1.4
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/drools-ide/build.properties.template       1.3
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/jbpm/build.properties.template             1.13
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/freemarker/build.properties.template       1.2


Commit from mculpepper (2006-09-06 22:39 EDT)
----------------------

all builders are now using the new 'bundleDependencies' macro

  jbosside  releng/org.jboss.ide.eclipse.releng/builders/ejb3/customTargets.xml             1.7
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/jbossws/customTargets.xml          1.4
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/jbpm/customTargets.xml             1.22
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/cache/customTargets.xml            1.3
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/hibernate-tools/customTargets.xml  1.7
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/core/customTargets.xml             1.11
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/as/customTargets.xml               1.4


Commit from mculpepper (2006-09-06 22:40 EDT)
----------------------

renamed "bundlePlugins" to "bundleDependencies" since it does both features and plugins

- jbosside  releng/org.jboss.ide.eclipse.releng/builders/common/bundlePlugins.xml       1.2
+ jbosside  releng/org.jboss.ide.eclipse.releng/builders/common/bundleDependencies.xml  1.1


Commit from mculpepper (2006-09-06 22:40 EDT)
----------------------

updated map files to include only "real" plugins (dependencies are no longer in map files)

  jbosside  releng/org.jboss.ide.eclipse.releng/builders/ejb3/jbosside-ejb3.map  1.5
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/jbossws/jbossws.map     1.3


Commit from mculpepper (2006-09-06 22:41 EDT)
----------------------

the buildresults script now generates links for the "nodeps" archives as well as calculates size in MB instead of raw bytes

  jbosside  releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.css            1.2
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.html.template  1.20
  jbosside  releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.xml            1.33


Commit from mculpepper (2006-09-06 22:42 EDT)
----------------------

buildresults.html.template and emailBody.html.template have been changed to just use ant properties instead of arbitrary tokens (this way we can just set properties in the buildResults.xml script and not have to maintain a huge filterset)

  jbosside  releng/org.jboss.ide.eclipse.releng/builders/product/emailBody.html.template  1.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060907/a06a9e8e/attachment.html 


More information about the jboss-cvs-commits mailing list