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? ...
I was able to setup Archetype 10 type projects in Eclipse. I have few questions regarding the best practices followed during AEM development.1. There is a core folder which I believe is used to write Java code. Now if a component which is present in apps folder refers a Java class, where should I wr...
Hi All,We have a customized search which uses the below query to check for the keyword "ABC DEF"[which is provided as an input in search box on page]SELECT DISTINCT Path FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/x/y]) AND (CONTAINS(s.[cq:tags],'ABC DEF^600') OR CONTAINS(s.blocktitle,'ABC ...
Hi, I want to create a page in AEM that uses yowsup. Yowsup is an api written in python for messaging to whatsapp.I would like to write an application extension of the Yosup in Python, then call that in API. Am I even trying something reasonable. RegardsClive Stewart