Hi Team,
I am using below code to get cloudconfig but configurationmanager is null here..any help ?
cloudConfig = pageProperties.getInherited("cq:cloudserviceconfigs", new String[0]);
final Configuration configuration = configurationManager.getConfiguration("salesforce-demo", cloudConfig);
log.info("configuration Cloud"+configuration);
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Thanks for your reply !
I have resolved the issue with below code
ConfigurationManager cfMgr = resourcePage.getContentResource().getResourceResolver().adaptTo(ConfigurationManager.class);
Views
Replies
Total Likes
The following documents could be helpful:
com.day.cq.wcm.webservicesupport ("The Adobe AEM Quickstart and Web Application.")
Views
Replies
Total Likes
Hi,
Thanks for your reply !
I have resolved the issue with below code
ConfigurationManager cfMgr = resourcePage.getContentResource().getResourceResolver().adaptTo(ConfigurationManager.class);
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies