[
https://issues.apache.org/jira/browse/DERBY-3695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-3695:
--------------------------------------
Attachment: repro.diff
Attaching patch which adds a JUnit test case that reproduces the problem.
> NullPointerException when invoking statement event listeners if one of the
> listeners is null
> --------------------------------------------------------------------------------------------
>
> Key: DERBY-3695
> URL: https://issues.apache.org/jira/browse/DERBY-3695
> Project: Derby
> Issue Type: Bug
> Components: JDBC, Network Client
> Affects Versions: 10.4.1.3
> Reporter: Knut Anders Hatlen
> Assignee: Knut Anders Hatlen
> Priority: Minor
> Attachments: repro.diff
>
>
> If PooledConnection.addStatementEventListener() is called with a null
> argument, the client driver throws a NullPointerException when the listeners
> are invoked. Embedded does not throw an exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.