Cannot find KieModule: with LATEST or RELEASE in BRMS
Issue
- I get the following Exception when I load a kjar in my application but the artifact (test:test:1.0) exists in my local repository (~/.m2/repository). The kjar was generated by business-central. There is no issue when I set actual version (e.g. 1.0)
wagon http use multi threaded http connection manager maxPerRoute 20, max total 40
java.lang.RuntimeException: Cannot find KieModule: test:test:LATEST
at org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:108)
at org.jbpm.runtime.manager.impl.RuntimeEnvironmentBuilder.getDefault(RuntimeEnvironmentBuilder.java:180)
at org.jbpm.runtime.manager.impl.RuntimeEnvironmentBuilder.getDefault(RuntimeEnvironmentBuilder.java:160)
at org.jbpm.runtime.manager.impl.RuntimeEnvironmentBuilder.newDefaultBuilder(RuntimeEnvironmentBuilder.java:390)
at com.sample.CallKjarTest.createRuntimeManager(CallKjarTest.java:47)
at com.sample.CallKjarTest.testProcess(CallKjarTest.java:34)
...
Environment
- Red Hat JBoss BRMS
- Red Hat JBoss BPM Suite
- 6.0.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.