Hi,I am trying to read excel file and write it's content into JCR under content folder. For that, I am using ACS AEM Commons Ensure user. I could see that my service user is created and it has root read and content write access. However, I'm not able to create resource resolver object and get the se...
Hi Team,I am trying to set default values to a "textfield" under cq:dialog (Touch UI dialog) of a component.The sling:resourceType of "textfield" is "granite/ui/components/coral/foundation/form/textfield". I have tried using the "value" property to set the default value of the textfield, but it does...
when we try to open metadata of content fragment model it shows blank page.below is error. 29.03.2020 18:03:53.904 *ERROR* [0:0:0:0:0:0:0:1 [1585519433898] GET /mnt/overlay/dam/cfm/admin/content/v2/metadata-editor.html/content/dam/we-retail/my-cf-sample HTTP/1.1] org.apache.sling.engine.impl.SlingRe...
I downloaded the cxf bundle zip provided in this post, https://helpx.adobe.com/ie/experience-manager/kb/jaxws-webservice-calls-not-working-aem-65.html#Issu...But this works only for CXF 3.2 which is not working on JDK11.Only CXF 3.3.* works for JDK11. Can someone please generate the cxf bundle with ...
Hi,We are currently using AEM Email Services(acs-aem-commons-bundle-3.18.2.jar) for sending out an html email. Example code: Using the Email API to send mailsThe EmailService is an OSGi service and can be injected using @reference in the calling class. @Reference EmailService emailService; email...
I am setting up an AEM / Analytics integration and have run into the problem that my staging configuration is being ignored on the staging server - the production configuration is always used. I've gotten around this on the staging server by using putting the incorrect (staging) URL in the productio...
Hello, 1>On using RTE to just have anchor link by giving an label2> latter on clicking source edit shows an empty. We want to add in rte anchor tag like <a id="test"> </a> , Note:- Here the title is empty for the anchor link and not getting allowed by RTE The use case we would want just a ancho...
Hi,When authoring links with special characters those links are then changed when I open the dialog again. Special character such as '&' are escaped to '&.'.The fields in question are pathfield and pagefield. Please help me locate where this is done cause we can't open a dialog without ruining a...
Hi guys, i'm having some problems creating a policy for a custom component that i'm creating. I have something like this: <div data-sly-use.template="core/wcm/components/commons/v1/templates.html"> <sly data-sly-resource="${ 'image' @ resourceType='core/wcm/components/image/v2/image'}"></sly> <sly...