On Friday 08 June 2007 02:55, Peter Neubauer wrote: > Well, > I am having issues with propsloader not working properly with 0.9.4, > it may be that this is the change that causes 0.9.5-SNAPSHOT to work? > > > http://scm.ops4j.org/browse/OPS4J/projects/pax/logging/service/src/main/jav >a/org/ops4j/pax/logging/internal/Activator.java?r1=4689&r2=4690
Thanks for the pointer. That ManagedServiceFactory has been keeping sneaking back in all the time. Anyway; This bundleContext.registerService( ManagedService.class.getName(), loggingServiceConfig, configProperties ); is probably not good. Registering the service under ManagedService name ain't smart, and also I think a SERVICE_ID should be provided. So, I am fixing that, and will then cut 0.9.5. Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
