We are working in an AEM 6.1 environment and have created an activation preprocessor that will stop pages from being activated if certain attributes are not set. That works great but we'd also like to change the error message that's displayed by the activation process when the preprocessor throws a ...
Hi All,In java use API I can resolve a path(String) to resource and know if that resource exits or not. But in java-script use API, I am able to convert a path(String) to resource using (granite.resource.resolve(path)) but how can I know if the string path which I converted to a resource exists in ...
Hi,We are going to reindex all repository via removing crx-quickstart/repository/index folder.After that run compaction.Is there any risk of such a procedure on production environment?Thanks,Alex
I am using AEM 6.1 and am experiencing some weird behaviour with the 'resolve' method of the ResourceResolver.I have a bunch of mappings that work correctly on the live site, when I use the '.../system/console/jcrresolver' to test my mappings I get the following result:'https://acc-company.com/nl/si...
We are seeing spurious merge conflicts on publisher instances (AEM 6.1SP2) such asmerge-conflicts.log.2017-05-29:29.05.2017 09:20:09.437 *DEBUG* [172.18.27.44 [1496042409277] POST /bin/receive HTTP/1.1] org.apache.jackrabbit.oak.plugins.commit.ConflictValidator Commit failed due to unresolved confli...
Hi,Can anyone suggest on the below issue.I'm using ?wcmmode=design with my content URL and i can see a component group "Project ABC" in my sidekick. But i didn't select the component group(Project ABC) in the "Allowed components" of Design section. I didn't set the read permission for the component(...
Hi,I am using template editor in AEM 6.3.I created a base template under /conf/my_project/wcm/settings/template-types. Now i am creating a lot of templates from the base template.I have header and footer which are being shared across all pages irrespective of templates.If i put header and footer ins...
we are trying to unit test our wcmuse pojo class with the AEMContext api. But getting null pointer exception in the line where we use get() in the activate method. Has anyone faced similar situation. I am seeing reference links which talks about testing WCMUsePojo using mocking frameworks like M...