I have created a slingServlet like below with post request. It worked before and somehow stopped working. @SlingServlet(methods = {HttpConstants.METHOD_POST, HttpConstants.METHOD_OPTIONS}, paths = {"/bin/v1/cms/content/sitemap"})public class SitemapServlet extends SlingAllMethodsServlet {}Not sure...
When I am trying to create any Content fragment model using the configuration that i created, it gets stored in CRX under: /conf/testconfig/settings/dam/cfm/models/test-modelThis model by-default has the property "allowedPaths" created. And the value of this property is "/content/entities(/.*)?"Can ...
Hi All,I am getting error in sing model class saying resource resolver is already closed Below is my code for reference.@Model(adaptables = Resource.class)public class SchedulerComponent {private static Logger LOG = LoggerFactory.getLogger(SchedulerComponent.class);@Inject private Date timer;@I...
I am working on developing an Adaptive form in AEM. We already have a sites component which we drag into the parsys system on the site pages. However in the AEM forms parsys I am unable to include the site component(General). Its only allowing me to include the adaptive form components. Is there a w...
So I have the following lines which loads my javascript. <sly data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}" data-sly-unwrap /> <sly data-sly-call="${clientLib.js @ categories='myhost.mycustomJS'}" data-sly-unwrap />I have an HTL variable/property (example: ${prop...
I am creating HTML based on the response from ajax call. I need to include one of the components those many times based on the response of ajax call.var ajaxCallResp = [object,object,..];I am using slick js for carousel behavior. For each object in "ajaxCallResp", I need to create the component with...
I just used the Dialog Conversion Tool to convert a design dialog from Classic to Touch UI as part of a 6.1 to 6.3 upgrade. Now I need to export the proper XML or folder structure to add that to the codebase. What's the proper way to do that? This is where I'm running into trouble. I've tried using ...
I created an overlay in apps/cq/core/content/nav which I have named Moodle. I am trying to avoid having to manually configure the href value for deployment to multiple environments. I have tried using a relative path, but that does not work, (I get a 404 error). A full path works, but I need a diffe...
Hi all,I uploaded 1600 assets ( only images ) into AEM author local instance DAM batch wise ( 350 per batch ). After 1500 assets got uploaded.Suddenly when I tried to open my folder I am getting the following error given in screenshot. Also If I try open the DAM in crxde it is empty.How can I get m...