protected ConfigurationManager createAdminManager() throws IOException {
dispatcherMock =
new DispatcherMock("dispatcherMock", expectations);
storeMock = new ConfigurationStoreMock("storeMock",
expectations);
storeMock.expects.load().returns(null).any();
contextMock = new BundleContextMock("contextMock", expectations);