Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
Hi,
Thanks for your reply !
I have resolved the issue with below code
ConfigurationManager cfMgr = resourcePage.getContentResource().getResourceResolver().adaptTo(ConfigurationManager.class);
View solution in original post
The following documents could be helpful:
Cloud Service Configurations
com.day.cq.wcm.webservicesupport ("The Adobe AEM Quickstart and Web Application.")
Views
Like
Replies
Likes