public void start(BundleContext bundleContext) throws Exception {
final ProcessToolRegistry toolRegistry = getRegistry(bundleContext);
toolRegistry.registerModelExtension(FilesCheckerConfiguration.class);
toolRegistry.registerModelExtension(FilesCheckerRuleConfiguration.class);
toolRegistry.commitModelExtensions();
//
// toolRegistry.commitModelExtensions();
new Thread(new Runnable() {
@Override