|
From: <jue...@we...> - 2004-06-18 12:00:57
|
Thomas, Rod, everybody, =20 There is an issue regarding DataSourceUtils.closeConnectionIfNecessary = in our JIRA: =20 http://opensource.atlassian.com/projects/spring/browse/SPR-172 =20 This is indeed undesirable. Of course, Connection.close hardly ever = throws an exception, so it's not a big problem. We could still simply = log the exception as an error and proceed, like we do in = JdbcUtils.closeStatement/closeResultSet. =20 What do you think? =20 Juergen |