Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi All,We are using few OSGi factory configurations in our authoring environment (AEM 6.2) like below -Apache Sling Thread Pool ConfigurationApache Sling Job Queue Configuration(these are factory configs) and, we have checked these in our source control system as below -/apps/myProject/config.author...
I am facing a issue with WYSIWYG html editor (rich text),The HTML editor in the WYSIWYG component is acting erratic in AEM 6.3. The issue is causing html editing to render a blank input field.Steps:To recreate this:1. Edit WYSIWIG2. Fullscreen/Expand3. Click "Source Edit"/HTML icon.4. Click minimize...
I want to create a timefield in touch ui dialog.I can do it in classic ui using xtype="timefield".Please suggest how can this output be returned in touch ui dialog
I want to create a URL like this.www.myhost.com/my-page/john.smithmy-page is an AEM page while john.smith is a parameter to the page. It's really likewww.myhost.com/my-page?name=john.smithbut the first URL that looks nicer. Is this something AEM can do (like config changes) or perhaps this is an Apa...
Hi,I am using ImageQuick Tool to compress the DAM images. I am using below snippet for conversion.try { System.out.println(" Image is Processing :: " + assetDetails.getName() + "Original Size :: " + assetDetails.getSize()); ProcessBuilder pb = new ProcessBuilder("C:\\Program Files\\ImageMagick-6...
Hi ,We are currently working on AEM 6.3, which is configured to have a separate datastore on another file system. the size of the datastore is constantly increasing and we thought of performing DataStore GC, but we are receiving the below error while triggering it from JMX console.17.04.2018 05:...
Hi everyone,Not sure if anyone else had come across this similar situation...We want to leverage the "Page Redirect" placeholder page, or even the Redirect field in a page's Page Properties, to setup a "single/global redirect" to a sister website. However, we need to be able to pass-thru query param...
Hello,I'm working on AEM - Hybris connector for my custom project, the catalog import is working fine. All the product data is available in etc/commerce/products/paintshopImages are also available in content/dam/paintshop The issue I'm facing is that images are not available when I use product compo...
Hi,On country selection, I am populating states through ajax call in select inside multifield. State option is working fine, when we have only one section (or single state in select) inside multifield.Please find below screenshot for the same.Issue: 1. Clicking on add new to add second or more state...