Hi All, We are in middle of migrating from the old code base to new codebase. As part of which I want to keep both the project running and getting deployed to AEM as Cloud Service. For this I have created this sample project structure. My Parent pom which you see in the above screenshot below <?xml...
Hi All, vanity in page properties works fine i.e https://www.test.com/abc redirects to https://www.test.com/en/samplepage.html but to make it redirect to with using query parameter , do we have any custom solution to manage from page properties how we can append parameter fname=aa&lname=bb from page...
Hi All, Unable to see "Auto-start workflow" option on asset folders in Local AEMaaCs SDK. Looks like this feature is not enabled on any local set up its available on the Cloud Service Instance. Anyone can you let me know, how to configure custom workflow on folder for development activity as it invo...
I have Next Generation Dynamic Media set up, and I'm trying to figure out how to tell if the author selects 'Local' or 'Remote' in the dropdown for the authoring dialog of the Image V3 component. Would really appreciate any help. https://experienceleague.adobe.com/docs/experience-manager-core-compon...
Is there a way to jcr query or sql query all the assets by the replication status? For example something like this.type=dam:Assetpath=/content/damproperty=replication/isActivatedproperty.value=true
Hi community I want to write a generic rule to deny this type of path/content/dam/myproject/asset.jpg/.4.json/content/dam/myproject/asset.xls/.4.jsonI already have this rule in dispatcher and its not applying for this paths/0081{/type "deny"/selectors '((sys|doc)view|query|[0-9-]+)'/extension '(json...
We have two components:Book Component (sling:resourceSuperType="xyz/components/image")Book Listing Component In Book Component Model Implementation, init method we are using Modal Factory to get image model. "image = modelFactory.getModelFromWrappedRequest(request, request.getResource(), Image.class...
Hi All, Logger statements are printed twice but the code executes only once. Any idea on this? I verified in local Windows stand-alone and Cloudfront servers that also same issue logger statements are printing 2 times. AEM: 6.5.13.0 Regards,Shyam
Hi,I have a requirement to query results and paginate them based on search criteria. but i don't find pagination component in AEM 6.5. How should I implement it. Best regards!