Hello Team,I am working on upgrading our AEM project from 6.3 to 6.5.I don't find any option for "Content Services". Does this feature available on AEM 6.5? Developing AEM Mobile Content Services Models Overview ThanksSaravhttp://
We have AEM 6.4 OSGI installed on tomcat 8 with FORMS add-on packages.We have a sling servlet calling DocAssuranceService to reader extend forms but we are getting ThreadDeath throwable as below.It looks like this issue is triggered when Reader Extension service is executing javascripts on postSave ...
md5 hash of versioned clientLibs is not getting updated after package build and it still contains the old md5 hash.For example if I update a sample.js file in IDE and install package with mvn clean install -PautoInstallPackage, it should trigger com/adobe/granite/ui/librarymanager/INVALIDATED event ...
Hi,I'm looking to configure a custom set of breakpoints for layout mode in 6.4. I have created a custom device group:And I enabled an emulator that I created named "Screen S." I created this emulator under /libs/wcm/mobile/components/emulators/breakpoints.I pointed my template type "empty page" to r...
Hi,we experience the following problem:on a livecopy page, the inheritance was broken a a component was deleted.This created a ghost component of type 'wcm/msm/components/ghost'.So far so good. I understand that this component is there to give the author the possibility to reenable the inheritance.B...
Post upgrade from AEM 6.2 with SP2 to AEM 6.4 few of the packages are in not installed. The older version is on installed state.For the new package is showing the message as "A different version seems to be installed:"When i am trying to install manually i am getting the error javax.jcr.nodetype.Con...
Hi Team,We've a base page from where header/footer components are inherited. We have a requirement where we need to render the page content based on selectors in the page url.Eg: If the url is localhost:4502/content/poc/product.html, it loads entire content.If url is localhost:4502/content/poc/produ...
Usually the Style system works on the granular level of each and every individual component in an editable template, so may i know how can we have a global style configured and making the global style accessible for all the components. Is there any best practices or out of box features in aem 6.4 t...
I have override /libs/cq/gui/components/authoring/editors/clientlibs/core/css/overlay.less to apps/cq/gui/components/authoring/editors/clientlibs/core/css/overlay.less. and i have change changed background color like below./* placeholder */.cq-Overlay--placeholder { color: rgba(0,0,0,.3); bord...