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...
Hi Adobe, We are trying to integrate CQ with CXF to consume webservices. As per recommendation by CQ from one of the posts, switching classloader makes the OSGI container aware of the class. We tried that option and were successful in integrating the webservice. But the classloader switching is caus...
I'm creating java servlet and I have problem with compilation. It says "The method adaptoTo(Class) is undefined for the type ResourceResolver". I'm following this tutorial and when I try to compile it, I get this error:The method adaptoTo(Class) is undefined for the type ResourceResolver line: 81Thi...
Hi,I'm looking a way to get hold of the child nodes in the order of the node names using any API. The oob api getNodes doesnt have any overloaded method which i can use to sort the child nodes using node name. i stumbled upon the BTreeManager, but not sure if that can be used for that purpose.I can ...
I need to display labels "New" and "Updated" besides the links displayed on a page on my website.For this I applied a logic of checking number of versions. If number of versions are more than 2 I displayed "updated" else i displayed "New". I am able to achieve it in the Author environment.But in Pub...
I'm using Adobe CQ 5.4 and would like to write a custom login module to authenticate across my database. However in the link http://dev.day.com/docs/en/crx/current/deploying/custom-login-modules.html, instructions are given for 5.5 only. Would like to know if there is any way that I can do this in C...
I have to set a file server as docroot in dispatcher.any, where the cached files will be stored. While doing this, I get an error in the dispatcher log file "Unable to create parent directory [\\myFileServerPath]: Invalid argument". The pages cannot be cached. If I change the /docroot value to a loc...