When i select global folder profile i can see the XML Editor UI configuration .But when i select the custom folder profile not getting reflected XML Editor UI configuration in new UI of AEM Guides.AEM Guides version- com.adobe.fmdita-aemaacs-2025.2.0.209.zipCustom folder profile not having option XM...
@EstebanBustamante thanks now its working fine i was using the wrong session. How to write junit for this wfsession.complete(workItem, (wfsession.getRoutes(workItem,false)).get(0)); wfsession.suspendWorkflow(workItem.getWorkflow());
Hi @daniel-strmecki while writing junit for public method this private method not getting covered and coverage is getting down. if u hv any example please share
I am not able to write the junit for private methodNode metaNode = session.getNode(metadataNode);getPropeties(metaNode, generatedPath, workItem, wfsession);//till this its working private void getPropeties(Node metadataNode,String generatedPath,WorkItem workItem,WorkflowSession wfsession) throws Val...