I have a database pooling bean that I use.  Is there a way to tell when the
bean is being destroyed becuase the bean has been replaced with a newer
version or is being unloaded for some reason?  I need to know so that I can
close the database connections that the bean is controlling.  I dont want to
wait for the connections just to timeout and have the database reclaim the
connection sessions.  This is because I sometimes get maximum sessions
exceeded with my oracle database.

TIA


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to