April 3, 2002
Description
Minor Revision for the Enterprise JavaBeansTM specification, version 2.0.
Maintenance Lead
Linda DeMichiel, Sun Microsystems, Inc.
Feedback
Comments should be sent to ejb2-maintenance-comments@sun.com
Rationale for changes
This minor revision clarifies the requirements for the implementation of HandleDelegate, as described in section 19.5.5.1 of the Enterprise JavaBeans specification, version 2.0.
Accepted Changes
The following are the changes to clarify the requirements for the implementation of the HandleDelegate SPI.
If the output stream corresponds to an IIOP message, the HandleDelegate must use the standard IIOP binary IOR format for writing the EJBObject reference.With:
If the output stream corresponds to an IIOP message, the HandleDelegate must use the standard IIOP abstract interface format for writing the EJBObject reference.
If the input stream corresponds to an IIOP message, the HandleDelegate must use the standard IOR format for reading the EJBObject reference.With:
If the input stream corresponds to an IIOP message, the HandleDelegate must use the standard abstract interface format for reading the EJBObject reference.