Hi Everyone,I have a use case where content is copied on Activation.1. I have roll out config created which will be triggered on Activation , it has contentCopy, contentUpdate & targetActivate as sync actions 2. I have my source page created (manually)3. I have my copy page created (manually) which ...
Hi Guys, I am trying to create a OSGI bundle in CRXDE Lite. I have created a sling servlet in that bundle and it is working fine.Now i want to create a OSGI Service and use it in the servlet. Can i create the Inteface and implementation class as siblings to sling servlet? If not Should i create ...
Hi All,In the link http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository, we have these two options mentioned runDataStoreGarbageCollection(java.lang.Boolean delete)Runs data store garbage collectionrunDataStoreClassicGarbageCollection(java.lang.Boolean delete)Runs data stor...
Hi All,I'm working in Adobe CQ5.5 & have a problem with pasting text into a table component rich text area, when using Google Chrome.If I paste text when editing a component, the text is saved and the page isn't refreshed, but the viewport jumps to the top of the page.This behaviour isn't happening ...
Hi All,We are various and want to deploy code onto different environments like DEV,INTEGRATION,TEST and PROD.And we are using Maven to build all custom code.How can we maintain configuration specific and author/publisher details specific to environment?Please help me in this regard.Thanks,Kishore
Is there an AEM 6.1 doc that covers required regular maintenance?i.e. The following list:Data Store Garbage CollectionConsistency ChecksTraversal ChecksTarPM / TarMK OptimizationTar Index Merge
We've experienced an issue 4 times now where once the XMPWritebackProcess "NativeService" disposes, the XMPWritebackProcess workflow continues down a continually looping process of starting and getting disposed.One such error statement that indicates the disposal occurring is *ERROR* [JobHandler: /...
I am trying to use CommmandLineProcess step to flip an image using imageMagick commands. I have installed the imageMagick software on my machine and able to execute the commands on command prompt and operate on the images on my system, But when i configure a command in AEM CommandLineProcess step i...
HelloIs it possible to get the hostname of the current page? currentPage.getPath() only returns something like '/path/path/page' but I also need to find the hostname, for example, 'https://www.google.com'Is it possible? Or is there a good way of doing it?
Migrating to AEM 6.1. The module is build and deployed without errors and seen among OSGi packages in web console in active state; Its class is found by dependency finder with <scope>provided</scope>.But when trying to load page with JSP it shows the error:java.lang.Error: Unresolved compilation pro...