On 10.01.2013, at 16:27, aleamb <[email protected]> wrote:
> I don't understand why JSR-282 orjackrabbit do not consider an attribute for
> storing user id for a nt:version node. It is very useful for version
> management.
You can quite easily set any desired properties before you do a checkin(),
something like
node.setProperty("lastCheckedInBy", session.getUserID());
I guess in general, the spec decided to minimize the number of properties that
get autocreated to avoid polluting content if you don't need it.
Cheers,
Alex