[jboss-remoting-commits] JBoss Remoting SVN: r4201 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun May 18 00:42:39 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-18 00:42:39 -0400 (Sun, 18 May 2008)
New Revision: 4201

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/CallbackStoreProxyTestCase.java
Log:
JBREM-977: Sets ServerInvokerCallbackHandler.shouldPersist to true.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/CallbackStoreProxyTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/CallbackStoreProxyTestCase.java	2008-05-18 04:41:59 UTC (rev 4200)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/CallbackStoreProxyTestCase.java	2008-05-18 04:42:39 UTC (rev 4201)
@@ -204,6 +204,7 @@
    {  
       public void addListener(InvokerCallbackHandler callbackHandler)
       {
+         ((ServerInvokerCallbackHandler) callbackHandler).setShouldPersist(true);
          TestCallbackThread callbackThread = new TestCallbackThread(callbackHandler);
          callbackThread.start();
          




More information about the jboss-remoting-commits mailing list