This content has been marked as final.
Show 2 replies
-
1. Re: Is there some particular reason why two shareable nodes cannot exist under same parent?
rhauch Jan 24, 2014 1:18 PM (in response to mkuzela)1 of 1 people found this helpfulI'm not sure whether it is a requirement of JCR 2.0 (I thought it was, but cannot find it in the spec), but in the very least when we implemented shareable nodes we chose to implement this limitation because it didn't seem useful to share one node multiple times under the same parent.
-
2. Re: Is there some particular reason why two shareable nodes cannot exist under same parent?
mkuzela Jan 28, 2014 3:40 AM (in response to rhauch)Hi Randall
Actually it would be somewhat helpful for my project (I am creating shareable copy of existing node to indicate new XML tree is being edited, and in the beginning it is exact copy of previous node) but I can do a workaround of course.
But, maybe it would be interesting to compare it with other JCR implementations, as it can cause some incompatibility.
Maybe I will test this with JackRabbit in some spare time.
Martin