Hi Have servlet which using querybuilder refrence. When i am writing Junit for that servlet and mocking of querybuilder is not working. I am getting null value for Querybuilder while running the junit . package com.sample.core.servlets;import static org.apache.sling.api.servlets.ServletResolverConst...
We have a 6.4.4 AEM instance and configured a external solr search. But we have the problem that not every update (add or delete) changes the solr index. We could not find out why. So after some time the index becomes out of date. Our solution is to delete the old index and create a new.The index is...
Hello Community - I have some issues with the bundles which is causing the issues with authoring the components in the project. The bundle has several sling models and servlets in it. If I install the same bundle in my local, I am able to successfully activate the bundles, activate the models and se...
We have a global dialog which has a a couple of text fields and a RTE which is being referred in multiple components using sling:resourceType - granite/ui/components/foundation/include and path properties. So far it works fine. Now we created the RTE plugins and UI settings as separate nodes and we ...
I know replication privledges are tied to both Activation and Deactivation of content. Is there anyway OOTB to give an author the ability to activate content but require them to use an approval process for deactivation? Seems like it should be simple enough as an OOTB feature.
Hello all,We have created the config folder in vue project the hierarchy is something like this :-config -dev.env.js-prod.env.jsand how the configurations will pick when this bundle has deployed into AEM.Or need some assistance on how to manage such things based on the environment in Vue+AEM. Many T...
i have a group called approver inheriting permission from OOTB content-author and workflow-user. A simple workflow attached in the image. But when the admin starts the workflow on a page, the workitem is present in the inbox of approver and he is able to add annotation to the page. but he is not abl...