kunal23 wrote... From the exception stack trace it seems that you are trying to create a "cq:Dialog" type node(tab_data_source) under path "/apps/my-foundation/components/page/detail" which is of type "nt:folder". As per "nt:folder" node type definition in CRX you can not create direct child nodes o...
Hi Loki,Sorry I'm not sure if this is a duplicate post, something had hapend to my browser.Yes I'm working with the same component, the xml looks like (based on the previous suggestion)<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp....
Hi Loki,I is the same component, I have just tried the changes suggested. <?xml version="1.0" encoding="UTF-8"?><jcr:root 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" jcr:primaryType="cq:Dialog" title="Dat...
bsloki wrote... my-foundation/components/page/detail - is each one of these nodes are 'nt:folder' ? Yes loki, the primary type of each of these nodes are, nt:folder.I have verified it from my CQ 5.6 instance.Thanks
Hi All,Following the SAX parse exception, we are now facing with : javax.jcr.nodetype.ConstraintViolationException: No matching node definition found for tab_data_sourcein one of our legacy components, Any Idea on this?Thanks a lot,
Sorry all, I got it wrong. I'm still getting another form of exception.com.day.jcr.vault.packaging.PackageException: org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0001: /apps/my-foundation/components/page/detail[[nt:folder]]: No...
Hi,While trying to install component which was created for 5.6 is throwing an error an exception in CQ 6.1. Please find the trace below. 18.09.2015 09:07:19.868 *ERROR* [qtp383669503-68] org.apache.jackrabbit.vault.fs.impl.io.GenericArtifactHandler Error while parsing jcr_root/apps/my-foundation...