User: mnf999  
  Date: 02/02/06 11:30:57

  Modified:    src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java
  Log:
  Integer not long
  
  Revision  Changes    Path
  1.8       +2 -2      jboss/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
  
  Index: JRMPInvoker.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JRMPInvoker.java  2002/02/06 18:27:50     1.7
  +++ JRMPInvoker.java  2002/02/06 19:30:57     1.8
  @@ -54,7 +54,7 @@
   *
   *  @author <a href="mailto:[EMAIL PROTECTED]>Marc Fleury</a>
   *
  -*  @version $Revision: 1.7 $
  +*  @version $Revision: 1.8 $
   *
   *  <p><b>Revisions:</b><br>
   *  <p><b>2002/01/13: Sacha Labourey</b>
  @@ -316,7 +316,7 @@
            // Extract the ObjectName, the rest is still marshalled
            // ObjectName mbean = new ObjectName((String) invocation.getContainer());
            
  -         ObjectName mbean = (ObjectName) Registry.lookup((Long) 
invocation.getContainer());
  +         ObjectName mbean = (ObjectName) Registry.lookup((Integer) 
invocation.getContainer());
            
            // The cl on the thread should be set in another interceptor
            return new MarshalledObject(server.invoke(mbean, invocation.getType(),  
new Object[] {invocation}, new String[] {"java.lang.Object"})); 
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to