I don't think so. This is actually restoring the node, so the current node is overwritten with the older version. I just want to read the latest version of a node before it was checked out. In my application users are reading nodes, the checkedout state of a node shouldn't be visable for the users. When a user has checked out a node and is changing it, all other users should get the latest version before it was checked out, when they request the node. Only when the node is checked in again they get the one with changes.
Tobias Bocanegra wrote: > > you're probably looking for: > > Node.restore(node.getBaseVersion()); > > regards, toby > > On 9/6/06, J Kuijpers <[EMAIL PROTECTED]> wrote: >> >> Hello, when the property jcr:isCheckedOut of a node is true, I want to >> retrieve this node without the changes which are possibly made during the >> checkout state. So I want to retrieve the node as it was, when it was >> last >> checked in. Only when the checkedout node is checkedin the changes are >> final >> so then I want to retrieve the node with ithe changes. >> >> Is this possible? If so, how would I achieve this? I am looking at the >> frozennode property, am I on the right track? >> -- >> View this message in context: >> http://www.nabble.com/getting-the-latest-version-of-a-checkedout-node-tf2227841.html#a6173979 >> Sent from the Jackrabbit - Dev forum at Nabble.com. >> >> > > > -- > -----------------------------------------< [EMAIL PROTECTED] >--- > Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel > T +41 61 226 98 98, F +41 61 226 98 97 > -----------------------------------------------< http://www.day.com >--- > > -- View this message in context: http://www.nabble.com/getting-the-latest-version-of-a-checkedout-node-tf2227841.html#a6187272 Sent from the Jackrabbit - Dev forum at Nabble.com.
