Hi Guys, I hope you can help with this.We are currently Upgrading from 5.4 to 5.6.1 and have and issue that when trying to edit the properties of a page in WCM the dialog does not display.In the browser console there is a JavaScript error.Uncaught TypeError: Cannot read property 'xtype' of null in W...
Hi, Would anyone be able to confirm me that if I created different workflow steps, they should be executing in order? I created a workflow to create a specified size of thumbnailsThen use that thumbnail in a custom process to create a folio manually. Another custom process is to call an API int he d...
Hello, I would have a question concerning AEM OSGi Console. In the AEM OSGi Console there is a Menu Item "OSGi" and if this menu Item is clicked a slide down menu appears with "Bundles, Configuration, Log Services and Services".My Problem now is that the "Configuration" Menu item is disabled at my A...
Hi Guys,We currently have an issue with embedded client libraries often breaking when changes to CSS or JS have been made, and also when deploying packages to publish.We have a workaround, which is to rename the client library and rename it back. This gets it to recompile and work.Is there a known c...
In CQ5.6.1 to enable the "Did you mean? " in the search component, all you had to do was to added the spellchecker line in the workspace.xmlhttp://docs.adobe.com/docs/en/crx/2-3/developing/searching_in_crx.html#Spell%20Checker%20(Did%20You%20Mean?%20...)This all well and good, but in AEM6.0 this isn...
I would like to be able to cache pages that have a query. E.g, those with a querystring such as www.domain.com?q=searchWe're fronting our installation with Akamai, and Akamai is already caching these URLs, but each 15mins Akamai will go back to the origin and fetch straight from the publisher again....
I'm trying to write a workflow process which reads the value of a node in a XML file and then writes itto a content node with various properties. My problem is when reading the XML im using the org.w3c.dom.Node librarywhen writing or finding a node on the JCR i'm using import javax.jcr.Node library...
I have created a custom Workflow step for AEM 6.0. I created a class that implements com.adobe.granite.workflow.exec.WorkflowProcess. I need to get the jcr session and session.adaptTo(Session.class) is returning null. session is not null and its type is com.adobe.granite.workflow.WorkflowSession....
Hi,We have a requirement that depending on the category of the asset , a list of metadata needs to be applied to that asset ( eg, marketing asset have a different set of metadata than product asset )Is it possible to achieve the same with AEM asset metadata schema or somehow else?