I'm using a copy of the image-fondation-component (/apps/foundation/components/image/cq:editConfig/cq:dropTargets/image) with accepts image/* and groups media. Now I want to configure the image component so that only images from the DAM are allowed (and especially no upload from a Windows Explorer)....
Hi, I read the following forum post: http://forums.adobe.com/message/4296426, like to get confirmation that this is how we need to implement our solution. This is the problem: we have a component that displays a link to Vimeo if the user is logged in, and a link to the login screen if not logged in...
Hi All, I am working on CQ5.5. The following environemnt we areusing for development. CRXDELite < - > Eclipse Java Content Repository Perspective < - > VLT Check-in/Check out <-> J2EE Perspective <-> SVN CRXDELite, Eclipse Java Content Repository Perspective ----> component/template creation (mai...
I am working on integrating Hybris with CQ ecommerce. I am following the documentation on - http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-framework.ht ml However one of the steps is to import the catalog from Hybris into CQ through the Hybris catalog importer - http://localhost:4502/etc/...
I would to change the default login page (to /content/ethz_ch/Login) I configured tha page by "Day CQ Login Selector Authentication Handler": In ./launchpad/config/com/day/cq/auth/impl/LoginSelectorHandler.config I see auth.loginselector.defaultloginpage="/content/ethz_ch/Login" as expected. I then ...
Hello,we are trying to enable RMI access to our CRX.My understnding is that we need to need the following setup: In order to set up RMI, you will need to change the configuration in the CRX instance. Here are the steps:Go to : Your_CRX_Folder/server/runtime/0/_crx/WEB-INF/web.xml and uncomment follo...
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" ----------------------------------------------------------...