Trackonomics is a tool that will allow us to track the sell amount per article. This is needed because we will have partners with whom we will share the revenues coming from affiliation.
I'm attempting to pull a property out of an existing node and use it to create a new titlecore node just before the source node and I'm having an issue with moving the newly-created nodes around within a container, it's throwing an IllegalArgumentException saying that the srcChildRelPath has an inva...
We have a headless implementation where an external application calls our servlets in bulk (1000s requests) at the same time. We are running into Internal server 500 error for a bulk of these dispatcher requests although they technically should be 200 Valid Responses. Any inputs on this issue would ...
Hi everyone I have a problem with AEM,when I run npm run start command and edit scss files in ui.frontend module components I don't see the changes live on localhost/8080 page,i see the changes only if i redo the build of the whole projectthanks
Dear All, We are building a CMS website using AEM as a cloud service. Does anyone know if AEM deployment pipeline automatically handles the security/penetration vulnerabilities? Or is there a need of any third party plugin to check the same? Previously with Magnolia CMS, we were using Kiuwan for thi...
I am trying to call one of the sling model methods from servlet but I could not adapt the resource object to the sling model. Here is my sling model. @Model( adaptables = { SlingHttpServletRequest.class, Resource.class }, adapters = ProductDetail.class, resourceType = Prod...
Hi Team,I have a XF with two components component A and component B, where component A is common for all variations and component B can vary. so, i created a variation as live copy and broken the inheritance for component B but if i edit XF and roll out my changes then component B changes also rolli...
Hi, I have added the below configuration for ignoreUrl Params in my farm.any file:/ignoreUrlParams{/0001 { /glob "*" /type "allow" } } And explicitly denied the expected query parameters from being ignored .But whenever I am trying to hit a URL with query parameter it is not getting cached and serve...