Depending on the extent of what needs to be updated, try writing a utility servlet that 1) reads your 6.1 ordered nodes into an array - item0, item2, item1. 2) deletes the nodes in the repository then 3) reads the nodes from the array and saves them back to the repository as item0, item1, item2. You...