New reply on DataCleaner's online discussion forum 
(https://datacleaner.org/forum):

Dennis replied to subject 'NoSuchComponentException error when reading Job file 
in Java'

-------------------

Hmmm... Sounds like either the basic-filters jar hasn't been loaded properly, 
or that the component scanning hasn't been set up.

When you're creating the configuration, try to use this (along with other 
configurations you need, of course):
final DescriptorProvider descriptorProvider =
    new ClasspathScanDescriptorProvider().scanPackage("org.datacleaner.beans", 
true);
final DataCleanerConfiguration config = new 
DataCleanerConfigurationImpl().withDatastoreCatalog(datastoreCatalog)
    .withEnvironment(new 
DataCleanerEnvironmentImpl().withDescriptorProvider(descriptorProvider));

If you don't want everything available, but only specific components, you can 
use the SimpleDescriptorProvider instead.

-------------------

View the topic online to reply - go to 
https://datacleaner.org/topic/1186/NoSuchComponentException-error-when-reading-Job-file-in-Java

-- 
You received this message because you are subscribed to the Google Groups 
"DataCleaner-notify" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/datacleaner-notify.
For more options, visit https://groups.google.com/d/optout.

Reply via email to