Hide Forgot
Created attachment 1143773 [details] Example Spring XML Description of problem: KModuleBeanFactoryPostProcessor in KieSpring is unable to load kmodule. This bug appears only under the Windows operating system. See attached spring xml, which tries to load kie module and kie bases. Version-Release number of selected component (if applicable): BxMS 6.3.0.ER2 How reproducible: Steps to Reproduce: 1. Load kmodule.xml using KModuleBeanFactoryPostProcessor. Use Spring xml code from attached XML. (<bean id="kiePostProcessor" class="org.kie.spring.KModuleBeanFactoryPostProcessor"/>) Actual results: Kie bases defined in Spring XML do not contain any resources. Expected results: Kie bases defined in Spring XML should contain resources. Additional info:
Fixed on upstream branches 6.4.x and master. 6.4.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/03c45e404523 master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/692318d507fa
Verified using BxMS 6.3.0.ER3 ("6.4.0.Final-redhat-1") and "org.jboss.qa.brms.bre.spring" tests in QE test suite.