Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ravijais04
ravijais04
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
14

Posts

Posts
17

Discussions

Discussions
0

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ravijais04
Customize the badges you want to showcase on your profile
Re: Context Aware Configuration Editor - Adobe Experience Manager 08-08-2022
I appreciate your help @arunpatidar I resolved my final problem and done with my POC. we need scan the classes annotated with @configuration with below plugin and load it with required dependency. Below is the change in case someone is looking for: org.apache.felix maven-bundle-plugin true <_plugin>org.apache.sling.caconfig.bndplugin.ConfigurationClassScannerPlugin org.apache.sling org.apache.sling.caconfig.bnd-plugin 1.0.2 Thank You !

Views

54

Like

1

Replies

0
Re: Context Aware Configuration Editor - Adobe Experience Manager 06-08-2022
Hi Arun, I followed https://github.com/arunpatidar02/aemaacs-aemlab/pull/6/files and got the wcm.io editor but the OSGI configuration classes are not available in editor. I had created SampleConfiguration.java with couple of properties but they are not available as configuration to add. any suggestions. please note : i have added the configurationclassscannerplugin in pom

Views

77

Likes

0

Replies

1
Re: Context Aware Configuration Editor - Adobe Experience Manager 04-08-2022
Thanks @arunpatidar . Let me check it.

Views

100

Like

1

Replies

0
Re: Context Aware Configuration for multi tenant site - Adobe Experience Manager 04-08-2022
Hi Debal - Thanks for the response ! I am good now with using context aware configuration for my use case. Answer to your question is : Authors are gonna add the configuration to component configuration for which I will create the OSGI config classes. Now, Only challenge I have is authoring the configuration. So, exploring on how I can get the CAC editor. I have raised the query here for it -https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/context-aware-configuration-edi...

Views

78

Like

1

Replies

1
Re: Context Aware Configuration Editor - Adobe Experience Manager 04-08-2022
Thanks Manu for the reply but it doesn't talk about the Context Aware Configuration Editor

Views

116

Likes

2

Replies

0
Re: Context Aware Configuration Editor - Adobe Experience Manager 04-08-2022
Thanks Arun for the reply ! it doesn't tell me clearly how to get CAC editor in AEM? please note : I don't want to install the separate packages as described in https://wcm.io/caconfig/editor/usage.html#Editor_GUI as the external packages are always subjected to vulnerability scan. I have already added the maven dependency but it does not enable the CAC editor to me. io.wcm io.wcm.caconfig.editor 1.12.0 Now the question is, does adobe give it OOTB or is that available as part of ACS commons. P...

Views

116

Like

1

Replies

4
Context Aware Configuration Editor - Adobe Experience Manager 03-08-2022
Hi, has someone used context aware configuration editor? could you please tell me how I can get that in my local AEM instance? I read that it is already available in AEM but it is not. Any suggestions? https://wcm.io/caconfig/editor/

Views

150

Likes

0

Replies

8
Re: Context Aware Configuration for multi tenant site - Adobe Experience Manager 23-07-2022
Hi Debal, please note the following : 1. component configuration is not same for both site. 2. Yes, multiple configuration pages per site. 3. site structure will be like for SiteA : /content/siteA/siteconfiguration/confiurationPage1 /content/siteA/siteconfiguration/confiurationPage2 . . /content/siteA/siteconfiguration/confiurationPage8 the same structure will be for siteB as well i.e. /content/siteB/siteconfiguration/confiurationPage1 /content/siteB/siteconfiguration/confiurationPage2 . . /cont...

Views

105

Like

1

Replies

3
Re: Context Aware Configuration for multi tenant site - Adobe Experience Manager 22-07-2022
Thanks Debal. Actually, configuration is not same when 1:M.Components will contain different meta data/details for its corresponding site, meaning different configuration for site A and different for site B. my only concern is since there are number of components. Hence, configuration data will be huge for each site under /conf/content/siteA and /conf/content/siteB. I am just looking to optimize it. Do you recommend redesign the configuration/metadata into properties (key value pair), instead of...

Views

124

Like

1

Replies

5
Context Aware Configuration for multi tenant site - Adobe Experience Manager 21-07-2022
Hello AEM Folks, Need your suggestion whether to use Context Aware Configuration for below use case or not ! I have two different sites. both sites has number of configuration page i.e 1.config, 2.config and each config has different set of component containing the site specific configuration. site A --> configuration Page --> Components [1. marketo configration, 2. merchant services configuration, 3. feed configuration]site B --> configuration Page --> Components [1. marketo configration, 2. me...

Views

168

Likes

0

Replies

9