Hi ,I am configuring Dispatcher module in Apache HTTP Server(2.2.4 / 64 bit).Below are the configuration and Error Msg:System Configuration : Windows 7 / 64 BitWhen I Add LoadModule in httpd.conf file as below LoadModule dispatcher_module modules/disp_apache2.2.dllI will get the below CMD Error:-D:\...
Hi all, on our project we are using maven vault plugin for deploying application on AEM and I've found something like an issue. After deploying content there are no cq:lastModified and jcr:lastModified properties under jcr:content node (cq:PageContent) but if try to create page through the siteadmin...
Hello All,I am trying to get the current user that is logged in by using Jackrabbit, and based on that information have a page redirect to a new page. I was using this tutorial as a starting point http://helpx.adobe.com/experience-manager/using/developing-aem-osgi-bundles-jackrabbit.html.I was able ...
Hi,When a component is dropped onto a page, or copy/pasted, it is possible to perform some post processing using a SlingPostProcessor custom class.However, when a page is copy/pasted in the Touch UI, as the operation is using the wcmcommand endpoint, SlingPostProcessors are not invoked.Is there some...
Hi,I have one custom search page, in which I am going to use SOLR search using Query Builder APIs. I have the UI part ready. Now, I need to write a backend code for the same. Now, I have 2 doubts:Is Query Builder APIs supports SOLR?If yes, then can some please let me know how to write the backend co...