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

labs-admin at jboss.com labs-admin at jboss.com
Wed May 23 01:00:30 EDT 2007


Commit from rsigal on branch remoting_2_x (2007-05-22 03:41 EDT)
-----------------------------------------

JBREM-645:  (1) Uses java.net.URI.URI to parse the LocatorURI string; (2) offers optional original (legacy) parsing algorithm.

  JBossRemoting  src/main/org/jboss/remoting/InvokerLocator.java  1.22.4.1


Commit from rsigal on branch remoting_2_x (2007-05-22 03:42 EDT)
-----------------------------------------

JBREM-645:  Added test method for new URI based parsing.

  JBossRemoting  src/tests/org/jboss/test/remoting/locator/InvokerLocatorTestCase.java  1.7.4.1


Commit from msurtani (2007-05-22 03:49 EDT)
--------------------

Removed deprecated classes

- JBossCache  tests/functional/org/jboss/cache/loader/RpcDelegatingCacheLoaderTests.java  1.12
- JBossCache  src/org/jboss/cache/rpc/NoHandlerForRPCException.java                       1.4
- JBossCache  src/org/jboss/cache/rpc/RpcTreeCache.java                                   1.17


Commit from msurtani (2007-05-22 03:57 EDT)
--------------------

Added a tear down

  CacheBenchFwk  cache-products/jbosscache-2.0.0/src/org/cachebench/cachewrappers/JBossCache200Wrapper.java  1.2


Commit from rsigal on branch remoting_2_x (2007-05-22 04:25 EDT)
-----------------------------------------

JBREM-645:  Added static field legacyParsingFlag.

  JBossRemoting  src/main/org/jboss/remoting/InvokerLocator.java  1.22.4.2


Commit from rsigal on branch remoting_2_x (2007-05-22 04:27 EDT)
-----------------------------------------

JBREM-645:  Added test for ways to configure legacy parsing.

  JBossRemoting  src/tests/org/jboss/test/remoting/locator/InvokerLocatorTestCase.java  1.7.4.2


Commit from msurtani (2007-05-22 04:47 EDT)
--------------------

Added shutdown hook

  JBossCache  src/org/jboss/cache/CacheImpl.java  1.65


Commit from msurtani (2007-05-22 06:01 EDT)
--------------------

reduced fqn construction ohead

  CacheBenchFwk  cache-products/jbosscache-2.0.0/src/org/cachebench/cachewrappers/JBossCache200Wrapper.java  1.3


Commit from msurtani (2007-05-22 07:43 EDT)
--------------------

JBCACHE-1045 and made ICF a singleton

  JBossCache  src/org/jboss/cache/factories/InterceptorChainFactory.java                      1.40
  JBossCache  src/org/jboss/cache/CacheImpl.java                                              1.66
  JBossCache  tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java  1.20
  JBossCache  tests/functional/org/jboss/cache/api/NodeMoveAPITest.java                       1.23
  JBossCache  tests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.java     1.11


Commit from msurtani (2007-05-22 08:01 EDT)
--------------------

JBCACHE-1038

  JBossCache  tests/functional/org/jboss/cache/optimistic/CacheTest.java          1.33
  JBossCache  src/org/jboss/cache/interceptors/InvocationContextInterceptor.java  1.15


Commit from msurtani (2007-05-22 08:05 EDT)
--------------------

Removed rpc tree cache stuff

  JBossCache  src/org/jboss/cache/marshall/MethodDeclarations.java  1.40
  JBossCache  src/org/jboss/cache/marshall/CacheMarshaller200.java  1.13


Commit from msurtani (2007-05-22 08:22 EDT)
--------------------

JBCACHE-1038

  JBossCache  src/org/jboss/cache/interceptors/InvocationContextInterceptor.java  1.16


Commit from msurtani (2007-05-22 08:28 EDT)
--------------------

