Hi masters!I'm working on Multi Site Management, on AEM 5.6.1.I've configured a blueprint and a livecopy, and all works fine with ootb components (text and image components tested). I can roll-out changes on blueprint pages to livecopy pages, and the 'inheritance' functionality is working fine. I me...
Hi,I'm following these instructions: http://dev.day.com/docs/en/cq/current/getting_started/download_and_startworking.html, I've downloaded 5.6.1 jar and ran it. I'm getting the same results when I run it either by double-clicking the jar, or running a script. I'm running JDK 1.8.0 64 bit server.http...
Do not know why my question was deleted.I've configured LDAP Callback functionality in CQ5.6.1 and my code is as below -public class SyncUser implements com.day.crx.security.ldap.sync.Callback{ @Override public void onUserSync(User userToBeSynched, Map<String, Value[]> attributes, ValueFactory value...
It is considered best practice to create separate OSGi bundles for the API and implementation of a service. I use multi-module maven projects so the modules are arranged like this :-parent |- all |- config |- content |- services |- taglib |- viewThe 'services' module is where (up until now) I create...
Hello, I have a page that is built with content from other pages using several reference components. But there are a couple of requirements that I'm not sure how to fulfill.1.- When the page is activated the referenced content have to be activated as well.2.- Authors should be able to modify the ref...
I'm trying to create a very basic custom tag that behaves like a c:if tag but with a built-in condition. The problem is that when I try to load a page that uses this custom tag, I get a NoSuchMethodError when it tries to call setJspContext(). As far as I understand, that only applies to simple tags ...
Occasionally when trying to save a node in crxde lite, I get an error message that pops up that says "Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. org.apache.jackrabbit.core.data.DataStoreException: Could not add record" I also notice the same error in...
My requirement is, user will enter userid and this userid will be validated by 3rd party system using REST call from CQ. Now once user is validated in 3rd party system then user should be able to login to CQ. Users will never be stored in CQ. So, for implementation purpose I am thinking about custom...
Hi, I have a workflow that executes another workflow as a Container step. The problem is that the sub-workflow is executed from under "admin" user, not the one who launched the main workflow. Can I get the sub-workflow executed from under the actual user or pass the user information to the sub-workf...
Hi ,I am facing a small issue with the ddpathfield xtype (https://github.com/Adobe-Consulting-Services/acs-aem-commons/commit/a1d2050ab766f0456c9988329a8e4f98bf262d0) right now .It works properly if I normally drag a file inside the field , but if I remove the file again and then again dragging ano...