Hi,I have a requirement where we are migrating from Windows server to Linux Server. The repository size is approximately 10TB and it has lot of custom indexes and both windows and Linux servers are on-premises.Is there any way to move the indexes from windows server to linux server?Note : In past if...
Hi i have a requirement that " usually we store image in assets , i had a carousel component, in that whenever i upload any particular image from assets in to carousel component, now i want to get the jcr:created property value of that particular image & i want to display the jcr:created(date) prop...
Hi,I am using AEM6.5 Junit with MockitoJUnitRunner I need to mock List<Node> resultList = new ArrayList<Node>();String queryString = "select * from [rep:User] where ISDESCENDANTNODE([/home/users]) and [profile/givenName] = '"+ firstName + "' and [profile/familyName] = '" + lastName + "'";Query query...
Hi,I am using AEM6.5 Junit with MockitoJUnitRunner I need to mock import com.day.cq.tagging.Tag;import com.day.cq.tagging.TagManager;public Tag[] getTags( Resource resource, ResourceResolver resourceResolver) {Resource metadataResource = resource.getChild("jcr:content").getChild("metadata");TagManag...
HiI need to rewrite the rendered page URL in AEM 6.5.11 in a java component model depending on certain conditions. What method do I use for rewriting the url?
Hi all,Requirement:Whenever content fragments are published/replicated, then the particular static page needs to be updated with the updated content fragment automatically in the dispatcher. I have set the rules in the ACS AEM Commons - Dispatcher Flush Rules:But this is not working. The dispatcher ...
After I create new template and link it with a content page (component) I tried to create new page, then I select a template, the Properties page open whit empty content and unable to move to the next? Any help
Hi, I have some separate css, js and bootstrap icons for my component. Those I have stored under vendor folder like the below. How can I call the below folder in my HTL (for my component) or should I add these to clientlib-base, if so how to add and call them ??