Solved! Go to Solution.
Views
Replies
Total Likes
Please check the JCR specification at
You might see this when you create version because versionable is a subtype of referenceable
Please check the JCR specification at
You might see this when you create version because versionable is a subtype of referenceable
Every node has one declared primary node type and zero or more mixin node types. Jackrabbit has a unique identifier for every node (jcr:uuid) but if you tried to list the nodes properties it would not appear, unless you added the mix:referenceable mixin.
Refer JCR specification https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.21.2_mix_referen...
All versionable nodes must also be referenceable, thus versionable is a subtype of referenceable. Refer
https://jackrabbit.apache.org/archive/wiki/JCR/Mix--versionable_115513458.html