On Jan 31, 2012, at 12:19 PM, <[email protected]> wrote: > > <X-MultiTenant-Bundle-Activator>org.apache.felix.cm.impl.ConfigurationManager</X-MultiTenant-Bundle-Activator> > <X-MultiTenant-Scope>BOTH</X-MultiTenant-Scope>
I checked with Peter Kriens why we need to use "X-" and not "x-". The reason is that Bnd interprets anything that starts with a lower case character as a variable. Headers need to start with an upper case. In fact, like any header, they are case insensitive, so we might want to make sure we treat them as such! Greetings, Marcel _______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers

