[Opensource] bug in update method in 5.0 class JDBCExecutor.
David Gil
dgil at indaba.es
Wed Oct 16 07:54:59 PDT 2002
hi,
i found a bug in update method in JDBCExecutor:
when the conn is released, if thereis a localConnection if release it
and it is not correct: see line: 452 (revision of class: 1.9.2.1)
it should be:
} finally {
if (localConnection == null) {
myPool.release(myConnection);
}
}
regards,
david
David Gil Sánchez
------------------------------------------------
INDABA Consultores <Internet y Bases de Datos>
Centro de empresas Oarsoaldea (Edificio Mamut)
Carretera Astigarraga, 2 - 2º
Oiartzun (Guipúzcoa)
943 261121
http://www.indaba.es
------------------------------------------------
_______________________________________________________________
Yahoo! Messenger
Nueva versión: Webcam, voz, y mucho más ¡Gratis!
Descárgalo ya desde http://messenger.yahoo.es
More information about the Opensource
mailing list