Hi Team I have a requirement to read the nested json and add nested json values in dropdowns in Content Fragment Model. For a normal json, I have created a servlet and calling the servlet to retrieve values to the dropdown in Content Fragment Model. However my input is nested json and I want values ...
Hello , I have requirement to write Junit for workflow , Can anyone please give sample test cases for below workflow? @component(service = WorkflowProcess.class, property = {"process.label" + " =sample Test process",})public class TestWorkFlow implements WorkflowProcess {private static final Logger...
Hi team, Is it possible to publish the assets directly in collections console. I see only option is 'Publish to Brand Portal' similary is there a way to publish the assets in collection console.
Hi Team, Is there any way to restrict the authors to upload the assets in DAM with proper naming conventions only else show error while uploading?I am using AEM CLoud service. Thanks,SD
Hi Team, I need an Architectural help to convert the multifield dialog of existing components with existing data in more optimize and efficent way. recently I asked a question [Click here] where in my multifield there was around 3000~ nodes under the multifield which is not a good practise to put mo...
Hello,I have a test workflow written in aem where i need to get the Assetwhere the java test case is written as: import javax.jcr.RepositoryException;import org.apache.sling.api.resource.Resource;import org.junit.jupiter.api.BeforeEach;import org.junit.jupiter.api.Test;import org.junit.jupiter.api....
org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingEx...
Hi folks ,We have a requirement in our project where we want to implement razor-pay as our payment gateway. We want razorpay client to achieve this feature for which we have converted the maven jar of razorpay as bundle and done the following things as below.Step 1. Converted the razorpay jar to bun...
Hi, everyoneI may have a problem regarding the sling filter and servlet.I have a filter, and within this filter, I need to call other servlets based on their names, however,when I get servlet context(), it does not give me the option to choose servlet by name, my servlets are resourcetypepes cq:page...