1 Reply Latest reply on Apr 29, 2010 4:25 PM by thomas.diesler

    Splitting up framework bootstrap config

    thomas.diesler

      The bootstrap config is copied to very many different places with slight variations in setup. I'd like to split up that config in a static part that the user should not need to touch and which would apply to all environments and a configurable part that can differ.

       

      https://jira.jboss.org/jira/browse/JBOSGI-184

       

      My initial idea is to provide a framework-config.jar that contains the static part. When the framework bootstraps it loads both bean configurations.

       

      Comments?