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

Manik Surtani msurtani at jboss.com
Tue Aug 8 11:32:55 EDT 2006


  User: msurtani
  Date: 06/08/08 11:32:55

  Modified:    src/org/jboss/cache/marshall  Tag: Branch_JBossCache_1_4_0
                        Marshaller.java
  Log:
  JBCACHE-715
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -2      JBossCache/src/org/jboss/cache/marshall/Marshaller.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Marshaller.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/Marshaller.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -b -r1.1 -r1.1.2.1
  --- Marshaller.java	8 Jun 2006 00:42:23 -0000	1.1
  +++ Marshaller.java	8 Aug 2006 15:32:55 -0000	1.1.2.1
  @@ -119,6 +119,8 @@
                   break;
               case MethodDeclarations.getPartialStateMethod_id:
               case MethodDeclarations.dataGravitationMethod_id:
  +            case MethodDeclarations.evictNodeMethodLocal_id:
  +            case MethodDeclarations.evictVersionedNodeMethodLocal_id:                
                   Fqn fqn = (Fqn) args[0];
                   fqnStr = fqn.toString();
                   break;
  @@ -138,8 +140,7 @@
                   }
                   else
                   {
  -                    throw new IllegalArgumentException("LegacyTreeCacheMarshaller.extractFqn(): Unknown method call name: "
  -                            + meth.getName());
  +                    throw new IllegalArgumentException("Marshaller.extractFqn(): Unknown method call id: " + methodCall.getId());
                   }
                   break;
   
  
  
  



More information about the jboss-cvs-commits mailing list