Share

DbUnit

Tracker: Bugs

5 Connection Leak in org.dbunit.database.DatabaseDataSet - ID: 2663317
Last Update: Comment added ( gommma )

in org.dbunit.database.DatabaseDataSet, revision 942, a connection is open
on line 178 of initialize(), but is never closed. The finally statement
only closes a statement, but the connection remains open.


Dmitry Beransky ( dberansky ) - 2009-03-04 21:53

5

Closed

Invalid

Sébastien Le Callonnec

Bug

None

Public


Comment ( 1 )

Date: 2009-03-05 20:24
Sender: gommma

This is not a connection leak. Since the JDBC connection is not opened by
the dbunit IDatabaseConnection (it is provided by the user) it is also not
responsible for closing it.


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2009-03-05 20:24 gommma
resolution_id None 2009-03-05 20:24 gommma
allow_comments 1 2009-03-05 20:24 gommma
close_date - 2009-03-05 20:24 gommma