From publish instance when i hit my site page which is localhost:4503/content/pagemane.html...it works fine in coginitve mode of chrome but it throw 5oo error and said adaptTo mechanism error null error ...how is it possible in coginitive mode page is working fine but in incogintive mode it throws e...
I am trying to create a central asset repository (using AEM Assets). There will be multiple applications/team who will be uploading their assets in this system.Each of the application/team will have their own website/app (could be AEM sites/ any othe application) which will then consume the asset co...
My problem is similar to the one described here: AEM 6.4 - Java sling servlet does not work with uber 6.4 jar, but does with uber 6.3 I have the following Servlet:@Component(service=Servlet.class, property={ Constants.SERVICE_DESCRIPTION + "=Video servlet", "sling.servlet.methods=" ...
I need to get some OSGI configuration values via plain Java class which is not registered as service so I cannot use @Reference or @Inject annotation. I have used Bundle context to get the config but it is working.public void getArticleName() { final BundleContext bundleContext = FrameworkUti...
AEM version - 6.4Reference - Configuring Smart Tags Cloud Service I have been following 6.4 smart tags configuration guide to have smart tags enabled in my local AEM 6.4 instance, however after completing the steps and attempting smart tags creation for a asset folder via the core 'DAM Smart Tags As...
Hi Team, We are facing issue with sidekick... Components ara not showing up... Anyone plz let us know how components are loading in sidekick..which default script is using??
Hi All,I am trying to reuse acs-common-email service.i am referring to email service as:acsEmailService.sendEmail(EMAIL_TEMPLATE, properties, recipients)all variables are available and in place. But i am getting following error while buiding the project:[91,44] cannot access javax.mail.internet.Inte...
We are using RTE in touch UI dialog using multi-field. Each time on adding field creates new RTE field in multi field. Now the problem is text entered in dialog field disappears when opening the dialog second time. Field is not getting auto populated with text saved in node.AEM version: 6.1
I am trying to use listeners for the nodes present inside the multifield for AEM 6.3 touch UI but the listeners are not working.The same listener is working outside the multifield.Kindly help me out in fixing the issue inside multifield.
Hello,I have a question about providing permissions for bulk users on AEM pages. Let me explain little bit more about my requirement.I would like to have a person to feed in details of multiple users in our website and request access to a AEM page. Once they submit the details, in the back-end I sho...