}
});
//this is for classworlds 1.1 launcher which use System.exit()
//explicitly after lauch Main. To avoid System.exit() being invoked
//during servicemix runing, we need keep ServiceMix main thread alive.
container.block();
} catch (Exception e) {
System.out.println("Caught: " + e);
e.printStackTrace();
}