4142434445464748
} @Override protected void doStartBundle() throws Exception { // activate the HttpService this.httpServiceActivator = new Activator(); this.httpServiceActivator.start(this.getBundleContext()); }
4344454647484950