Hi all, We are in the process of upgrading to AEM 6.5.15.0 from AEM 6.4+. We will also be upgrading the AEM ACS Commons and the Asset Share commons packages too. Quick question around AEM Assets Commons - Would like to understand that any of the out of the box enhancements that are part of th...
hi , I supertyped List component and created a new component with new option "Custom List". Out of the box "fixed list" links have ".html" extension, where as custom option, model I created does not generate ".html" extension. Question: what is the best way to generate .html extension (Is it u...
I am trying to create, update and build a package using curl commands, but build steps fail with response curl: (22) The requested URL returned error: 503 On /crx/packmgr when I check it shows package last built time stamp, but even on retrying build fails. On building directly from /crx/packmgr bui...
With the latest aem as cloud service sdk, com.day.cq.dam.api.collection.SmartCollection has been marked as depricated. How we can manage working with smartCollection in aem sdk?
Hi Team, I am using Adobe cloud manager API to get all things , like trigging pipeline and get pipeline details via Jenkins job using Step Metrics API able to get the json response for the code Scanning results for the pipeline via Jenkins job and tweaking the json response to read and display t...
Hi, I have a Custom component that includes a custom Rich Text Editor component using granite/ui/components/coral/foundation/include. The RTE has a property required=true(Boolean) which is inherited in my Custom component on include. But in custom component the RTE is not an required field. ...
Hi all, I created graphql persisted queries from POSTMAN and they are working fine on author and publish instance but when I am making GET call on dispatcher following error is coming. Also I have made the required changes to dispatcher.any file. Can someone help me with it?
Hi I am facing " javax.jcr.AccessDeniedException: OakAccess0000: Access denied " while uploading csv through the scheduler to DAM in AEM. Please help me figure out why it's happening and how it can be resolved. I am sharing the logs to share more context : [qtp41239703-9726] org.ap...
so I have these lines in my component <p>wcmmode.edit: ${wcmmode.edit}</p><p>wcmmode.disabled: ${wcmmode.disabled}</p> wcmmode.edit return false. wcmmode.disabled returns true. any ideas? thanksEDIT: I checked the runmode and it's listing "author" as one of the runmodes.