[jbosscache-commits] JBoss Cache SVN: r6923 - core/trunk/src/test/java/org/jboss/cache/util/internals.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Oct 13 14:52:52 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-10-13 14:52:52 -0400 (Mon, 13 Oct 2008)
New Revision: 6923

Modified:
   core/trunk/src/test/java/org/jboss/cache/util/internals/ReplicationListener.java
Log:
bah

Modified: core/trunk/src/test/java/org/jboss/cache/util/internals/ReplicationListener.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/util/internals/ReplicationListener.java	2008-10-13 18:48:10 UTC (rev 6922)
+++ core/trunk/src/test/java/org/jboss/cache/util/internals/ReplicationListener.java	2008-10-13 18:52:52 UTC (rev 6923)
@@ -60,7 +60,7 @@
       ComponentRegistry componentRegistry = TestingUtil.extractComponentRegistry(cache);
       RPCManager rpcManager = componentRegistry.getComponent(RPCManager.class);
       CommandAwareRpcDispatcher realDispatcher = (CommandAwareRpcDispatcher) TestingUtil.extractField(rpcManager, "rpcDispatcher");
-      RpcDispatcher.Marshaller realMarshaller = realDispatcher.getMarshaller();
+      RpcDispatcher.Marshaller2 realMarshaller = (RpcDispatcher.Marshaller2) realDispatcher.getMarshaller();
       MarshallerDelegate delegate = new MarshallerDelegate(realMarshaller);
       realDispatcher.setMarshaller(delegate);
       realDispatcher.setRequestMarshaller(delegate);




More information about the jbosscache-commits mailing list