We are following snapshot version for lower environments and release version for Prod. Earlier, snapshot version was installed in Prod (not recently , long time ago) and we removed it from Prod
Hi, I deploy code to AEM dev, QA and Prod instance via Jenkins. Sometimes, I could see older version being shown in felix console for bundles and osgi configurations . Please find the sample screenshot This also happens sometimes for bundles
I am trying to replicate config nodes from author to publish instances programmatically. I used the replication service ( replicator.replicate(session, ReplicationActionType.ACTIVATE, nodePath);) ,but I am getting Error while building replication content com.day.cq.replication.AccessDeniedException:...
Thanks Siva. Here I am not overriding the default request for activation workflow. It should be there as it is and has to send mails additionally whenever page gets activated either by quick publish or Manage publication. And also this is just for just a specific set of content path
Hi Team,
I need to send emails when I activate the page. I have written a workflow process that sends emails , however not sure when to trigger this workflow process in launcher . I am current having a launcher that works on modified event and triggering this process but still not working.
Need you...
The issue has been resolved. <sly data-sly-resource="${page.syndicatedLoadPath @ selectors='header.syn'}" data-sly-unwrap data-sly-test="${page.syndicatedInclude}"></sly> Here the page.syndicatedLoadPath contains a '.html' which was causing the issue. We had removed this and tested , all looks fine....
Hi Team, We are migrating from AEM 6.4 to AEM 6.5 and Java 11. All the necessary stuffs like uber jar and other dependencies were changed . The bundle is active and everything is good. We are including the header and footer as below<sly data-sly-resource="${page.syndicatedLoadPath @ selectors='heade...
Hi All,I'm having the below JMX java class with the implementation. Once I build this and deploy it into bundles, in the logs I could see the particular JMX Service is registered successfully. But the particular service is not available in JMX console. The same service which I want to see is availab...
Hi Scott,I have used like this below and now the component is active. But not sure is it a correct way to activate the component. @Reference(policyOption = ReferencePolicyOption.GREEDY, cardinality = ReferenceCardinality.OPTIONAL) public void bindHybrisFactory(HybrisFactory hybrisFactory) {...