You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/07/15 10:43:49 UTC

[jira] Created: (SLING-1597) Support loading of initial configurations for ConfigAdmin

Support loading of initial configurations for ConfigAdmin
---------------------------------------------------------

                 Key: SLING-1597
                 URL: https://issues.apache.org/jira/browse/SLING-1597
             Project: Sling
          Issue Type: New Feature
          Components: Launchpad
    Affects Versions:  Launchpad Base 2.2.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Launchpad Base 2.2.2


It would be nice to have support for initial configurations like we have for initial bundles.
I think we should just apply the same logic (when to install/update) like we have for bundles and support *.cfg files in the same locations as we have bundles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1597) Support loading of initial configurations for ConfigAdmin

Posted by "Róbert Csákány (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913270#action_12913270 ] 

Róbert Csákány commented on SLING-1597:
---------------------------------------

I made a bundle for Felix to be able to do that - but it load .cfg files from the bundles itself. Justin recommendation (Devlist: febr18-19 2010 - Subj: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?) was that have to be part of Felix.
The bundle source is downloadable from FELIX-2100 .

To achive that goal you can make a launchpad-config bundle that includes all of the bundles configuration. If you have any suggestion to change it feel free to write. 

> Support loading of initial configurations for ConfigAdmin
> ---------------------------------------------------------
>
>                 Key: SLING-1597
>                 URL: https://issues.apache.org/jira/browse/SLING-1597
>             Project: Sling
>          Issue Type: New Feature
>          Components: Launchpad
>    Affects Versions:  Launchpad Base 2.2.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Launchpad Base 2.2.2
>
>
> It would be nice to have support for initial configurations like we have for initial bundles.
> I think we should just apply the same logic (when to install/update) like we have for bundles and support *.cfg files in the same locations as we have bundles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1597) Support loading of initial configurations for ConfigAdmin

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913562#action_12913562 ] 

Justin Edelson commented on SLING-1597:
---------------------------------------

Róbert - to be clear, this issue is slightly different than what we discussed before. This is specifically about Sling's Launchpad application launcher. Something like a JAR file with

/resources/bundles/.... (your bundles here)
/resources/config/somepid.cfg
/resources/config/someotherpid.cfg


> Support loading of initial configurations for ConfigAdmin
> ---------------------------------------------------------
>
>                 Key: SLING-1597
>                 URL: https://issues.apache.org/jira/browse/SLING-1597
>             Project: Sling
>          Issue Type: New Feature
>          Components: Launchpad
>    Affects Versions:  Launchpad Base 2.2.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Launchpad Base 2.2.2
>
>
> It would be nice to have support for initial configurations like we have for initial bundles.
> I think we should just apply the same logic (when to install/update) like we have for bundles and support *.cfg files in the same locations as we have bundles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.