Title: how to stop SFSB business method execution?

Hi!

Does anybody know the ways how to cancel Statefull Session Bean business method?
This method issuing a query to Database, which return too much data and for example
user can't wait for the result and pressing 'cancel' button. To remove the bean, I shoud
call sfsb.remove() method, but it is reporting an exception like 'Another bean method is running'.

BTW, how I can see the list of all active/passivated beans in J2EE container (to avoid memory leaks)?

---
Kirill Mikhailov

Reply via email to