I have two Sling Models: @Model(adaptables = {SlingHttpServletRequest.class, Resource.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class VideoGridItem { @SlingObject private Resource resource; @SlingObject private SlingHttpServletRequ...
Hello Team,I am facing a unique issue with JSON Exporter on my local machine. Whenever I try running a JSON Exporter service I receive below error in the log file.org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingExceptionjava.lang.LinkageError: loader constraint violatio...
Hi Everybody,I have a component that I need configure in your htl file a parsys.I was using this code bellow in htl file.<sly data-sly-resource="${ @ resourceType='wcm/foundation/components/parsys'}"></sly>So I want that in the parsys the user can only add specific components.Anyone can help me how ...
Hi All, In AEM 6.3 author, using assets console, https://<hostname>:<port>/assets.html/content/dam/xyz, when we are try to delete any image, its failing with error, “Failed to delete.” And when we check in browser console, we are seeing the exception, POST https://<hostname>:<port>/bin/wcmcommand 5...
Hi Team,We are trying to load "geodb.mmdb" which is present in resources folder in our AEM bundle code. Maxmind uses this mmdb file. Code for loading the file:File database = new File(classLoader.getResource("geodb.mmdb").getFile());dbReader = new DatabaseReader.Builder(database).build();We are pret...
I have one author and 4 publish instance. How to do repliaction in this condition. How to configure it. how much agent we need to have for completing it?
Hi,When I create a property page, input the content and click the Create button. The aem save very slow, the user don't understand it saving. So they click again on the Create button. After that the aem save two time and the content is duplicate (it create two page content). I want to display the gi...
Hi,We have one requirement where we need to customize workflow item payload arguments field, not the custom process arguments.We need to add few text fields and asset upload functionality in workflow item tab.we tried to overlay the jsp but it is effecting all workflow model Workitem. Is there a way...
Hello all, I am trying to move images from http://localhost:4502/assets.html/content/dam/images to specific folder , but unable to render back the same as reference is not reflected after using "Move" . The same is tried with DAMADMIN , but could not succeed.Please suggest.Regards,Pavan