> Hello all,
>
[quoted text clipped - 7 lines]
> I am closing my connections, but what should I do with DataSource. Code
> listing below.
The DataSource interface provides no hook for cleanup. Particular
implementation of DataSource will have their hooks, if they need one.
Examine your documentation.
In WebLogic's case, I imagine the datasources bound to JNI through the
administration consoles are already being cleaned up at server shutdown, but
I also imagine that the exact behavior -- and what you must do, if
anything -- is documented somewhere in their (very large) documentation set.
-- Adam Maass
HalcyonWild - 19 Dec 2005 08:54 GMT
> > Hello all,
> >
[quoted text clipped - 18 lines]
>
> -- Adam Maass
I went through weblogic docs and more importantly the examples. It
seems like the caller does not have to perform any cleanup. It is
automatically managed by Weblogic.
Thanks. :)