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

forge-admin at jboss.com forge-admin at jboss.com
Sun Nov 12 01:00:27 EST 2006


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-11-11 07:54 EST)
------------------------------------------------------

Added exclusions to interop tests

  JBossCache  build.xml  1.119.2.12


Commit from kkhan (2006-11-11 09:53 EST)
-----------------

Remove hardcoded aspect manager. Default to bean called AspectManager, override with manager-bean and manager-property attributes of <aop:aspect>

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-boot.jar      1.3
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-deployer.jar  1.3
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int.jar           1.7


Commit from kkhan (2006-11-11 10:44 EST)
-----------------

Add support for <aop:lifecycle>

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-boot.jar      1.4
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-deployer.jar  1.4
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int.jar           1.8


Commit from kkhan (2006-11-11 10:51 EST)
-----------------

Readjust jars

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-boot.jar      1.5
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int-deployer.jar  1.5
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-aop-mc-int.jar           1.9


Commit from bstansberry (2006-11-11 11:29 EST)
-----------------------

Add a static converter from the old legacy cache mode int to the enum

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


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-11-11 12:50 EST)
------------------------------------------------------

JBCACHE-843

  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticVersioningTest.java              1.3.4.1
  JBossCache  tests/functional/org/jboss/cache/optimistic/TxInterceptorTest.java                     1.11.2.1
  JBossCache  tests/functional/org/jboss/cache/optimistic/AsyncFullStackInterceptorTest.java         1.4.2.1
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticReplicationInterceptorTest.java  1.12.2.1
  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java                             1.17.2.1
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java            1.31.2.1
  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java                   1.25.2.3
  JBossCache  src/org/jboss/cache/interceptors/OptimisticCreateIfNotExistsInterceptor.java           1.21.2.1
  JBossCache  src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java                        1.21.2.4
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                                    1.48.2.8
  JBossCache  src/org/jboss/cache/interceptors/OptimisticReplicationInterceptor.java                 1.21.2.2
  JBossCache  tests/functional/org/jboss/cache/options/ExplicitVersionsTest.java                     1.3.4.1
+ JBossCache  tests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.java                 1.1.2.1
+ JBossCache  src/org/jboss/cache/optimistic/DataVersioningException.java                            1.1.2.1
  JBossCache  src/org/jboss/cache/TreeCache.java                                                     1.195.2.22
  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java                                   1.8.2.1
  JBossCache  src/org/jboss/cache/marshall/TreeCacheMarshaller140.java                               1.1.2.2
+ JBossCache  docs/design/DataVersioning.txt                                                         1.1.2.1


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-11-11 13:01 EST)
------------------------------------------------------

JBCACHE-842

+ JBossCache  tests/functional/org/jboss/cache/optimistic/VersioningOnReadTest.java  1.1.2.1
  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java   1.25.2.4


Commit from starksm (2006-11-11 13:36 EST)
-------------------

Add the missing org.apache.PeriodicEventListener class to jbossweb.jar

  repository.jboss.com  jboss/web/2.0.0.snapshot/lib/jbossweb.jar  1.22


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-11-11 13:53 EST)
------------------------------------------------------

JBCACHE-842

  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java   1.25.2.5
  JBossCache  tests/functional/org/jboss/cache/optimistic/VersioningOnReadTest.java  1.1.2.2


Commit from msurtani on branch Branch_JBossCache_1_4_0 (2006-11-11 14:45 EST)
------------------------------------------------------

Replaced a manual array copy with a system array copy

  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java  1.48.2.9


Commit from msurtani (2006-11-11 14:55 EST)
--------------------

JBCACHE-842 and JBCACHE-843

  JBossCache  tests/functional/org/jboss/cache/optimistic/TxInterceptorTest.java                     1.17
  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java                             1.25
+ JBossCache  tests/functional/org/jboss/cache/optimistic/VersioningOnReadTest.java                  1.2
  JBossCache  tests/functional/org/jboss/cache/optimistic/OptimisticReplicationInterceptorTest.java  1.18
  JBossCache  tests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.java            1.42
+ JBossCache  tests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.java                 1.2
  JBossCache  tests/functional/org/jboss/cache/options/ExplicitVersionsTest.java                     1.7
  JBossCache  src/org/jboss/cache/TreeCache.java                                                     1.266
  JBossCache  src/org/jboss/cache/interceptors/TxInterceptor.java                                    1.64
  JBossCache  src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java                   1.38
  JBossCache  src/org/jboss/cache/interceptors/OptimisticReplicationInterceptor.java                 1.28
  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java                                   1.21
  JBossCache  src/org/jboss/cache/eviction/RegionManager.java                                        1.28
+ JBossCache  src/org/jboss/cache/optimistic/DataVersioningException.java                            1.2


Commit from starksm (2006-11-11 15:32 EST)
-------------------

Update the JarHandler to override openStream to return the underlying url connection stream to allow one to copy the jar as the JarURLConnection.getInputStream is unusable.

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container.jar  1.32


Commit from starksm (2006-11-11 16:11 EST)
-------------------

Update NestedJarHandler to return the raw temp jar file contents in openStream

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container.jar  1.33


Commit from rsigal (2006-11-11 17:34 EST)
------------------

JBREM-631:  Put a print back in main loop.

  JBossRemoting  src/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestClient.java  1.7


Commit from starksm (2006-11-11 20:36 EST)
-------------------

Make the deployment unit/context impls serializable

  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-container.jar  1.34
  repository.jboss.com  jboss/microcontainer/snapshot/lib/jboss-deployers.jar  1.28


Commit from starksm (2006-11-11 21:00 EST)
-------------------

Make structure metadata and ComponentDeploymentContext serializable

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


Commit from chiba (2006-11-11 21:43 EST)
-----------------

enabled a transformation from a public method call to a private method call by CodeConverter

  javassist  src/main/javassist/CodeConverter.java          1.8
  javassist  src/main/javassist/convert/TransformCall.java  1.9


Commit from rsigal (2006-11-11 23:27 EST)
------------------

JBREM-628:  Added more logging.

  JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/config/ConfigurationByMapDiffStaticObjectsTestClient.java  1.4
  JBossRemoting  src/tests/org/jboss/test/remoting/transport/multiplex/config/ConfigurationTestClient.java                        1.4


Commit from rsigal (2006-11-11 23:30 EST)
------------------

JBREM-631:  Added logging.

  JBossRemoting  src/tests/org/jboss/test/remoting/transport/socket/connection/SocketTestClient.java  1.8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20061112/f879c02b/attachment.html 


More information about the jboss-cvs-commits mailing list