Hi,
as i wrote on a another thread, you need to remove the node or at
least make it non-versionable by removing the mix:versionable mixin,
before you can remove the version that is referenced through the base
version property.

something like:

VersionHistory vh = node.getVersionHistory();
node.remove();
session.save();
<remove all versions from vh>

regards, toby

On Tue, Jan 10, 2012 at 10:49 PM, smjain <[email protected]> wrote:
> Have you figured out an answer to this?
>
> --
> View this message in context: 
> http://jackrabbit.510166.n4.nabble.com/Node-remove-tp521945p4284586.html
> Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to