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...
Could someone guide me on how to clean archive workflows.I see like 10,000 under Archive tab in the workflows(/libs/cq/workflow/content/console.html)...Please let me know..
Hi,When I view the HTML source of a site on a published instance, I see markup like this:<div class="parsys iparsys parsys-header"> <div class="header parbase section"> ...Is this the norm? Or should these parsys, iparsys, parbase, etc. tags only be present in edit mode?Thanks in advance.
By default, if we upload a GIF file to DAM, an DAM Update Asset workflow automatically. If I have created a folder /content/dam/test, is it possible to exclude the path /content/dam/test from running DAM Update Asset when I update a digital asset to that folder? Do I add exclude list in workflow la...