you may implement an EventListener and register it for events in the
version store. the events you receive will also contain the id of the
user who did the version operation.
regards
marcel
Humer Günther wrote:
Hi!
Is it possible to track changes per user?
I need to see in the VersionHistory, who checked in the node.
There is nothing defined in JCR or did I miss something?
What would be the recommended way to implement this task?
I think of something like redefining jcr:frozenNode to add a user, but
jcr:frozenNode is a systemNode...
Do I have to redefine my versioned nodes with a type that must have a userid
and manage it by myself??
IMHO this is an important feature and it would be sad if it is not in the
specification...
Thanks!