Hi, VdhimI suggest you to find the right dependency using dependency finder.http://localhost:4502/system/console/depfinderAnd if that didn't worked, in your manifest.mf file remove version=[1.5,2) then try uploading the bundle. Thanks,Vamsi
Hi, RahujaiYou may do something like the example in the followinghttps://github.com/Adobe-Consulting-Services/acs-aem-samples/blob/master/bundle/src/main/java/com/adobe/acs/samples/taskmanagement/impl/SampleTaskManagementImpl.javaFirst get your task using task manager and then get the status of the ...
Hi, JayaYou overlay dropdownfiled to /apps folder. Can you please check the path that you used to overlay.Why did created additional coral folder in the path..../libs/dam/gui/components/admin/schemaforms/formbuilder/formfields/dropdownfield/apps/dam/gui/coral/components/admin/schemaforms/formbuilder...
Hi, Here are the hotfixes listed for AEM 6.2 SP1... https://docs.adobe.com/docs/en/aem/6-2/release-notes/sp1.htmlIf they didn't work, then create a ticket with daycare.Thanks,Vamsi
Try these approacheshttp://adobeaemclub.com/how-to-get-all-dam-assets-referred-in-a-page/http://stackoverflow.com/questions/24825459/cq-get-currentpages-jcrcontent-image-node-property-filereferenceThanks!
Hi, AkashAt the bottom of the documentation, a curl command is provided....Try this curl -u admin:admin -F "jcr:primaryType=sling:OsgiConfig" -F "alias=/crx/server" -F "dav.create-absolute-uri=true" -F "dav.create-absolute-uri@TypeHint=Boolean" http://localhost:4502/apps/system/config/org.apache.sli...