Hello All,We have got a critical bug and the error says as below logs -Scenario is :We have a custom workflow as emergency publishing WF which has step "Initiator Notification To Review in Preview Server" which should send the mail and it is indeed happening, mail is being sent and received as well....
I have a requirement to include the parsys and components into one component. The code we use to do in HTL is somewhat like <sly data-sly-resource="${'parsys' @ resourceType='project/compoennt/xyz'}"></sly> How can we achieve the same functionality using AEM SPA React
Can some one try implementing the below code mentioned for creationg jcr node through excel. I am getting some error. https://web.archive.org/web/20141011041731/http://helpx.adobe.com/experience-manager/using/creating-custom-excel-service-experience.html I tried implementing I am getting an er...
Hi All, I came to a scenario where I need to create an anchor tag without href attribute using RTE component. I am able to create anchor tag using HTML option in RTE, but the thing is that anchor tag is getting skipped by tab index and never focused. Then I tried adding attribute tabindex=0 so tha...
When i try to use gated page it was redirecting properly but after adding below sling mapping configuration i am getting a warning and page is not redirecting to my login page. org.apache.sling.auth.core.AuthUtil isRedirectValid: Redirect target 'https://subdomain.company.com/registration-and-log...
How to exclude child path by using search query builder ? trying below query : I want to exclude chapter-5 path "/content/summit/l4080/chapter-5" path=/content/summit/l4080type=cq:Pagegroup.p.and=truegroup.1_fulltext=articlesp.offset=0p.limit=-1 any reference query?
I am writing a long-running job that is expected to be intensive and long-running. The Asynchronous Operations looks promising and the Jobs console is nice similar to workflow console, showing job status, logs etc. How to write a new custom async job? Am able to create sling job, stores into /var...
Hi Team, I have data kept in a content node (content/test) and this node has multiple nodes with the name of Item_ID with similar values in jcr:content node (Title, Subtitle, link etc). I can show all items on the UI by accessing the data using an OSGI service. Now, I want to add a feature for t...