public static void main(String[] args) throws Exception {
ExamSystem system = createServerSystem(options(
systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level").value("WARN"),
mavenBundle().groupId("org.ops4j.pax.tinybundles").artifactId("pax-tinybundles-core")
.version("1.0.0-SNAPSHOT"), workingDirectory("/Users/tonit/server")));
TestContainer container = createContainer(system);
container.start();
// container.install( bundle( withBnd() ).add( Probe2.class ).set( "Bundle-Activator",
// Probe2.class.getName() ).build() );
}