Hi,In AEM 6.1, we do not have to close the resolver if we are getting resource resolver from sling request or workflow session.But in an OSGI component if we are getting the ResourceResolver from ResourceResolverFactory as below@ReferenceResourceResolverFactory rrf;...public String getData() { ...
Hello,The site I work on was recently upgraded from 6.2 to 6.3. We have several components that utilize a RTE in a dialog, and after the upgrade, one component dialog in particular was throwing a JS error upon being opened, and we were unable to switch between tabs/use the RTE. The error is:Uncaught...
Hello everyone,I found this article: RTE plugin menu is not visible until you click inside the RTE textarea in AEM 6.3 touch UI dialogwhere I read that for multiple RTE this is not a bug, but a feature. But still... Guys, can I display my single rte-plugin menu after I just open my component in aem ...
I created one datasource in AEM cloudservices based on a SAP-WEB-Service. I used this within an AEM FormDataModel and configured it. When testing this FormDataModel, an error is shown instead of a propper result:com.adobe.aemfd.dermis.authentication.exception.AuthenticationException: AEM-AUT-001-007...
Hi All,I have written a servlet which will be executed when below url is called:http://localhost:4503/content/experience-fragments/TestProject/en-us/banners.searchConditionalContent.json?tags=test/sources/512This url fetch the correct data based on the query written in servlet service. Now on publis...
Hi All,I am seeing below screen when access to the AEM.I checked the log the see follow error:My EnvironmentDoesn't anyone know how to fix it?ThanksForrest
Hi all,I am seeing below article.Mitigating serialization issues in AEM I am confused how to modify the the JVM startup parameters of the CQ jar? I am not sure I should add -javaagent:<aem-installation-folder>/crx-quickstart/opt/notsoserial/notsoserial.jar to where .Thanks