Hi,I have created new projects using the AEM Developer Tools for Eclipse. And followed the steps described in this article (https://helpx.adobe.com/experience-manager/kb/CQ5HowToSetupRemoteDebuggingWithEclipse.html) to setup the remote debug with Eclipse.Every time I started the remote debug in Ecl...
Hi,I am using OOTB comment component on my page. This works fine but in dispatcher comments are cached as a part of page. So when a new comment is added, this does not appear on the page(After page reload) unless the cache is cleared at dispatcher. I see in OSGi there is setting for communities flus...
I am new to AEM. I am trying to work through the tutorial from here:https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/website.htmlThis tutorial refers to the 'sidekick', but I have followed the tutorial to the letter, and I don't get a sidekick nor see where to add it. If I open the Chrome d...
Hello - Using Java 1.8u77, and the uber-jar 6.1.0-SP1, when trying to compile, I am seeing this error which is preventing the code from compiling.at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecut...
I am trying the keep the inputstream of a file in to the map while instantialting the workflowbut the same inputstream I am not able to get from the process step - it showing null.please help me !!Code in Servlet under below--InputStream isStream = new BufferedInputStream(pArr[0].getInputStream()); ...
Every time I load a package, even a small package (just 4 content pages), I get a message that says "Starting System Components" and it continues to spin for about 10 minutes.Has anyone experienced this issue?Thank you in advance.-Dean
When user tries to login on publish instance with userid/password .It shows 403 forbidden error on dispacther url http://abc.com/product/catalog/j_security_checkwe are using CUG concept for login with j_security_checkcurrently we are having the rule on dispacther with Rule :: { /type "allo...
Hi Guys,I am going to write AEM 6 Component Developer Certification exam. Can anyone let me know, which exam I need to take as below.9A0 - 382 - Adobe Experience Manager Component Developer Exam9A0 - 384 - Adobe Experience Manager 6 Developer Exam.I am bit confused which one to write. Can anyone...
Hi I'm just trying to call a simple wcmUsePojo class implementation from an aem component, but while doing so I'm getting below given error:org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension No use provider could resolve identifier "myClassName".The code is very simple ...