I have a scenario where we need to listeners to be registered in the same eventListener class. The listeners we are registering for two events as :1. Asset upload’s listener in DAM2. Page property changed listener for a pageadminSession.getWorkspace().getObservationManager().addEventListener(this,Ev...
I am unable to create new user in Ldap through AEM 6.0 api .I have configured All Ldap settings in AEM in Sling Cnnsole Named As:1.Apache Jackrabbit Oak LDAP Identity Provider2.Apache Jackrabbit Oak External Login Module3.Apache Jackrabbit Oak Default Sync HandlerAfter this configuration i am able...
Hi All,I need to add a custom calculated value to populate a read-only asset metadata field in DAM. Is there a handler available for me to do so?To describe further: I have added a custom metadata field for all documents and I need to display a field called ID whose value is the jcr:uuid value of on...
Hi team,We are upgrading from 5.6.1 to AEM 6.0 SP1.We have completed an inplace upgrade from 5.6.1 to 6.0 SP1 on our Dev instance.We have encountered the following issue in one of our customized bundles.1. The bundle in 5.6.1 requires com.day.crx.security.ldap.sync 2.4,3 or above and has it2. On 6.0...
I have a jsp component where I am displaying the page based on whether some node attributes condition. I have created a.json.jsp for the same page but I need to read the same json format from out of box path if those conditions are not met. If I call the page path /content/abc/a.json, it will be rec...
I've got a servlet that does bulk image upload, creates asset pages for the images, then calls Replicator.replicate to activate the new images and pages on the publish. The logs indicate that the activate is successful (both on author and publish) but the images are not actually being published corr...
Hi,currently, the dynamic media video component is not working in AEM.We ran the profile tests and all of the outputs were "ok" by FFMPEG. But when draggin the component onto the page and linking the MP4 file (which plays correctly in the DAM) the video does not show, only the controls.Playback of a...
Hi,I'm trying to produce a query that will return all pages under a path where a property is NOT present.Effectively I want the query builder query that will produce the following xpath: /jcr:root/content/site/my/path//element(*, cq:Page)[not(jcr:content/task/@finished)]For CQ 5.3 the 'exists' prope...
Hi Team,I have Global navigation component which displays the links to pages which is working fine in author instance.I have activated all the pages and when i check in dispatcher, cq removes anchor tag for the pages. It just displays page title with font color white with no hyperlink.It happens onl...