[jboss-jira] [JBoss JIRA] (DROOLS-4335) Allow to define sequence mode in kmodule.xml
Stetson Robinson (Jira)
issues at jboss.org
Thu Aug 29 12:41:00 EDT 2019
[ https://issues.jboss.org/browse/DROOLS-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776943#comment-13776943 ]
Stetson Robinson commented on DROOLS-4335:
------------------------------------------
In summary from Mario in chat:
* Behavior: Set the sequential mode system property for all KIE bases in all projects, or set it in the project kmodule.xml file for the KIE base in just that project.
* Doc impact:
** Add the `sequential` attribute to the list of [KIE base attributes|https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.4/html-single/packaging_and_deploying_a_red_hat_process_automation_manager_project/index#project-kbase-ref_packaging-deploying] in the packaging doc (sequential="true" or false, default is false).
** Note this in the [Rule base config|https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.4/html-single/decision_engine_in_red_hat_process_automation_manager/index#rule-base-configuration-con_decision-engine] section of the decision engine doc, and maybe the seq mode section that follows.
>From our chat:
Mario Fusco
,
11:19 AM
,
the main difference of using kmodule.xml vs system property is that the second applies for the whole jvm
if you have only one kbase this is not a problem
but if you have more than one you may want to have some of them running in sequential mode and some else not
and you can selectively choose which one is sequential in the kmodule.xml file this way
and then we should just mention that new attribute in that table there
agreed?
Stetson Robinson
,
11:23 AM
,
Got it. So to confirm, set the property in kmodule.xml for a single KIE base in a specific project, or set the property in system propertys for all KIE bases in all projects in your product distribution. Correct?
Mario Fusco
,
11:23 AM
,
correct
Stetson Robinson
,
11:24 AM
,
And the exact format in the kmodule.xml is sequential="true" (or "false"), and by default, it's "false", yes?
Mario Fusco
,
11:25 AM
,
yep, correct
> Allow to define sequence mode in kmodule.xml
> --------------------------------------------
>
> Key: DROOLS-4335
> URL: https://issues.jboss.org/browse/DROOLS-4335
> Project: Drools
> Issue Type: Feature Request
> Components: core engine
> Reporter: Mario Fusco
> Assignee: Mario Fusco
> Priority: Major
> Fix For: 7.25.0.Final
>
>
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
More information about the jboss-jira
mailing list