Hi All,A simple question for AEM new learner...I write a java class and wrap it into a .jar file, but, in AEM (or CQ), where should I put (or other action) this .jar file, so that I can import/reference it in my own JSP?
Our build jobs are unhappy that some dependencies have gone missing from Adobe Nexus.Do we need to update some dependencies? We find it strange that artifacts can disappear from Nexus.Included maven dependency reportIncluded maven dependency:tree ✘ kresten@localhost ~ cat deps| grep unable -i[WA...
Hi,Is there a way to write this query without using joins or sub queries using SQL2?SELECT * FROM [cq:Page]WHERE ISDESCENDANTNODE(['/content/myapp'])AND LOCALNAME = 'home'AND ['jcr:content/domainName'] = 'example.com'The query in English is "Find all cq:Page nodes that are named home and have a chil...
In my bundle whenever a log is created, for example on DefaultHttpClient httpClient = new DefaultHttpClient();I get org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactoryI have created a bundle f...
There seems to be an issue with the workflow model getting saved. In spite of removing few process & participant steps, when the workflow is initiated, the workflow executes those deleted steps.However after deleting the process & participant steps, the package containing this model was taken as a b...
We want to remove the default p tag .we are using the text components very heavily.add our custom css to them. so in drop down we select the style and load that text component.I want to remove the default p tage getting added.below is my dialog.xml<?xml version="1.0" encoding="UTF-8"?><jcr:root xmln...