}
protected void activate(ComponentContext context) {
// hint from https://amdatu.atlassian.net/wiki/display/AMDATU/OSGiification
// dummy RuntimeDelegate
RuntimeDelegate.setInstance(new DummyRuntimeDelegate());
RuntimeDelegate.setInstance(new RuntimeDelegateImpl());
init();
}