Hi all, Is it possible to get the actual path of a resource, if we only know where it was used? For example, I have a policy being used on a template at: /conf/we-retail/settings/wcm/templates/section-page/policies/jcr:content/root/responsivegrid/weretail/components/content/teaser/policy_1526037...
Hi All, I recently start a project with archetype 32. After creating it, I tried to build it using maven as: mvn clean install, I got following error: [INFO] WARNING in ./src/main/webpack/site/main.ts [INFO] Module Warning (from ./node_modules/glob-import-loader/index.js): [INFO] (Emitted valu...
Hi, We recently started running into an issue where everyday the dispatcher would cache some file with -wrong appended it it, ex. home-wrong.html and home-wrong2.html. This ends up being served on the site. Has anyone run into such issues. We have not had any code or dispatcher changes deployed...
Thanks in Advance. Now I've a problem to solve. We have to export the Experience Fragment as HTML. I know the the OOB functionality is there, using .plain selector. I need to satisfy certain conditions here. 1. I don't want the enter xf page need to export(exclude <html>,<head> etc). Only...
Hi team Currently look at below doc link, it says AEMaaCS is not supporting the integration with Adobe Campaign. https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/sites/integrations/campaign.html?lang=en Anyone knows the reason ? or is there a roadmap for this i...
As mentioned on the support docs, are these limitations still being sorted out ? Target modeContextHubInline image editingEdit configs (eg. listeners)Style SystemUndo / RedoPage diff and Time WarpFeatures performing HTML rewriting server-side such as Link Checker, CDN rewriter service, URL shorteni...
I have written a resource type servlet and used a utility class in it. My core bundle state is active. But, the servlet is showing 'Unsatisfied (reference)' error. When I checked for the particular servlet, it is showing me the attached issue. Please explain what is the exact issue and how to get i...
I am trying to create CF programmatically using a servlet. But, I do not see them being generated after servlet completion.Resource parentRsc = resolver.getResource("<parent-path>"); Resource templateOrModelRsc = request.getResourceResolver().getResource("<cf-model-path>"); FragmentTem...