|
From: Marc L. <ma...@lo...> - 2005-06-16 20:41:08
|
Hi, is there a reason that SimpleConnectionHandle does not supply a default releaseConnection implementation? I wonder why releaseConnection() cant simply close the Connection it got upon creation. Instead people tend to close the connection in JDODialect childs in method releaseJdbcConnection() by getting the connection from the handle and close it there. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de |