Hi,
I wanted to add a new node under opertaions, so i overlaied from /libs to /apps.
If i add sling:orderBefore node and set it to sites, the node is breaking after the code built and the operations are not displayed in the sites.
Is there any issue with the code using sling:orderBefore?
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured">
<tools jcr:primaryType="nt:unstructured">
<operations jcr:primaryType="nt:unstructured"
sling:orderBefore="sites">
</operations>
</tools>
</jcr:root>
Solved! Go to Solution.
Views
Replies
Total Likes
Can you check if the property is getting added or not if you deploy using package manager or code?
From your XML, I can see sling namespaces are missing.
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
Hi @Nupur_Jain ,
The issue is when we try to export via code.
it worked fine if we add from the crx.
Views
Replies
Total Likes
Views
Replies
Total Likes
@Nupur_Jain, No
deployment was success and no errors
Views
Replies
Total Likes
Can you check if the property is getting added or not if you deploy using package manager or code?
From your XML, I can see sling namespaces are missing.
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
@arunpatidar, Property is not getting added.
Also namespace was not added to filte.xml when the archtype was created by default.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies