Max,

Usually the way I accomplish this is with the return value, i.e.:

Foo someBean.method( Foo inputParam )
{
  /* Do something with inputParam here */

 return inputParam;
}


Hi,

Is it possible to call (or imitate a call) where method invoking of Ejb is
done by call by reference?

Ejb specs says that parameters are called by value but are there any
solutions to call Ejb method so, that parameter object values are
changed when method call comes back to client(If Ejb changes them)?

Like a Corba in/out type call.

Br

- Max

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to