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

forge-admin at jboss.com forge-admin at jboss.com
Sat Sep 16 01:00:27 EDT 2006


Commit from mandersen (2006-09-15 05:19 EDT)
---------------------

imports

  jbosside  hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/ExecuteHQLAction.java  1.13


Commit from mandersen (2006-09-15 05:19 EDT)
---------------------

deadcode

  jbosside  hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java  1.22
  jbosside  hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java                 1.8


Commit from mandersen (2006-09-15 05:20 EDT)
---------------------

HBX-720 AnnotationConfiguration not used when running codegeneration

  jbosside  hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationLaunchDelegate.java  1.18


Commit from mandersen (2006-09-15 08:49 EDT)
---------------------

HBX-661 Hibernate Settings only visible from Project Explorer
fix also make it available if done on a plain Project (e.g. from Resource navigator)

  jbosside  hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java  1.6
  jbosside  hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml                                                               1.56


Commit from bwang (2006-09-15 09:30 EDT)
-----------------

Commented out eviction tests. Not relevant anymore.

  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyTest.java                1.8
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/AopLRUPolicyUpdateEvictionTest.java  1.6
  JBossCache  tests/functional/org/jboss/cache/aop/eviction/PojoEvictionTest.java                1.10


Commit from adrian (2006-09-15 09:41 EDT)
------------------

Update deployers to include subcomponents

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-deployers.jar  1.5


Commit from msurtani (2006-09-15 11:11 EDT)
--------------------

- better exception message when changing an immutable config element at runtime
- updated tests that change certain elements dynamically.

  JBossCache  src/org/jboss/cache/config/Configuration.java                                  1.20
  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java  1.15
  JBossCache  tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java           1.5
  JBossCache  tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java                  1.7
  JBossCache  tests/functional/org/jboss/cache/eviction/LFUPolicyTest.java                   1.6
  JBossCache  tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java                   1.14
  JBossCache  tests/functional/org/jboss/cache/eviction/MRUPolicyTest.java                   1.8
  JBossCache  tests/functional/org/jboss/cache/transaction/TransactionTest.java              1.14
  JBossCache  tests/stress/org/jboss/cache/EvictionLocalStressTest.java                      1.7


Commit from csuconic (2006-09-15 11:49 EDT)
--------------------

JBREM-596 - fixing test scenario to the failing point

  JBossRemoting  src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java  1.2


Commit from msurtani (2006-09-15 14:01 EDT)
--------------------

- Added move() API
- Added more tests

  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java       1.16
  JBossCache  src/org/jboss/cache/AbstractNode.java                      1.21
  JBossCache  src/org/jboss/cache/NodeImpl.java                          1.14
  JBossCache  src/org/jboss/cache/TreeCache.java                         1.246
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                1.34
  JBossCache  tests/functional/org/jboss/cache/api/NodeAPITest.java      1.2
+ JBossCache  tests/functional/org/jboss/cache/api/NodeMoveAPITest.java  1.1


Commit from msurtani (2006-09-15 14:03 EDT)
--------------------

Updated test

  JBossCache  tests/functional/org/jboss/cache/api/NodeMoveAPITest.java  1.2


Commit from msurtani (2006-09-15 20:23 EDT)
--------------------

Updates to the move() API plus more UTs

  JBossCache  src/org/jboss/cache/interceptors/CacheStoreInterceptor.java                 1.31
  JBossCache  src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java            1.32
  JBossCache  src/org/jboss/cache/loader/AbstractCacheLoader.java                         1.4
  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java                        1.17
  JBossCache  src/org/jboss/cache/Node.java                                               1.46
  JBossCache  src/org/jboss/cache/TreeCache.java                                          1.247
  JBossCache  src/org/jboss/cache/TreeCacheProxyImpl.java                                 1.35
  JBossCache  tests/functional/org/jboss/cache/api/NodeAPITest.java                       1.3
  JBossCache  tests/functional/org/jboss/cache/api/NodeMoveAPITest.java                   1.3
+ JBossCache  tests/functional/org/jboss/cache/api/NodeMoveOptimisticTest.java            1.1
+ JBossCache  tests/functional/org/jboss/cache/api/NodeReplicatedMoveOptimisticTest.java  1.1
+ JBossCache  tests/functional/org/jboss/cache/api/NodeReplicatedMoveTest.java            1.1
+ JBossCache  tests/functional/org/jboss/cache/loader/DummyInMemoryCacheLoader.java       1.1
  JBossCache  tests/functional/org/jboss/cache/notifications/CacheListenerTest.java       1.4


Commit from bwang (2006-09-15 23:11 EDT)
-----------------

Updated with the xml parser.

  JBossCache  tests/functional/org/jboss/cache/aop/integrated/ReplicatedNetworkManagementAopTest.java  1.10


Commit from bwang (2006-09-15 23:14 EDT)
-----------------

Updated.

  JBossCache  tests/functional/org/jboss/cache/aop/TreeCacheAopCompatibilityAopTest.java  1.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20060916/a95e9e2a/attachment.html 


More information about the jboss-cvs-commits mailing list