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.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Guilherme
> Ceschiatti
> Sent: Friday, December 01, 2000 9:12 AM
> To: Orion-Interest
> Subject: Same application without clustering
>
>
> Hi.
>
> 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]
>
>


Reply via email to