private void configureImporter(ConfigurationConfigurableCollabReview collabReview, ConfigurationData config) throws Exception {
Importer importer = new Importer(collabReview.getWorkerDaemon()); //((ImportWorkerFactory)getFactory(config)).create();
collabReview.setImporter(importer);
importer.setCollabReview(collabReview);
ImportWorkerFactory factory = (ImportWorkerFactory) getFactory(config);
factory.setCollabReview(collabReview);
importer.setImportWorker(factory.create());
}