Hi All, I've noticed that when invoking the remove method on the Home interface of an BMP Entity Bean, Orion will invoke the ejbHomeRemove() method defined within the Entity Bean. However, after reading the spec as well as several other references, it seems to me that when you invoke the remove method on the home interface of an BMP Entity Bean, the ejbRemove method defined inside the Entity Bean should be called and not the ejbHomeRemove method. Is this correct? Am I interpreting the specification wrong. I want to ensure that my application is portable across all J2EE application servers and not just Orion. Also, I cannot find any references to the ejbHomeRemove method within the J2EE specification. Thanks in advance for any replies received on this matter.
- Andy