In Touch UI for AEM6 SP1, I have a system that is repeatedly displaying no items on the Sites Menu. The stack trace is below. What's the best recovery? Is it to delete compiled classes from /var or similar? 17.09.2014 02:51:02.571 *INFO* [127.0.0.1 [1410922260824] GET /sites.html/content HTTP/1.1...
Hi All,I followed the article http://experience-aem.blogspot.in/2014/01/aem-cq-56-extend-useradmin-add-new-user.html and its working fine on my local OOTB instance.I am trying to learn things and have doubts as below:1] CQ.Ext.ns("MyClientLib") is registering our own custom xtype or something?2] var...
Hello,I have problem with using Apache OpenCmis in Adobe CQ6.The problem starts when I import chemistry-opencmis-osgi-client to OSGi console.Bundle is only in Installed mode, no Active. Bugs in bundle:Imported Packagescom.ctc.wstx.stax,version=[4.2,5) -- Cannot be resolvedcom.sun.xml.internal.ws.ap...
Aside from junit tests incorporated in every build and selenium tests for components, we want to explore the use of server-side (sling-based) tests for integration testing. There will be cases where we need to test components that use references to classes such as SlingRepository or ResourceResolve...
How does one determine what is the correct version of jackrabbit-standalone***.jar for CQ 5.6.1 (I am currently working on) and for CQ 6.1 (will be upgrading to very soon). On http://mvnrepository.com/artifact/org.apache.jackrabbit/jackrabbit-standalone the latest version is <dependency> <groupId...
We are implementing journal entries in our AEM 5.6.1 implementation. When a user saves an entry and the title has spaces or other illegal characters, the characters get replaced with an underscore (_); Is there an OSGi setting or some other way to change that character to a hyphen, like the page man...
I created a new channel by overriding /etc/clientlibs/granite/clientlibrarymanager/DefaultChannelDetector.js, using the existing ie6 channel as a template to create an ie8 channel so that channels looked like this:var channels = [channel: "ie6", // or lowermatch: /MSIE ([0-6]\.[\.0-9]{0,})/i},{chann...
I have some assumptions regarding JCR and AEM, I am not sure if they are correctAssumption 1) When setting up an AEM server, it creates a JCR db. Assumption 2) All the meta data about the application is stored in the JCR nodes and properties.Assumption 3) When the CQ tools such as CRXDE lite and Web...
We are currently using CQ5.4 and now planning to upgrade it to AEM6.1. Question is can we directly upgrade from CQ5.4 to AEM6.1 or do we need to do step upgrade i.e. first upgrade from CQ5.4 to AEM (5.6) and then from AEM5.6 to AEM 6.1?Thanks,MS