Hello,
I setup Drools Workbench 6.1.0.Final with Tomcat (on Fedora). I have a project A for the data model and a project B for the rules and test scenarios. Project B has project A as a dependency. I keep them separately because I will update the data model A less frequently than the rules B. The dependency linkage works fine because I can use data types from A in the guided rules from B. The B project builds correctly. It brakes when I try using Test Scenarios in project B.
1. I created an empty Test Scenario ("New Item" -> "Test Scenario") and tried to run it ("Run scenario"). I get the following error: "Unable to complete your request. The following exception occurred: Cannot find a default KieSession."
2. I updated the "Config" tab of the Test Scenario to include the data types form A. I still get the same error. Again, the Test Scenario is empty.
3. If I remove the dependency from "Project Editor" in B, the "Run scenario" functionality reports "Success".
BTW, where does the Drolls Workbench write the log messages. I am monitoring all the files in /var/log/tomcat and no messages in logged when I click "Run scenario"? Do I have to enable certain logging?
Thanks!
Rares