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 for multi tenant site - Adobe Experience Manager 04-08-2022
To install in AEM, please check the example POM changes https://github.com/arunpatidar02/aemaacs-aemlab/pull/6/files

Views

75

Like

1

Replies

0
Re: Get Country of currentPage - Adobe Experience Manager 26-05-2022
Hi @Shaheena_Sheikh, I had a similar requirement and I was able to achieve it via authoring & currentPage object. My home page which is also my language root had the name as its language code ("en" or "de" or "es" etc). Also for the same page I had to author the "Language" field in Advanced tab of page properties. Having these combined I was able to get the country and language for a specific page and its child pages. I think the authoring part will be missing in your case.Below is for reference...

Views

260

Likes

2

Replies

0
Re: AEM Session Timeout Extension - Adobe Experience Manager 19-01-2022
Thanks So Much Debal. Elaborated Well. 

Views

263

Likes

2

Replies

0
Re: OSGI R6 Reference Annotation on Field - Adobe Experience Manager 07-09-2021
Hi @ravijais04 If I understand the issue/question correctly..Can you please mention what do the OSGi values in config look like?With cardinality being multiple, you are probably adding multiple values to it. How would that resolve to a Map?You would have to get the OSGi values as a list or collection (or String[] may be).key1|value1 key2|value2 key3|value3 If your config has values like above, then you will have to get the OSGi values as list and separate the items based on the delimiter '|' and...

Views

387

Likes

2

Replies

0