> protected void setupMarshalledInvocationMapping()
> {
> try
> {// Create method mappings for container
> ainer invoker
> Method [] m = homeInterface.getMethods();//
> ods();// line 859
> 
> I assume we setup marshalled invocations for remote
> interfaces only?

that is correct,

> This code does not map local interfaces.

nor does it need to

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

understood, add a simple if (home != null) and (remote!= null) check on both, 

> Is it safe to just check for null and not do the
> mapping?  

yes

>Or are local
> interfaces supposed to be mapped also in this
> function?
no

go ahead and commit that please

marcf

______________________________________________________________________
View this jboss-dev thread in the online forums:
http://jboss.org/forums/thread.jsp?forum=66&thread=6094

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

Reply via email to