> How are you launching the framework? Are you creating your own instance 
> directly or using the Felix launcher?
Hi Richard, we are launching our own instance directly:
        _felix = new Felix(configMap);
            _felix.init();
                process(configMap, _felix.getBundleContext());
            _felix.start();

The full code is here:
https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/plugins/PluginManager.java

Thanks for your help in this

Martin

Reply via email to