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