sling context in bundles
Hi, I am not an expert in osgi, just learning the ropes. So apologies if I use the wrong terminology, hope you can help.
I have a service that runs within the OSGI framework and a scheduler that triggers that service to do something on a regular basis.
That service is never called from a CQ component, so I cannot pass it parameters that are read from the JCR. Yet I want to provide it values that are stored in the JCR. How could I achieve this? Can I look up a node in the JCR from any service / bundle? How would I do this?
The example I give is in fact a configuration service that stores key value pairs. Another bundle reads from this configuration service. Now I want to store the values in the JCR (so that my authors can update them easily).