JBCACHE-1038

  JBossCache  src/org/jboss/cache/interceptors/InvocationContextInterceptor.java  1.17


Commit from msurtani (2007-05-22 08:34 EDT)
--------------------

fixed broken test

  JBossCache  tests/functional/org/jboss/cache/HungChannelTest.java  1.5


Commit from msurtani (2007-05-22 08:52 EDT)
--------------------

fixed broken test

  JBossCache  etc/META-INF/mux-service.xml  1.10


Commit from msurtani (2007-05-22 09:47 EDT)
--------------------

Maven repo script

+ JBossCache  deploy-maven.sh  1.1
  JBossCache  pom.xml          1.5


Commit from msurtani (2007-05-22 10:11 EDT)
--------------------

broken sequence of events in creating interceptor stack

  JBossCache  tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java  1.15
  JBossCache  src/org/jboss/cache/CacheImpl.java                                                 1.67


Commit from msurtani (2007-05-22 12:12 EDT)
--------------------

lifecycle stuff

  JBossCache  src/org/jboss/cache/CacheImpl.java                                1.68
  JBossCache  tests/functional/org/jboss/cache/api/NodeMoveAPITest.java         1.24
  JBossCache  tests/functional/org/jboss/cache/api/NodeReplicatedMoveTest.java  1.14


Commit from bstansberry (2007-05-22 12:51 EDT)
-----------------------

[JBCACHE-1068] Get rid of LifeCycle interface.

  JBossCache  src/org/jboss/cache/TreeCacheViewMBean.java  1.4


Commit from rsigal on branch remoting_2_x (2007-05-22 13:31 EDT)
-----------------------------------------

JBREM-641:  Changed ServerInvoker.BLOCK to ServerInvoker.BLOCKING.

  JBossRemoting  src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java  1.15.2.13


Commit from bstansberry (2007-05-22 16:12 EDT)
-----------------------

[JBCACHE-1053] Remove unused mbean attribs from when we did JMX lookup
[JBCACHE-1069] Support injection of CacheJmxWrapper
[JBCACHE-1068] Get rid of LifeCycle interface.

  JBossCache  src/org/jboss/cache/loader/tcp/TcpCacheServer.java               1.29
  JBossCache  src/org/jboss/cache/loader/tcp/TcpCacheServerMBean.java          1.7
+ JBossCache  tests/functional/org/jboss/cache/loader/TcpCacheServerTest.java  1.1


Commit from bstansberry (2007-05-22 16:14 EDT)
-----------------------

[JBCACHE-1058] Add utility classes to help manage lifecycle

+ JBossCache  src/org/jboss/cache/LifecycleState.java  1.1
+ JBossCache  src/org/jboss/cache/LifecycleUtil.java   1.1


Commit from bstansberry (2007-05-22 18:44 EDT)
-----------------------

[JBCACHE-1058] Handle different combinations of invoking lifecycle methods.

  JBossCache  src/org/jboss/cache/CacheImpl.java  1.69


Commit from bstansberry (2007-05-22 18:45 EDT)
-----------------------

Narrow down the type of exception thrown

  JBossCache  src/org/jboss/cache/jmx/JmxUtil.java  1.15


Commit from bstansberry (2007-05-22 18:52 EDT)
-----------------------

[JBCACHE-1068] Get rid of LifeCycle interface
[JBCACHE-1047] Revert manageCacheLifecycle attribute

  JBossCache  src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java                  1.5
  JBossCache  src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java                       1.7
  JBossCache  src/org/jboss/cache/jmx/CacheJmxWrapperMBean.java                           1.6
- JBossCache  src/org/jboss/cache/jmx/LifeCycle.java                                      1.2
  JBossCache  src/org/jboss/cache/jmx/CacheJmxWrapper.java                                1.20
  JBossCache  tests/functional/org/jboss/cache/jmx/InterceptorRegistrationTest.java       1.2
  JBossCache  tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java               1.3
  JBossCache  tests/functional/org/jboss/cache/pojo/jmx/InterceptorRegistrationTest.java  1.3


