User: mnf999  
  Date: 02/02/07 00:56:35

  Modified:    src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java
  Log:
  Modifications to the war deployment of webinf/classes
  
  Revision  Changes    Path
  1.11      +4 -1      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- JRMPInvoker.java  7 Feb 2002 07:48:49 -0000       1.10
  +++ JRMPInvoker.java  7 Feb 2002 08:56:35 -0000       1.11
  @@ -54,7 +54,7 @@
   *
   *  @author <a href="mailto:[EMAIL PROTECTED]>Marc Fleury</a>
   *
  -*  @version $Revision: 1.10 $
  +*  @version $Revision: 1.11 $
   *
   *  <p><b>Revisions:</b><br>
   *  <p><b>2002/01/13: Sacha Labourey</b>
  @@ -316,6 +316,9 @@
            // Extract the ObjectName, the rest is still marshalled
            // ObjectName mbean = new ObjectName((String) invocation.getContainer());
            
  +         // This is bad it should at least be using a sub set of the Registry 
  +         // store a map of these names under a specific entry 
(lookup("ObjecNames")) and look on 
  +         // that subset FIXME
            ObjectName mbean = (ObjectName) Registry.lookup((Integer) 
invocation.getContainer());
            
            // The cl on the thread should be set in another interceptor
  
  
  

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

Reply via email to