Sorry, forgot to mention that this is happening only when I use jcr
mapping layer to achieve the below
mentioned use case.
Thanks,
Ruchi
--- Begin Message ---
Hi,
Can a session which has locked a node A , set a property p of
node A , without unlocking ?
Is this possible ?
get A
lock A
A.p("x")
save A
I get an exception when I try to do above . Here my property p is
actually lockToken which I want to persist along with the node as soon
the node gets locked.
Help appreciated.
Thanks,
Ruchi
--- End Message ---