NullPointerException may be thrown when trying to enumerate observation event
listeners
---------------------------------------------------------------------------------------
Key: JCR-1454
URL: https://issues.apache.org/jira/browse/JCR-1454
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-jcr-rmi
Affects Versions: 1.4
Reporter: Felix Meschberger
Assignee: Felix Meschberger
When calling the ObservationManager.getRegisteredEventListeners() a
NullPointerException may be thrown if no event listener has been registered
(yet). The reason for this is, that in the
ClientObservationManager.getRegisteredEventListener method an internal field is
access directly, which is created on demand and thus may be null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.