Just trying to udnerstand the .tokens under user nodes. we've a custom auth handler and those nodes are still populated? Are those session cookie values?Is there a document that explain what is stored there and when and how is it used? Thanks.
I'm trying to utilize a reference to the QueryBuilder within a maven bundle, but I'm getting a Null Pointer Exception when I execute any methods on the Object that is injected. My maven install doesn't seem to throw any relevant errors or warnings, in fact within the web console, the entry for my bu...
I want to maintain single page with two or three different versions for corresponding publish instances. Example I want to maintain two different version of single page - for testing and development .I tried version for pages , but it automatically creates new versions for every publishing
Hi, I am looking at how to create a PhoneGap build from an existing website and was following the process described here - http://docs.adobe.com/docs/en/cq/current/developing/mobile/phonegap_integration.html.I wanted to create an app from the Geometrixx Media site. Unfortunately, the PhoneGap build ...
Hi,we are using the following dependency in our project: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-api</artifactId> <version>6.0.0.1</version> </dependency>Now we are upgrading to AEM6.0SP2 is there also an update...
Hi, I am uncertain as to what the relationship between the DAM and the JCR is. I had always assumed that the DAM was stored inside the JCR, but now I am uncertain. RegardsClive Stewart
We are running into the notorious 1000+ child node issue in the JCR for users, and we are trying to provide a solution without moving to a SSO or LDAP solution as the client does not have the budget for such a solution.Given the little documentation available for BTreeManager, I was wondering if the...
I think the new approach to add compile time dependencies to an AEM project has some serious drawbacks and should be changed.While providing a single .jar file containing all dependencies is very easy and handy to use for "manually" built projects, it doesn't fit the usage of build management tools ...
Hi,We're setting up permission sensitive caching with the dispatcher (version 4.1.7) and AEM 6.0. There are several examples of the servlet to use to do the actual permission check, but as far as I can see they all have the same issue. (After asking for clarification we have been directed by Adobe t...
I am using cq5.6.1I need to way that when a blog is created and activated the page will be available in publish and then it will trigger an workflow to send mails. I thought that I could use launcher. where nodetype: cq:pagerunmode:publish.path: /content/campaigns/xxxxworkflow:x But the problem I s...