[jboss-cvs] JBossCache/src/org/jboss/cache/interceptors ...

Manik Surtani manik at jboss.org
Tue May 29 06:26:22 EDT 2007


  User: msurtani
  Date: 07/05/29 06:26:22

  Modified:    src/org/jboss/cache/interceptors  BaseRpcInterceptor.java
  Log:
  Fixed breaking UTs
  
  Revision  Changes    Path
  1.24      +2 -0      JBossCache/src/org/jboss/cache/interceptors/BaseRpcInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseRpcInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/BaseRpcInterceptor.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- BaseRpcInterceptor.java	23 May 2007 15:22:03 -0000	1.23
  +++ BaseRpcInterceptor.java	29 May 2007 10:26:22 -0000	1.24
  @@ -87,6 +87,8 @@
            if (callRecipients == null)
            {
               callRecipients = usingBuddyReplication ? buddyManager.getBuddyAddresses() : cache.getMembers();
  +            if (log.isTraceEnabled())
  +               log.trace("Setting call recipients to " + callRecipients + " since the original list of recipients passed in is null.");
            }
   
            List rsps = cache.getRPCManager().callRemoteMethods(callRecipients,
  
  
  



More information about the jboss-cvs-commits mailing list