I have multiple threads each getting access to a service with service = BundleContext.getService(serviceRef). My question is ... does this return the interface to the single instance of the service, or a new instance (for each thread that calls it)?
Kit --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

