Hi,As part of a process of migrating content, I have written Java code to retrieve binary resource stream given the Internet URL of an image. I then, create a node in the DAM and store this binary stream as its jcr:data property(under renditions/original). I have stopped all the DAM workflows as I d...
Hi,I got a weird problem here, my "components" folder is empty in CRX Lite however i can see the whole jcr structure using JCR Content Explorer. All pages are working fine so i'm assuming the nodes / structures are there.My project is maven based and i didnt find any POM or XML inconsistence and no...
Hi,We have created some custom error handler pages (in /apps/sling/servlet/errorhandler/) and they are being served as expected when we hit our publish instances directly (e.g. http://example.com:4503/foo).However when we access a web site through the dispatcher, the dispatcher does not use our cust...
I've got a variety of situations where I have a component A which uses cq:include to include component B. Both A and B are editable and have dialogs. However, when B is included in A, I'd like to disable direct editing of component B, and move the dialog tabs to A. I've seen a couple methods that ac...
Hi,Five Deployment Scenarios were discussed for AEM 6.0.In the TarMK Farm, (3rd scenario) is there an Automatic Fail over or it is manual?Please refer to http://docs.adobe.com/docs/en/aem/6-0/deploy/recommended-deploys.html#MicrokernelsAppreciate your response.Thanks,Rama.
We are testing author groups in our staging environment. When creating a page, the "Page Properties" option in SideKick is active but the popup does not display. I've tried setting permissions under /libs/cq/ur/widgets/source/widgets/wcm/SideKick.js but no luck. I've created several groups and us...
Hi All,We have requirement that user is authenticated authorization done with a some third part system.The third party system in turn returns token to AEM.Is there a better to maintain and read from cookie and maintain user session?Thanks,Kishore
Hi,As a part of my project we are trying to disable a workflow launcher before a package in installed and then enable the launcher when the installation of the package is done.And so we need some hooks on the Package Manager Servlet. We tried to detect the request via a sling filter but it did not ...