On 10.01.2013, at 13:05, aleamb <[email protected]> wrote: > ¿Can be get the user who created a specific version of a node? > > I have tried to add mix:lastModified mixin for to read the last user who > modified a node through of jcr:lastModifiedBy attribute, but it does not > work; ie, adding mixin to node is ok, but jcr:lastModifiedBy value is always > the user who created the node.
jcr:lastModified/By are not set automatically. You need to make sure to set them on modification. Cheers, Alex
