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
I had an existing component-page in Classic UI. I've converted dialog compatible for Touch UI using dialog conversion tool. Now, when I open page in Touch UI, I don't get any option to open dialog console in Touch UI unlike in Classic UI where an edit bar get display to open dialog console.(specific...
In classic UI, we have listeners with help of that i am able to call function. I am now changing the same to Touch UI. I am able to customize the page properties and added validation of blank field. But not sure about the function call using create button.IN AEM Touch UI Page creation, I want to cal...