[
https://jira.jboss.org/jira/browse/JBDS-560?page=com.atlassian.jira.plugi...
]
Snjezana Peco commented on JBDS-560:
------------------------------------
We don't have any info about drools CR1.
I have tried to add Drools Runtime using drools from the trunk.
There is a minor issue:
- SOAPlatform4RuntimeRecognizer checks for jboss-esb/server/default/deploy/jbrules.esb
directory instead of jboss-as/server/default/deploy/jbrules.esb
When fixing this, I can add Drools Runtime as follows:
DroolsRuntime runtime = new DroolsRuntime();
runtime.setName(...);
runtime.setPath(...);
DroolsRuntimeManager.recognizeJars(runtime);
runtime.setDefault(true);
DroolsRuntimeManager.setDroolsRuntimes(new DroolsRuntime[]{runtime});
However, when I create a Drools project using this Runtime, I get 25 compile errors. The
Drools project seems to require drools-api.jar that doesn't exist within the SOA-P.
Drools runtime is not configured after JBDS is started
------------------------------------------------------
Key: JBDS-560
URL:
https://jira.jboss.org/jira/browse/JBDS-560
Project: Developer Studio
Issue Type: Bug
Components: installer
Affects Versions: 2.0.0.cr2
Reporter: Anton Klimkovich
Assignee: Snjezana Peco
Priority: Critical
Fix For: 2.0.0.GA
EXECUTE: On step 5 select SOA-p as additional runtime.
FAILURE: Drools runtime isn't setuped after installation completed.
Related with JBDS-483
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira