fail("no config");
} catch (Exception e) {
// TODO: handle exception
}
this.reg.registerComponent(DefaultRequestHandlerFactory.class, null);
RequestHandlerFactory factory = this.reg.lookup(
RequestHandlerFactory.class,
ComponentType.REQUESTHANDLERFACTORY);
try {
this.reg
.registerComponent(DefaultRequestHandlerFactory.class, null);