It can be done in 2 waysCreate DL for groups and send email to DL.Use recursive method to get list of all users.(refer ACS AEM commons functionality). Either you can use ACS commons way of sending separate email to all users in a loop. Or you can create your own email service that takes multiple ema...
It is fixed now. Issue was having multiple JDK in system. Even though from system path and environment variables were pointing to JDK 11, existence of jdk 14 was creating the issue. After uninstalling jdk 14 its working fine now. I did not think that multiple jdk might create this kind of issue.
I am getting error while fresh standalone installation of AEM 6.5.java version "11.0.8" 2020-07-14 LTS Error in log : 10.09.2020 13:10:12.951 *ERROR* [Apache Sling Repository Startup Thread] com.adobe.granite.repository.impl.SlingRepositoryManager start: Uncaught Throwable trying to access Repositor...
Hi,I am trying to create a nt:file node for excel file. I am trying to add property of mimetype as "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet".But I am getting exception "javax.jcr.nodetype.ConstraintViolationException: No matching property definition: mimeType = application/...
One more important point is I am getting exception only when calling workflowsession.getroutes(workitem, true). Otherwise I am able to load workitem and access all its values.This worlflowsession is resourceResoover.adaptTo(WorkflowSession.class)Please let me know if I am doing anything wrong
I have checked the permission. It has full read, modify, create, delete, read ACL, write ACL, Replicate permission to complete repository.Still its not able to read.Using AEM 6.4
Hi,I am trying to complete participant step through code from a scheduler. So I am getting service resource resolver with full read/write permission on repository. Then I am adapting to WorkflowSession. I am able to retrieve every data I need but at last step when I am trying to do workflowSession.c...
Arun PatidarNow I am able to build, deploy but facing another issue. Junit testcases are not running from intelliJ. I am using junit5 with AEM mock. Previously it used to work. Although while build testcases running fine but I am not able to run individually test case by right click. Please let me ...