[jboss-jira] [JBoss JIRA] (DROOLS-2279) Realign extension registers test to master using DMNProfile
Matteo Mortari (JIRA)
issues at jboss.org
Mon Jan 29 10:08:00 EST 2018
[ https://issues.jboss.org/browse/DROOLS-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13525404#comment-13525404 ]
Matteo Mortari commented on DROOLS-2279:
----------------------------------------
Fixed with https://github.com/kiegroup/drools/commit/7997f8505a391eaa35506361d47e80a281b8cfab
As a result of [DROOLS-2264] the original extension register configuration mechanism is no longer supported.
In order to use extension registers, it is now required to configure them using a DMNProfile.
Migration guide.
Can reference commit [7997f850|https://github.com/kiegroup/drools/commit/7997f8505a391eaa35506361d47e80a281b8cfab] for an example of migration.
1. Create a DMNProfile with the desired extension registers. Example [create DMNProfile|https://github.com/kiegroup/drools/commit/7997f8505a391eaa35506361d47e80a281b8cfab#diff-3da931fb28aa23a8b5bb0142fabbf07dR21]
2. replace old configuration of extension register (system property or kmodule entry) with the configuration of the new DMNProfile created from step1. Examples:
[Replace system property|https://github.com/kiegroup/drools/commit/7997f8505a391eaa35506361d47e80a281b8cfab#diff-268b8210dd41982e5417d3778418dcfeL54], [replace kmodule entry|https://github.com/kiegroup/drools/commit/7997f8505a391eaa35506361d47e80a281b8cfab#diff-268b8210dd41982e5417d3778418dcfeL99]
> Realign extension registers test to master using DMNProfile
> -----------------------------------------------------------
>
> Key: DROOLS-2279
> URL: https://issues.jboss.org/browse/DROOLS-2279
> Project: Drools
> Issue Type: Task
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Matteo Mortari
>
> Following work on [DROOLS-2264] the DMN extension register mechanism is no longer supported.
> In order to use extension registers, it is now required to configure them using a DMNProfile.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list