I've created an OSGI component to be used in my application. I also want to control the values in the component using run modes.
I would like to know how to create the xml representation of the OSGI component that is placed in the JCR inside specific run mode folders.
As soon as the component is activated there is a file created under /apps/system/config but this is not an xml representation.
Where can I get the xml version of the component or is there any way to create the xml representation of the component?
Appreciate all leads.