Commons-id's NodeManagerImpl.init() method appears to iterate through a NodeSet and put each element in an array using a while loop. However, the loop index is never incremented, so each element overwrites the previous at index 0. I haven't made any changes to the code here because it doesn't seem to hurt me. John Gregg
