I'm debugging through the code to see what is happening within JBoss and within our 
beans to see where i can tune to get better performance. Using JBoss 2.4.0 final.

Can someone explain why we aren't returning m in this code snippet:

In class org.jboss.ejb.plugins.jrmp.interfaces.RemoteMethodInvocation

public Method getMethod()
   {
      Method m = (Method)methodMap.get(new Long(hash));
      
      if (m == null)
         throw new NullPointerException("METHOD IS NOT FOUND:"+hash+" "+methodMap);
      
      return (Method)methodMap.get(new Long(hash));
   }

/Lennart

===================
Lennart Petersson

www.benefit.se/english
[EMAIL PROTECTED]


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

Reply via email to