The Drools 6.1 adapter allows you use a Knowledge Base (KB) build by the KIE workbench. KIE introduces a new configuration and convention to build KBs using Maven. A KIE project or module is simply a maven java project with an additional metadata file META/knowledge.xml. The KB can be accessed by OpenCDS and by the KIE workbench as is described on the following figure.
In order to select a specific KB in you DSS request, you will need to use the Maven coordinates. For example, to select the maven module with the following coordinates:
groupId: org.opencds artifactid: drools6-adapter version: 1.0.0
You will need to use the following identifier in your DSS request:
scopingEntityId: org.opencds businessId: drools6-adapter version: 1.0.0
This is specified on DroolsKnowledgeLoader.java.