In the KieRepositoryImpl code what is the purpose of instantiating to the DummyScanner if
the kie-ci jar is not on the classpath. Lines 120-126 in the impl. Ultimately this results
in a Not Found exception downstream but masks the true issue of the missing jar. Seems
like it would be better off throwing the exception back out to the caller so they know
they are missing the jar?
I'm just trying to get a handle on how it is all wired together and spent a couple of
hours chasing why it wouldn't find my kmodule jar when the core problem was my ear was
just missing the kie-ci.
Thanks,
Joe