We have the following js code to generate a component with a video (inspired by foundation/components/video/source.jsp) VideoProfile = com.day.cq.dam.video.VideoProfile, for (var i=0;i<videoProfiles.length;i++){ var vf = VideoProfile.get(resolver, videoProfiles[i]);On the pu...
Hi All,I have a requirement where need to configure a schduler that will send JCR data of specific node via email everyweek to sales team. I would like to make this schduler configurable to be able to select path + osgi service, so that same can be used if I want to tun this schduler for another new...
Hi All,I have a js file[which has logic to render some banner like content on page] which is placed under etc/clientlibs[but not mentioned in js.txt, to avoid conflicts with other custom files]. Here in this file am referring some images from /etc/clientlibs/images folder. While its in AEM, the ima...
Hello, we are getting org.apache.jackrabbit.core.data.DataStoreException: Record not found: ... exceptions when starting up AEM. But when I run datastore consistency check as given here (Datastore inconsistency record not found ) it shows no errors found?Is there any reason for this discrepancy? Or ...
HI ,I am getting an error while downloading CRXDE LITE . error is given below"Error> <Code>AllAccessDisabled</Code> <Message>All access to this object has been disabled</Message> <RequestId>0CCEA1642849895D</RequestId> <HostId> zbZnT5YhP5nWpd4L/0UdFvR8d0L3VIDzh1fcQ8NrB1H5uMr0D6Cr0/aavQmPlapVScsYCAT...
Hi All I am using AEM Developer Tool to sync the content. I created a component in CRXDE light and imported it to the eclipse using "Import from Server". Once I edit it in eclipse and try to "Export to Server" I am getting below error. . My local content structure is as below I am working wit...
Hi All,I'm trying to make one custom rest service using jersey, but when deploying bundle on AEM 6.2 getting following error:I added following dependency in pom.xml file of core project:<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> <version>1.12</version> </...
I want to make a custom property for personalization targeting. By default there are age, gender, etc. For example, I want to make a custom property for VIP user. how can I do that??