Hi Team,When i try to install a package from prod to local am getting below error.com.day.jcr.vault.packaging.PackageException: javax.jcr.ReferentialIntegrityException: Target node dcabd5e0-249d-4872-b19f-dbc5caac927d of REFERENCE property does not exist.I checked the node having this issue and i co...
Hi All,Suppose we have cq instance(s) set up in such a way that we have single author[with secondary author serving as a backup] and multiple publish instances. My doubts as below :1] Why is it essential that we should have an author backup on a weekly/daily basis? Will it not slow down the primary ...
Hi,Can any one please provide any pointers/sample code for the below requirement:I have two custom properties on the asset's properties page. One drop-down and one text-box. On selection of a particular value of the drop down, I need to enable/disable the text box.Please share any kind of relevant i...
I created an accordion component which has imbedded parsys' so an author can to include any component into an accordion tab. I am using a multifield xtype to add accordion tabs and then a new parsys area is displayed under the new tab.My issue is that when I go into edit mode and change the order of...
Hello, I just began working on AEM 6.0 (SP2). I simply wanted to create a new metadata for all images in the DAM and get the value of that meta through code.I used the new metadata schema interface to add my custom field and was able to then edit the value of that new field with no problem. My issue...
Hi All,In CRXDE-Lite I see that Logo component[/libs/foundation/components/logo/] has three main nodes under it- Logo.jsp [this is by default created, for Sling to render the component]-There is a design_dialog node[based on theoretical knowledge this is applicable across the site, so probably it me...
I'm working on a site that requires managing a possibly large list of people. The data for these people will most likely be stored in their own node in the JCR. Is there a good pattern, component or example for dealing with large lists of this type of data with AEM? I'm mostly concerned about front-...
Hi all, I am trying to create a bundle from CRXDE Lite. The jar gets created correctly in the /apps/.../install folder but the bundle is not available in the felix console. It is a simple class only so i do not want to set up maven for this. Is there any config changes that we need to do so that b...
Example: I have a component folder called file. Underneath that folder I have two files that I would like to use to display the component: file.html and file.admin.html. I have dropped my component onto a page and have been trying several variations on trying to get the admin version to display, s...