Hi @akshaybhujbale Session and ResourceResolver objects that are
obtained via the SlingRequest or WorkflowSession do not close by your
application. For
example:slingRequest.getResourceResolver().adaptTo(Session.class);//OrworkflowSession.getSession();That
resolver or session closes automatically after the request has been
processed.
https://helpx.adobe.com/experience-manager/kb/Random-Resource-resolver-is-already-closed-in-the-logs-AEM.html
@Kabrawalaak I did not get the exact ask assuming that you are talking
about running the ui.test and it.test reference can you refer to below
project as an example and try
https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/it.tests/src/main/java/it/tests
https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/ui.tests
Unit testing custom
componenthttps://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...
Hi @akshaybhujbale In the JCR, Access Control resources (rep:policy
nodes) are stored underneath the node they apply to so you'd have to
create complex rules to package the ACLs without overriding the other
child resources.
@leojohn In AEM cloud there is no way that you will be able to access to
configMgr or filex console as it is restricted. Only way to update the
SMTP configuration is through the config deployment through cloud. How
every as part of the implementation you can set the SMTP variables as an
environment variables so that in future you can change the variables
directly in the environment and change the configurations
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/impl...
@dman2022 If in the case you are not able to see the replaced image in
your author instance also. Can you validate your log file and check if
there are any issues? Ideally author will not cache the image until we
have a dispatcher on top of the content in author. At any reason
replaced image should load in author if not try to validate with OOTB
image component. And if it works then could be the issue with the
component that you are using.
@dman2022 Can you tell us if you are able to see the new image in author
instance? or else are you facing the issue only in the publisher or
dispatcher.
@arvind It is some thing that we migth need to drill down. I don't have
any reference links/exampls for this. Ideally it is not recommanded to
overwrite the RTE kernal editors functionality. Just suggesting you to
write your own function with autocomplete function and call the function
in editorkernal.js