JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-618  -  Forwarding notification listeners are not registered properly
Posted Feb 13, 2020 - updated Feb 13, 2020
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Management / Monitoring
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 6.2.1
Issue description
Due to an error in the code, when registering multiple forwarding notification listeers, only the first one is properly registered, causing the others to not receive notifications from the nodes.
Steps to reproduce this issue
a New unit test was added to class TestNodeForwardingMBean2: testMultipleNotificationListeners().