Hi, I have started my AEM instance in debug mode using the below command. But not getting how to add debug configuration in my IDE. Could you please guide me on this?command I used java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar AEM_6.5_Quickstart.jar Thanks.
I have an explicit deny on a particular hierarchy of pages. Now, the group which has read access to those pages , does not have any other read access. Is it possible that because of these permissions, the users on that page are not able to see multiple components.I have 2 live copies, 1 with these p...
Hi There, I have a service say "Simple.java" that has an @reference for "ResourceResolverFactory". And a JUnit test class for the same service says "SimpleTest.java". While registering service "Simple.java" with aem context it is giving resourceResolverFactory null even though we have created a mock...
for people who are new to AEM how would anyone explain what is the difference between @AemObject and @SlingObject?for e.g. : public abstract class ComponentModel implements AemComponent { @SlingObject // AND @AemObject protected Resource resource;}my JUnit code which is like ctx.currentResource("/...
Hi Folks, I want to take only frontend module build and deploy to local AEM server.I have both ui.frontend and ui.apps modules. ThanksGanesh+91-9380201140
Hi,Is it possible to change the name from .aem-grid to custom project name. For example:.aem-grid{.generate-grid(default,@max_col);}to .custom-name-grid{.generate-grid(default,@max_col);}
Hi All, I got below exception on when creating a rendition of the pdf , step is not continuing (DAM Update Asset )please let me your resolution, thoughts.Here are the failure details from the latest failed workflow/libs/cq/workflow/admin/console/content/failures.htmlAsset: /content/dam/rfcu/images/b...
By default , graph QL query for a content fragment and an ImageReference inside content fragment gives _author_url and _publish_url.How can we either customize either the publish URL to give scene7 urls for images or add an additional field in there?
hi , all my testcases are getting failed showing runtime exception if I am including @ChildResourceFromRequest in my model class .Model class : package comcore.models.components.content.collections.locations;import com.adobe.acs.commons.models.injectors.annotation.ChildResourceFromRequest;import com...