Hi Juanjo, On Tue, Jan 13, 2009 at 12:55 AM, Juanjo Vázquez <[email protected]> wrote: > ...How could I initialize PROP_CUSTOM programatically? > How could I manage PROP_CUSTOM changes? (using Felix console SAVE button)...
See the SlingServletResolver class (http://url.ie/12ou) for an example, the PROP_SERVLET_ROOT there is very similar to what you want to achieve, including a default value. When the config is saved in the console, the framework will deactivate and activate your service again, so reading the values in activate() is sufficient. -Bertrand
