Michael Wechner wrote:
Hi

IIUC in the most simple case one can do

node.getVersionHistory().getRootVersion()

in order to get the "newest" (most recent) version, right?

No, that would be the oldest one, me thinks.

I think what you need is:

node.getBaseVersion().

...

BR, Julian

Reply via email to