posted 18 years ago
Hi,
If you want to call remove method in the Home interface, it should have arguement. It is missing in your question.
The home interface(ie EJBHOME) has to method
1. remove(handle h)
2. remove(object o)
If you call the second one, you will get exception because its only for the entity bean.
For stateless session been, nothing will happen. The container only remove the beans to conserve the resources.