We have two AEM instances and trying to access one AEM instance repository on other AEM instance. I've created workflow process where I used below to code to access. But it is throwing below exception when the process is executed.Piece of code: Repository repository = JcrUtils.getRepository("http://...
Hello. I'm new to AEM and was wondering what Adobe offers for testing pages for cross browser compatibly? Adobe Labs used to be an option, but what is there now?Thanks.
Hi,in Sightly I use local classes for my components. This classes should extend an abstract class. But the abstract class can’t be found in the classpath. It does not even get compiled.In fact I have a file structure like this:/apps/myproject/components AbstractComponent.java/apps/myp...
Hi,I can not change the rtePlugins a richtext in touch ui. I read that you could do something like that, but it is not detailed . Can you help me please ? .../text/cq:editConfig/cq:inplaceEditing/config/rtePlugins
How to limit the number of nodes returned using Node.getNodes() in AEM 5.6.1 . or is there any option to travese the child nodes with index ., say Node.getNode(index)., of Node.getFirstChild() ? This will be helpful in retreiving specific Node by its position, instead of getting all the nodes and ...
We are using list component OOB . Giving the list conditions to list the child pages.if i create child and activate the page that will shows up in the list component where i have used it both in author and publish. Because of dispatcher caching list is not getting updated. Please suggest me how to g...
Hi All ,I have an issue where i get this below dependency error in my bundle , when i open OSGI console. org.apache.sling.api,version=[2.3,3) -- Cannot be resolved org.apache.sling.api.request,version=[2.4,3) -- Cannot be resolvedorg.apache.sling.api.resource,version=[2.5,3) -- Cannot be resolved. M...
What are the various endpoints available in AEM workflow as Adobe LC workbence provides for processes like SOAP, RESTful, Remote, EJB etc.. RegardsSunil
Dear All,We are looking at using fortify as code scanning solution for one of the sites that we are going to develop on AEM.Could some one throw light on if we can integrate our cq code base with fortify and if yes, any pointer around that. thanks. RegardsSree
Hi,Recently we have decided to start using Backbone & Underscore as part of our core front-end development. However in AEM 6.0 the granite distibution that ships with the platform has two very outdated versions of these two libraries (Backbone.js 0.9.2 and Underscore.js 1.3.3). Backbone 0.9.2 is ver...