Hi,
Spec of EJB2.0, p.60, �6.4, we can read that
The local home interface allows a local client to do the following:
- create a new session object
- remove a session object
I think the second option is precisely NOT ALLOWED, as remove(Handle h) and remove(Object PK) can't be used by a local client.
I would say that the only way to remove a local session bean is by calling remove() method of EJBLocalObject.
Am I right and is this a 'mistake' in the spec?
Thanks for your responses,
Regards,
Cyril.