*/
public void start(BundleContext context) throws Exception {
m_context = createServiceContext(context);
// The actual service itself...
UserAdminImpl service = new UserAdminImpl(m_context.m_roleRepository, m_context.m_eventDispatcher);
// Register the actual service...
context.registerService(UserAdmin.class.getName(), service, null);
// Start/open all helper classes...