Commit from bstansberry (2007-05-22 19:00 EDT)
-----------------------

[JBCACHE-1063] Test of getLocalAddress() and getMembers()

  JBossCache  tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java  1.4


Commit from bstansberry (2007-05-22 20:51 EDT)
-----------------------

[JBCACHE-1058] Test duplicate invocations; lifecycle state

  JBossCache  tests/functional/org/jboss/cache/LifeCycleTest.java  1.9


Commit from bstansberry (2007-05-22 21:35 EDT)
-----------------------

Don't destroy failed cache from stop

  JBossCache  src/org/jboss/cache/CacheImpl.java            1.70
  JBossCache  src/org/jboss/cache/jmx/CacheJmxWrapper.java  1.21
  JBossCache  src/org/jboss/cache/LifecycleUtil.java        1.2


Commit from bstansberry (2007-05-22 21:36 EDT)
-----------------------

Don't destroy failed cache from stop
Set LifecycleState in create

  JBossCache  src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java  1.8


Commit from bstansberry (2007-05-22 21:37 EDT)
-----------------------

[JBCACHE-1058] Test duplicate invocations; lifecycle state

  JBossCache  tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java           1.5
  JBossCache  tests/functional/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperTest.java  1.3


Commit from bstansberry (2007-05-22 23:08 EDT)
-----------------------

[JBCACHE-1070] Consistent handling of repl version

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


Commit from sbryzak2 (2007-05-22 23:44 EDT)
--------------------

JBSEAM-743 still todo: testing, documentation, config

  jboss-seam  src/main/org/jboss/seam/web/HttpAuthFilter.java                         1.2
+ jboss-seam  src/main/org/jboss/seam/security/digest/DigestAuthenticator.java        1.1
+ jboss-seam  src/main/org/jboss/seam/security/digest/DigestRequest.java              1.1
+ jboss-seam  src/main/org/jboss/seam/security/digest/DigestUtils.java                1.1
+ jboss-seam  src/main/org/jboss/seam/security/digest/DigestValidationException.java  1.1


Commit from bstansberry (2007-05-23 00:01 EDT)
-----------------------

Fix handling of singletonStore.pushStateWhenCoordinator

  JBossCache  src/org/jboss/cache/config/CacheLoaderConfig.java  1.21


Commit from bstansberry (2007-05-23 00:28 EDT)
-----------------------

Explain why we barf on EvictionPolicyClass

  JBossCache  src/org/jboss/cache/factories/XmlConfigurationParser.java  1.19


Commit from rsigal on branch remoting_2_x (2007-05-23 00:40 EDT)
-----------------------------------------

JBREM-687:  No longer replaces host == 0.0.0.0.

  JBossRemoting  src/main/org/jboss/remoting/InvokerLocator.java  1.22.4.3


Commit from rsigal on branch remoting_2_x (2007-05-23 00:42 EDT)
-----------------------------------------

JBREM-687:  Replaces host 0.0.0.0 in InvokerLocator with real address (or name) and reregisters with InvokerRegistry.

  JBossRemoting  src/main/org/jboss/remoting/ServerInvoker.java  1.52.2.31


Commit from rsigal on branch remoting_2_x (2007-05-23 00:58 EDT)
-----------------------------------------

JBREM-687:  When creating an InvokerLocator from XML document, no longer converts host 0.0.0.0 to an actual address.

  JBossRemoting  src/main/org/jboss/remoting/transport/Connector.java  1.27.2.4


Commit from rsigal on branch remoting_2_x (2007-05-23 00:59 EDT)
-----------------------------------------

JBREM-687:  New unit test.

+ JBossRemoting  src/tests/org/jboss/test/remoting/binding/BindingTestCase.java  1.1.2.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20070523/54187483/attachment.html 


More information about the jboss-cvs-commits mailing list