m_dm = new DependencyManager(m_context);
Component comp =
m_dm.createComponent().setImplementation(this)
.add(m_dm.createServiceDependency().setService(ConfigurationAdmin.class).setRequired(true));
comp.addStateListener(new ComponentStateListener() {
public void started(Component c) {
latch.countDown();
}
public void starting(Component c) {