Description of problem: A KieBase containing only a CSV file is defined in kmodule.xml, when this KieBase is obtained from a KieContainer, the KieBase is empty. During construction of the KieBase, the following warning is displayed: 2013-06-07 07:53:40,853 [main] WARN No files found for KieBase kbaseCSV, searching folder /home/mwinkler/work/repositories/droolsjbpm/drools/drools-decisiontables/target/test-classes The same test works for a KieBase with XLS file. Version-Release number of selected component (if applicable): Drools 6.0.0.Beta3 Drools 6.0.0-SNAPSHOT BRMS 6.0.0 DR4 How reproducible: Run reproducer test org.drools.decisiontable.integrationtests.KModuleWithDecisionTablesTest#testNonEmptyKieBaseWithCSV in drools-decisiontables. (I will attach link to the pull request with the reproducer shortly.) Actual results: The test testNonEmptyKieBaseWithCSV fails because the KieBase is empty. Expected results: The test testNonEmptyKieBaseWithCSV should succeed.
Created pull request with a reproducer in drools-decisiontables: https://github.com/droolsjbpm/drools/pull/210
Fixed. Committed: http://github.com/droolsjbpm/droolsjbpm-knowledge/commit/7f1dfdf2f http://github.com/droolsjbpm/drools/compare/5c1c1ee...e63da69
Verified on 6.0.0.DR6.