I started and checked AEM in debug mode, text is in Chinese language, however log is printing invalid characters.
When I copy paste the text on editor it is in Chinese only. Not sure why AEM node and resource API is not returning actual text.
Could you share any code/API which ensure same text is g...
Hi All,
I have Chinese content in node property.
When I am reading this content using node.getProperty("text").getString()
or
ValueMap.get("text").toString()
Both these methods are returning non readable characters sequence like ??????
Could anyone help how to read Chine text in AEM. Howeve...
Hi Folks,
I am using AzureAD/AEM SAML for SSO user authentication.
It is working as expected. We have coveo agent/connector which need to access sitemap page for that we need to skip SSO authentication.
Coveo agent trying to access sitemap page form dispatcher url. For this SSO authentication n...
It is registered in osgi config error handler.
/mysite
Hoever it is not working.
It is working when I register as
/mysite/
and servlet path as /mysite/myservlet then it is working.
My requirement is to make the sling servlet working at path /mysite only.
localhost:4502/mysite?param1=val1
Code i...
Hi Folks,
I need to write a sling servlet either part type or resource type anything is acceptable
1. Extension less
2. Selector less
Something like below
localhost:4502/mysite?param1=val1¶m2=val2
Path type servlet always need 2 level of hierarchy i.e. /bin/ or /mysite/, Can it have path ...
Hi Folks, I have written a servlet which is working fine in AEM cloud author instance, returning the string response. When I call the same servlet in publisher+dispatcher instance, response is empty, though the response code is 200. Attached for your reference. Any help is highly appreciated. Than...
Hi Arun, Very weird but it is true. Yes I can see the configuration in developer console. But I am no able to see the run modes in cloud instance. Usually we can see in status --> sling settings in OSGI console in regular AEM instance. Where should I check the run mode in AEM cloud? Status json is n...
Yes all configurations in the format of cfg.jsonStill these are not working. Local everything looking good. No code change in local and what we have in cloud pipeline. I think cloud manager has different process and treats run mode differently. If anyone can share some insights will help.
Hi Folks, I am keeping the run mode folders in ui.config in cloud maven project.Everything is working fine in local.When we deploy the application using adobe cloud manager deployment pipeline, I don't see osgiconfig folder and child run mode folders in content tree.In filter.xml all run mode folder...