The scenario...

A session bean is given an Enumeration of Remote References to Entity
Beans.  If I immediately invoke ejbRemove on the individual Remote
References, it fails due to nulls in the class attributes.  This is a
result of the container never invoking ejbLoad.

If I invoke a getXYZ() on the Remote Reference before trying to remove
it, the container does call the ejbLoad and all works well.  This is my
work around.

My question is, am I wrong to assume the container should invoke ejbLoad
after I have been given an Enumeration of Remote References and before I
invoke an ejbRemove on any of them??  Does this seem like a bug in the
container?

Steven E. Sobczak
Email:  [EMAIL PROTECTED]

Reply via email to