On Fri, 01 Dec 2000, you wrote:
> If the object which you are executing a method on is a member of a session bean
> then you should have the session bean act on the object and return the results.
> That way the remote object is accessing the object and not the client.
No, the object is not a member or the session bean. I'm passing it in the
parameters of the method of the session bean. The weird thing is that
orionserver always use the local session bean instead of the remote one that I
have the remote interface.
> >
> > I need, for research proposes, to execute a method of an object in many
> > different EJBs. I installed my app in many machines an then, in one of
> > then(acting as a client), I get the remote interface of the EJB's that are in
> > the other machines. But when I try to execute it, it uses the local EJB
> > instead of the remote one. Is it some optimization of Orion? But i really
> > NEED to use the remote one instead of the local one...
> > --
> >
> > []s
> > Guilherme Ceschiatti
> > http://listando.net
> > [EMAIL PROTECTED]
> >
> >