> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of James Webster

> 1. A servlet, which has a remote reference to a bean, gets the handle of
> the bean and writes it to the ServletOutputStream as part of HTML (say the
> value of a hidden form field <INPUT type="hidden" name="someField" value
> ="<handle here>">
> 2. The browser posts a form to another servlet.
> 3. The servlet takes the value of the 'someField' form field, deserialises
> it to an EJBHandle, and reinstates the remote reference?
>
> Can I expect this to work on ALL application servers?

No. The specification clearly states (8.7) :

An EJB Container is not required to accept a handle that was generated by
another vendor�s EJB Container.

--
Cedric

===========================================================================
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