Saving the document again from a DocumentUpdateEvent DocumentUpdatedEvent listener is not a very good practice, it's better to modify the XWikiDocument instance in a DocumentUpdatingEvent listener (and not save it, it will be saved with the modifications after the event). |
|