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

forge-admin at jboss.com forge-admin at jboss.com
Sat Jan 6 01:00:26 EST 2007


Commit from bwang (2007-01-05 01:21 EST)
-----------------

upd

  JBossCache  src-50/org/jboss/cache/pojo/impl/InternalHelper.java  1.9


Commit from msurtani (2007-01-05 03:58 EST)
--------------------

- Improved javadocs
- allow for deep remove and get direct

  JBossCache  tests/functional/org/jboss/cache/api/CacheSPITest.java  1.6
  JBossCache  src/org/jboss/cache/CacheSPI.java                       1.27
  JBossCache  src/org/jboss/cache/NodeSPI.java                        1.10
  JBossCache  src/org/jboss/cache/UnversionedNode.java                1.12


Commit from msurtani (2007-01-05 04:04 EST)
--------------------

- Improved javadocs

  JBossCache  src/org/jboss/cache/factories/CacheFactory.java  1.5


Commit from msurtani (2007-01-05 05:46 EST)
--------------------

Committed half baked code by mistake

  JBossCache  src/org/jboss/cache/UnversionedNode.java  1.13


Commit from msurtani (2007-01-05 06:42 EST)
--------------------

- Configurations are now cloned before being used by the factory to guarantee ownership
- Cloning configurations also resets RuntimeConfiguration of the clone
- RemoteCacheListenerTest updated for completeness and thoroughness

  JBossCache  src/org/jboss/cache/config/Configuration.java                                1.31
  JBossCache  src/org/jboss/cache/config/RuntimeConfig.java                                1.4
  JBossCache  tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java  1.11
  JBossCache  src/org/jboss/cache/factories/DefaultCacheFactory.java                       1.14
  JBossCache  src/org/jboss/cache/factories/CacheFactory.java                              1.6


Commit from kkhan (2007-01-05 07:17 EST)
-----------------

Document CodeConverter.replaceArrayAccess()

  javassist  src/main/javassist/CodeConverter.java                      1.11
  javassist  src/main/javassist/convert/TransformAccessArrayField.java  1.2


Commit from kkhan (2007-01-05 07:20 EST)
-----------------

Update snapshot (moved around the array replacement stuff)

  repository.jboss.com  javassist/snapshot/lib/javassist.jar  1.11


Commit from bwang (2007-01-05 09:00 EST)
-----------------

Exclusion for CC

  JBossCache  build.xml  1.158


Commit from msurtani (2007-01-05 09:27 EST)
--------------------

fixed some stuff

  JBossCache  src/org/jboss/cache/config/Configuration.java                    1.32
  JBossCache  src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java               1.4
  JBossCache  src/org/jboss/cache/jmx/CacheLegacyJmxWrapperMBean.java          1.4
  JBossCache  src/org/jboss/cache/jmx/JmxUtil.java                             1.9
  JBossCache  src/org/jboss/cache/interceptors/CacheMgmtInterceptorMBean.java  1.5
  JBossCache  tests/functional/org/jboss/cache/mgmt/NotificationTest.java      1.17


Commit from msurtani (2007-01-05 09:42 EST)
--------------------

marked JBCACHE-880 as a known failure

  JBossCache  build.xml  1.159


Commit from vblagojevic (2007-01-05 10:14 EST)
-----------------------

more sleep time to let eviction thread run

  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java  1.26


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2007-01-05 10:30 EST)
---------------------------------------------------------

Add comments

  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java  1.6.2.5


Commit from msurtani (2007-01-05 10:35 EST)
--------------------

Fixed issue with unnecessary call up interceptor stack when notifying of node creation

  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java  1.16


Commit from msurtani (2007-01-05 10:36 EST)
--------------------

Repetition of a test in o.j.c.statetransfer.VersionedTestsBase

- JBossCache  tests/functional/org/jboss/cache/eviction/StateTransferIntegrationTest.java  1.4


Commit from telrod on branch remoting_2_x (2007-01-05 11:01 EST)
-----------------------------------------

JBREM-660 - created "local" transport for Burke

  JBossRemoting  src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java                          1.15.2.6
+ JBossRemoting  src/main/org/jboss/remoting/transport/local/LocalServerInvoker.java                             1.1.2.1
+ JBossRemoting  src/main/org/jboss/remoting/transport/local/TransportClientFactory.java                         1.1.2.1
+ JBossRemoting  src/main/org/jboss/remoting/transport/local/TransportServerFactory.java                         1.1.2.1
  JBossRemoting  src/main/org/jboss/remoting/ServerInvoker.java                                                  1.52.2.9
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/local/transport/LocalInvokerTransportTestCase.java  1.1.2.1


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2007-01-05 11:25 EST)
---------------------------------------------------------

Correct test

  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java  1.6.2.6


Commit from telrod (2007-01-05 11:25 EST)
------------------

JBREM-660 - adding formal local transport

