EntityContainer:859

  protected void setupMarshalledInvocationMapping() 
   {
      try 
      {// Create method mappings for container invoker
         Method [] m = homeInterface.getMethods();// line 859

I assume we setup marshalled invocations for remote interfaces only?  

This code does not map local interfaces.

All of my beans have local interfaces only, no remote ones, so when this
code runs, it get's a NPE.

Is it safe to just check for null and not do the mapping?  Or are local
interfaces supposed to be mapped also in this function?

-David


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

Reply via email to