|
A KieModule cannot be find for a KieContainer based component in OSGI environment. I have modofied the rules-interview-continer quickstart so it refers by releaseId to a separate Maven project that contains the Rules definition.
Steps to reproduce: 1. project: mvn clean install 2. rules-interview-container: mvn clean install -DskiptTests (notice skipping of tests - SYTestRunner cannot find the KieModule either) 3. features:addurl mvn:org.switchyard.karaf/switchyard/2.0.0-SNAPSHOT/xml/core-features 4. features:install switchyard-quickstart-rules-interview-container 5. see the log (ld) containing "java.lang.RuntimeException: Cannot find KieModule: org.switchyard.kie:project:0.0.1-SNAPSHOT"
It works on JBoss AS/EAP.
|