I copied the example code exactly, but it won't compile. I receive errors on all the annotations, like:"Only a type can be imported. org.apache.felix.scr.annotations.Component resolves to a package"and"Component cannot be resolved to a type" ----------------------------------------------------------...
Hello. I've an issue when I connect CRXDE with CQ5.5. In JSP's editor, the Java Content Assist is not available. So, it can't resolve 'resource', 'currentPage', etc. I don't have this issue when I connect CRXDE with CQ5.4. Anybody has the same issue? Thanks.
Our development author node went down today with the following error on every page: org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: /apps/myApp/components/page/base/base.jsp(1,1) The absolute uri: http://www.day.com/taglibs/cq/1.0 cann...
I have recently created a site with CQ5.4 using the cq-quickstart-5.4.0.jar executable jar file. In my file structure I have an author folder and a publish folder in which I am running my author and publish instances respectively. I have been able to make changes to the Geomtrixx site and see the ...
Hi, We have implemented a RESTful webservice client in CQ5 using Apache Jersey. We have run into an encoding issue in the webservice response for special characters.Special characters in Swedish & German languages (umlauts etc) do not show up correctly. The returned xml is being utf-8 decoded.In Ecl...
Hello everyone, hope you’re all having a wonderful day, I’m currently trying to connect to the JMX console’s LDAP functionality through a custom login module. I’m currently trying to use the code located on this web page: http://dev.day.com/content/kb/home/Crx/CrxFAQ/how-to-synchronize-user- with-ld...
Hi, I am a newbie to CQ5 and I am trying to follow this tutorial to create a simple page with a sidekick. http://dev.day.com/docs/en/cq/current/howto/website.html This is my contentpage.jsp <%@include file="/libs/foundation/global.jsp"%><%%><%@page session="false" contentType="text/html; charset=u...