Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
35601
Description
The init method in NodeManagerImpl does not increment the loop index when
loading the array of nodes. This results in only the last node being added to
the list of nodes and getNextAvailableNode to return null when there are
multiple nodes.
Reported to commons-dev list by John Gregg.