I've got basic Envers working, and I understand how to get something like the name of the calling User into the Revision Entity, since that's effective static data. But how do I add a comment created dynamically by the user for a given revision?
I suppose I can find some way by subclassing some of the listeners and/or classes used by the listeners (or just implementing their interfaces), but if anyone out there has done this already I'd really appreciate an example.
TIA.