+ JBossRemoting  src/main/org/jboss/remoting/transport/local/LocalServerInvoker.java                             1.2
+ JBossRemoting  src/main/org/jboss/remoting/transport/local/TransportClientFactory.java                         1.2
+ JBossRemoting  src/main/org/jboss/remoting/transport/local/TransportServerFactory.java                         1.2
  JBossRemoting  src/main/org/jboss/remoting/ServerInvoker.java                                                  1.56
+ JBossRemoting  src/tests/org/jboss/test/remoting/transport/local/transport/LocalInvokerTransportTestCase.java  1.2


Commit from gzamarreno (2007-01-05 11:29 EST)
----------------------

Modified so that it passes under CC

  JBossCache  build.xml                                                                 1.160
  JBossCache  tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java  1.5


Commit from vblagojevic (2007-01-05 11:41 EST)
-----------------------

added missing delimeter nodes

  JBossCache  src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java  1.13


Commit from gzamarreno on branch Branch_JBossCache_1_4_0 (2007-01-05 11:45 EST)
--------------------------------------------------------

Modified so that it passes with CC

  JBossCache  tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java  1.1.2.2
  JBossCache  build.xml                                                                 1.119.2.21


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2007-01-05 12:11 EST)
------------------------------------------------------

Updated version

  JBossCache  build.xml                         1.119.2.22
  JBossCache  src/org/jboss/cache/Version.java  1.18.2.8


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2007-01-05 12:12 EST)
------------------------------------------------------

added test for JBCACHE-928

+ JBossCache  tests/functional/org/jboss/cache/transaction/MultipleThreadSameTxTest.java  1.1.2.1


Commit from bstansberry on branch Branch_JBossCache_1_4_0 (2007-01-05 12:19 EST)
---------------------------------------------------------

Properly clean up after eviction tests

  JBossCache  tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java  1.6.2.7


Commit from kkhan (2007-01-05 12:19 EST)
-----------------

Update snapshot

  repository.jboss.com  jboss/aop/snapshot-metadata/lib/jboss-aop-jdk50-client.jar  1.3
  repository.jboss.com  jboss/aop/snapshot-metadata/lib/jboss-aop-jdk50.jar         1.3
  repository.jboss.com  jboss/aop/snapshot-metadata/lib/jboss-aop-src.zip           1.2


Commit from telrod (2007-01-05 13:42 EST)
------------------

Updated remoting snapshot to be a pre-2.2.0.Beta1 version (which include local transport protocol).

+ repository.jboss.com  jboss/remoting/snapshot/lib/jboss-remoting-src.zip  1.1
  repository.jboss.com  jboss/remoting/snapshot/lib/jboss-remoting.jar      1.13
  repository.jboss.com  jboss/remoting/snapshot/component-info.xml          1.2


Commit from kkhan (2007-01-05 14:13 EST)
-----------------

Update snapshots to use the new mc metadata in aop

  repository.jboss.com  jboss/aop/snapshot/lib/jboss-aop-jdk50-client.jar                1.14
  repository.jboss.com  jboss/aop/snapshot/lib/jboss-aop-jdk50.jar                       1.20
  repository.jboss.com  jboss/aop/snapshot/lib/jboss-aop-src.zip                         1.2
  repository.jboss.com  jboss/aop/snapshot/lib/jrockit-pluggable-instrumentor.jar        1.10
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-boot.jar      1.10
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-deployer.jar  1.10
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-src.zip       1.5
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int.jar           1.14
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container-src.zip        1.5
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container.jar            1.39
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-microcontainer-src.zip   1.5
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-microcontainer.jar       1.16


Commit from bwang (2007-01-05 22:24 EST)
-----------------

Updated for new API

  JBossCache  examples/PojoCache/annotated50/src/test/examples/StudentMaintTest.java      1.5
  JBossCache  examples/PojoCache/non-annotated/src/test/examples/StudentMaintTest.java    1.5
  JBossCache  examples/PojoCache/sensor/src/test/propagation/PropagationReplAopTest.java  1.5
  JBossCache  examples/PojoCache/loadtime/src/test/examples/StudentMaintTest.java         1.5


Commit from bwang (2007-01-05 22:51 EST)
-----------------

upd

  JBossCache  examples/PojoCache/annotated50/build.xml     1.7
  JBossCache  examples/PojoCache/annotated50/readme.txt    1.6
  JBossCache  examples/PojoCache/loadtime/build.xml        1.6
  JBossCache  examples/PojoCache/loadtime/readme.txt       1.4
  JBossCache  examples/PojoCache/non-annotated/build.xml   1.5
  JBossCache  examples/PojoCache/non-annotated/readme.txt  1.3
  JBossCache  examples/PojoCache/passivation/build.xml     1.3
  JBossCache  examples/PojoCache/passivation/readme.txt    1.3
  JBossCache  examples/PojoCache/sensor/build.xml          1.5
  JBossCache  examples/PojoCache/sensor/readme.txt         1.3


Commit from bstansberry (2007-01-06 00:47 EST)
-----------------------

Make fetchInMemoryState @Dynamic for use by Hibernate

  JBossCache  src/org/jboss/cache/config/Configuration.java  1.33
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20070106/466cecc8/attachment.html 


More information about the jboss-cvs-commits mailing list