Hi, Am 14.03.2012 um 13:42 schrieb Brunner Basil:
>> If you deploy the ServiceMix XML API bundles you might want to remove the >> xml package exports from the default Felix framework exports (see in the >> felix folder for some properties files and the >> org.osgi.framework.system.packages property. > > If I understand the org.osgi.framework.system.packages property correctly, I > have to declare ALL packages I wanna have exported by the system bundle. Is > there something like the opposite of the > org.osgi.framework.system.packages.extra property (specify packages I want to > remove from the default packages)? Or is it good practice to specify > org.osgi.framework.system.packages with only the packages I really need? No there is no such "remove from the exports". Its just the two properties. And the default Felix install includes the XML packages in the system.packages properties. You would remove these values directly from the properties in the properties file. Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

