Hi Everyone,I'm using /etc/map rules to remove /content/appname from requests. This works properly for incoming HTTP requests.However, image tags rendered in Sightly templates are not rewritten. For example, if I have an image component at /content/app1/en/news/image, the src attributes in the image...
Hi All,In order to avoid the below error, I am creating resourceresolver and session at every place(all methods) and closing it at the end of method in finally block.. Sample piece of code for creating and closing resourceresolver and session in single methodI am doing lot of operations(remove node,...
Hi,As per AEM 6-1 Touch UI component says:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Creating a cl...
I can access a component properties from an hbs template for that component like this:{{properties.title}}but I want to access the wcmmode from that (https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/global-objects.html) so I can decide to render or not some information in design or edit mode. ...
I'm trying to add a SVG graph into a PDF file using the OOTB PDF generation of AEM, but it raises this exception: java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.apache.fe...
I'm trying to add a SVG graph into a PDF file using the OOTB PDF generation of AEM, but it raises this exception:java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.apache.fel...
When loading a page in the classic UI with SOLR configured, the DAM sidebar appears empty at the following error is thrown in the error log:org.apache.solr.common.SolrException: can not sort on multivalued field: jcr\:content\/jcr\:lastModified_string_sortDoes anyone know a fix for this?
I just setup an AEM 6.1 instance with SOLR, everything is working great but i'm getting tons of this error message in my error log:04.01.2016 12:55:33.683 *WARN* [pool-6-thread-3-SendThread(localhost:9983)] org.apache.felix.jaas No JAAS module configured for realm ClientI can add a new JAAS configur...
I can't seem to figure why my edit bars in classic view works but when I switch to touch UI nothing shows up. Is it possible to have edit bars for touch UI? If so how do I go about implementing that? CLASSIC VIEW Touch UI view
Hi, Impersonation is not working for new user.In the security profile configuration added the user under impersonators tab. During impersonator login unable to find the users under impersonator drop down in touch UI. Please guide me how to solve this. Am I missing any configuration? ...