Hello everyone,maybe it is a dummy question but I couldn't found a solution until now.I have this simple Servlet:@SlingServlet( paths={"/schafbergbahn/ticker"}, methods = "GET", metatype=true )public class SimpleServlet extends org.apache.sling.api.servlets.SlingAllMethod...
Hi ,We are doing the cleanup activity, where the old nodes(custom) are being deleted from each user profiles. since this is affecting huge number of nodes, we implemented a scheduler to take input as "/home/users/A" and start deleting the nodes which falls under some date criteria. Scheduler is work...
Hi All,I am trying to expose some RESTfull webservices on AEM. I have followed the instructions in this http://techagyan.blogspot.in/2015/02/be-restful-on-aem6.htmlI'm getting following error:"@Component : Service interface information is missing! (org.apache.felix:maven-scr-plugin:1.20.0:scr:gener...
Hi All,is there a way to adapt a resource to custom model class in sightly?I have a custom model and i want to adapt a resource to it in sightly html code not in java.Thanks,Khalid
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...