Hi All,I have created simple template and component and componet's jsp has belo html tags.<%@include file="/libs/foundation/global.jsp"%><%-- customer service form component. <%@page session="false" %> --%><html><head><title>Hello World !!!</title></head><body><h1>Hello Sling Servlet!!!</h1><h2>T...
I see my dispatcher.log being filled by a messageUnable to create parent directory <here_goes_my_doc_root>/content/abc/en/part/1120431/0046: Too many linksI didn't get a single clue where this error is pointing to. Thanks.
Hi All, I have created component which has reference to jquery and third party corousel js's.I have created client lib node and created js.txt and updated these js information.Below error seeing on browser console. Uncaught TypeError: undefined is not a functiontravelCorousel.html:19 (anonymous func...
The problem: Google is crawling and indexing our site (good) but somehow they're indexing certain pages all the way down to the component level. This is likely because they're following JavaScript links for AJAX-generated pagination and the like. Clicking any of these links obviously ends up with...
I have tried creating new groups through programatically. Created folders and required files and filter.xml using java API. Developed a maven script which uses vault plugin to create the package using the folders and filter.xml created above. When i try to build the package getting below error[ERRO...
Hi Sir, I am trying to add user controls developed in dotnet to cq5 as dll files.Is it possible to add an external dll file in AEM (Adobe CQ5 )?Thanks in advanceRG
Hi,I have a job that runs on all publisher instances and continuously touches some pages (it modifies their cq:lastModified and cq:lastModifiedBy properties). I was expecting the pages to be invalidates from the dispatcher cache as a consequence of this, but they are not.Of course I can modify the p...
I want to trigger a workflow automatically when I upload files to a certain folder.The workflow is launching when an asset is uploaded, however it's going stale. If I explicitly activate the workflowon the asset then it runs successully. I set the event type to "created" and the nodetype to "nt:file...
Hi,Is there a way to configure dispatchers to automatically invalidate all pages that match a given pattern (e.g. home.products.xml) only for 1 day in the dispatcher cache?Thanks.