That approach should work just fine. Thanks for the reply! --Dave
Jukka Zitting wrote: > > Hi, > > On Mon, Dec 15, 2008 at 11:07 PM, Dave Fried <[email protected]> > wrote: >> I'm not sure what I'm doing wrong here. Is it possible at all to modify >> the >> subtree of the repository rooted at the Version node returned by >> checkin()? > > No, you're not supposed to modify the version nodes (they are "frozen" > for a reason). > > If you want to store extra metadata with a version, you can simply add > normal properties to the node being versioned and set those properties > *before* you call checkin(). Those properties will then become a part > of the immutable version. > > BR, > > Jukka Zitting > > -- View this message in context: http://www.nabble.com/Unable-to-save-node--tp21022922p21033797.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
