Is it possible, when activating a page via a Workflow, create a version but use a custom Label and Description? By default my understanding is that when you run a page through a Workflow and Activate the page then a version is automatically created but auto increments the version label (#) and does...
Hi,I would like to know the steps and challenges to implement HTTP2 in our new AEM 6.4 environment.Recently we are moving to AEM6.4 and decided to use HTTP2 for our websites.Our target architecture would be like below one.Details:--------------1)Dispatcher Server:Linux 3.10.0-693.11.6.el7.x86_64 #1 ...
Hi All,We are using Google cloud for all our application and now we want to use Google cloud bucket to directly integrate with AEM. I have found similar documentation for Amazon s3 (Configuring node stores and data stores in AEM 6 ). We want to use cloud storage as we have large amount of asset 15TB...
I need to add three custom fields like URL field in edit profile section in USER PROFILE component.I have written three classes.Following are the classes' details:1) Interface BlogUserProfile.java extends SocialComponent2) Class BlogUserProfileComponentFactory.java extends extends AbstractSocialComp...
Has anyone worked on IBM Websphere integration with AEM 6.4 ? How feasible is it to re-use the e-commerce components in AEM.What all challenges have you come across while integrating this?
Hi All,I am trying to add a Java component bean to an AEM 6.3 component in Eclipse.I have added the following Java class to the "core" section in the Eclipse project :-package test;import com.adobe.cq.sightly.WCMUsePojo;public class TestComponentBean extends WCMUsePojo{ @Override public void a...
Hi Folks,I am upgrading AEM 5.6 to 6.3 and encountered some this issue along the way.Below is the command I used to initiate the upgrade.java -server -Xmx4096m -XX:MaxPermSize=512M -Djava.awt.headless=true -Dsling.run.modes=author,crx3,crx3tar,nosamplecontent -Doak.queryLimitInMemory=1000000 -Doak.q...
Hello.I have a doTag() method where resource resolver is derived using: SlingHttpServletRequest request = (SlingHttpServletRequest) pageContext.getRequest(); resRsolvr = request.getResourceResolver();When am trying to close the resRsolvr object, My component never works.May I know ho...
We are using AEM 6.3 SP1 and have cases where using SimpleSearch has brought down our AEM instances with one user doing a query with unicode characters. A simple example is something likeimport com.day.cq.search.SimpleSearch; import com.day.cq.search.Predicate; import com.day.cq.search.result.Search...