Hari Mohan
unread,Aug 8, 2011, 8:23:22 AM8/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Technical Discussion
Hi all .,
In EJB .,
How to remove a session bean ??
ie ., Every SessionBean(both statefull and stateless) has to implement
ejbRemove() method.
In this method ., how to tell the ejb container to remove this
particular bean ???
I tried throwing a exception in ejbRemove() ., but still the container
doesnt remove the bean.
Regards.,
Hari Mohan