Hello, recently i have been trying to solve some problems with my AEM instance i dont know what is causing the problem. Me and my team received this file which i run with the comand java -jar, the crx-quickstart and the instance starts. The problem is that i can properly edit the projects becase the...
I have 7-8 components on a page, and all these are the same component with different content( authored differently). Now I want to hide the 4th component for a particular user and the 7th one for another particular user group. Any idea on how to achieve this? The only thing that is making it hard fo...
I have a scenario where we need to upload assets , then create content fragment and set link of uploaded assets in content fragments , is there any efficient way to do this ? We are using AEM 6.5
Hi Everyone, As part of service pack 6.5.17 release notes 6.5.17 release notes , I can see now there is a sorting/paging feature available in standalone AEM 6.5.17. Is this feature really available in standalone AEM 6.5.17? If yes, could you please let me know how can I use this sorting feature in m...
Hi, Under urls mapping in resource resolver factory, I am trying to put a rule with complete domain name e.g. /content/abc/us/en\.html < https://abc.com/ but this rule is getting skipped and have no effect. On further analysis, it seems colon (:) after the https is the culprit. If I remove it from t...
Hello Everyone!We have a requirement to reactivate/reload the specific OSGi service programmatically based on changes on certain nodes (especially, content fragment data). Is it possible to programmatically reactive/reload the specific OSGi service? If so, sharing any example or sample code snippet ...
Hi, I'm using AIO Java SDK which uses OAuth Credentials and setting Environment variables. Its working for Non prod and Prod. But how to restrict the OAuth API Credentials to work only for Prod.? Thanks,Bhargav
hi folksI am trying to embed one of our java client libraries into AEM. I followed:https://www.linkedin.com/pulse/how-add-third-party-bundle-you-aem-package-veena-vikraman/ in ui.apps, I created an "install" directory with the client lib ( which was converted into a OSGi bundle)In content-package-m...
I got requirement that to filter un-used assets present in dam-> I have written servlet and triggered SQL-2 Query to fetch all assets from dam, I am getting the all dam assets. My Code to fetch the assets RowIterator rowIterator = queryResult.getRows(); while (rowIterator.hasNext()) { Row row = row...