Client and embedded differ on sending StatementEvent on Connection.close()
--------------------------------------------------------------------------
Key: DERBY-3851
URL: https://issues.apache.org/jira/browse/DERBY-3851
Project: Derby
Issue Type: Improvement
Components: JDBC
Affects Versions: 10.5.0.0
Environment: JDBC 4.0
Reporter: Knut Anders Hatlen
Priority: Minor
When a connection is closed, the client driver sends a StatementEvent to all
StatementEventListeners registered on the connection being closed. The embedded
driver does not send StatementEvents when a connection is closed. Examples can
be found in jdbc4/StatementEventsTest. Look for code that calls usingEmbedded()
and usingDerbyNetClient() in that class.
Embedded and client should match if possible, per DERBY-310.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.