Hi ,How to get the AEM DAM Assets name and count via query? We are using the MongoDB as repository in AEM and want to retrieve the assets that is uploaded on specific date either via query or programmatically.Can anyone provide the any sample? Thanks~S
We are seeing this error in the logs. I've seen that the vendor who wrote code for us is using something like this ResourceResolver resourceResolver = request.getResourceResolver(); QueryBuilder queryBuilder = resourceResolver.adaptTo(QueryBuilder.class); Session session = resourceReso...
Dear Team,I am trying to figure out the link issue in my custom text component. But not able to find out.When I am creating new link by using my custom text component, then my link is coming in the next line and also it is broken, as shown in below screenshot.
Dear Team,I am trying to figure out the link issue in my custom text component. But not able to find out.When I am creating new link by using my custom text component, then my link is coming in the next line and also it is broken, as shown in below screenshot. Thanks,Sunita
Hi there! I am a complete greenhorn to AEM technology, on the other hand I possess extensive knowledge of SFDC.From the documentation, I understood that it is fairly easy to create a connection from AEM to SFDC and create Leads or query and show data in AEM from SFDC.The requirement of my project i...
Is there a way to read a file as Java.IO.File in AEM, because I need to pass a Java file object to a google api method and file is present on my computer file system. I tried various method like adapting a resource to File or getting file from BundleContext, but non of these worked for me.Actually t...
I've faced with the issue, that sometimes Apache Web Server (with dispatcher module 4.1.11) returns '403 Forbidden' response when not cached page is concurrently requested by several threads.I have the following environment:virtual host running in a private cloudOS: CentOS 7.1Web Server: Apache HTTP...
Hi All,Details as below :There are two date properties, being used on a component which appears on a specific template. Now the requirement is to retrieve these values by making an AJAX call to some third party service. I have no clue as to how to go about this. Any thoughts/pointers on this will be...