Nevermind, I just answered my own question.  We step on the exception
(but log it's stack trace twice).  The ejbs deploy just fine.

I'll just add the check to avoid the stack traces (which is what threw
me off in the first place)

On Thu, 20 Dec 2001, David Budworth wrote:

> 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

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

Reply via email to