In prototyping a solution, I need to build a small node type hierarchy and sometimes need to rename a type or move a property from one node type to another. I'm new to AEM & CRX and cannot find support for doing this in the documentation. I imported a couple of node types and would now like to mo...
Hi Friends,I am trying to follow along the example on this link http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-relational-database.html and somehow my persist.json.jsp is not able to resolved the followingcom.adobe.cq.CustomerService custService = new com.adobe.cq.CustomerService();I can s...
We're having an issue where when you drag an image to an HTML5smartimage in the dialog it updates the image just fine and everything works great. But to make things a bit more confusing when you go back into the editor after closing it, it's not loading the image.In the console, I've noticed that i...
Hi,I try to use HttpSession to store some user data. I created service that save data in session and read those data for user back, path to is is defined as sticky connection. And as long we use one CQ5.5 instance it works. But on multiple instances when user go to another page that is not defined a...
Is CRXDE full version (not crxde lite) is still supported in AEM ? No major version has been released since 2011. The last one is CRXDE 1.0.1 Please let me know.Thank you.
AEM Cluster documentation mentions that only slave nodes does not delete the clustered.txt when shutdown normally.However, my observation with AEM/CQ 5.5 (and 5.6) is that master node will not delete the clustered.txt even if its shutdown normally (stop script)IF other slave nodes in that cluster ar...
Hi,i would like to copy some page with the current date.Example myPage.html -> myPage_2013-08-15_13:36.htmlThe following code copies the page but without date. It is because of such signs (-, :,....). How can you overcome this?Date date = new Date(); SimpleDateFormat df = new SimpleDateFormat( "yyyy...
Hi all,Just preface this post, I'm very new to Java development... so I could be missing something basic.Basically, I'm forking the list component in libs/foundation and want to have the pages be descending (reverse), versus the default ascending. I've tried various things in the dialog in CRXDE Lit...
Hello, Adobe folks!What is the status on the public Adobe Nexus repository? I've seen it mentioned as "unsupported" or "unofficial", but your maven archetypes reference it, and so does Obtaining the Content Package Maven Plugin. Is Adobe committed to actually supporting this repository, or is it sti...
We are not aware of the implications/limitations on creating a BP mapping pages/subpages instead of folder/pages since we´ve found out that CQ’s restore capabilities has a constraint the fact that you can only restore content under another page, and not under a folder. Has anyone can clarify me th...