Hello,I'm having a hard time getting remote debugging to work in vscode for my local AEM instance which is running inside a docker container.I have tried various configurations and when I try to connect I get the "com.dun.jdi.connect.spi.closedconnectionexception" error ( see attached). I'm hoping s...
Hi Team, Above example when we set the statfileslevel 2 what would be the outcome for .statfiles and cache invalidation scenarios.. please explain in detail ..
Hi Folks,I am building a servlet that needs to call another AEM instance with JWT.I am not allowed to integrate jjwt as a 3rd party lib.I found that Jwt is exist in acs-aem-commons-bundle-5.0.6.jar:I can import the Jwts through:import acscommons.io.jsonwebtoken.Jwts;import acscommons.io.jsonwebtoken...
I've added the following to my pom.xml, however it's not getting deployed to my local instance of AEM author. <!-- iTextPDF --> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>5.5.13.3</v...
We have a multifield content fragment and we are using Assets HTTP API in order to update this content fragment. We want to specifically update just the 2nd String from the list of multifield values but the PUT call request is expecting the entire request body. Is there a way to just target the sec...
Is there a way to add a data attribute in _cq_htmlTag.xml? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" cq:tagName="header" class="c-public-header" />
Hi All,We have migrated content from one platform to another.the number of fields migrated to multifield dialog is around 3287~ where as if we open the component we can able to see the dialog till 2992~ and after that the remaining fields or content are not visible. Does anyone faced the same issue ...
If I have a page path of /content/country/us/oregon/portland/homepage, how does AEM look up this path? I know AEM JCR database is No SQL, so there won't be any primary key or foreign key involved.