@Test
public void testAppWithGlobalRepositoryBundle() throws Exception
{
AriesApplicationManager manager = context().getService(AriesApplicationManager.class);
AriesApplication app = manager.createApplication(FileSystem.getFSRoot(new File("test2.eba")));
IsolationTestUtils.prepareSampleBundleV2(bundleContext,
context().getService(RepositoryGenerator.class),
context().getService(RepositoryAdmin.class),
context().getService(ModellingManager.class));