[JBoss JIRA] (DROOLS-2513) Add support for embedded test execution
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2513?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2513:
-----------------------------------
Sprint: 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26 (was: 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24)
> Add support for embedded test execution
> ---------------------------------------
>
> Key: DROOLS-2513
> URL: https://issues.jboss.org/browse/DROOLS-2513
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Affects Versions: 7.7.0.Final
> Reporter: Edson Tirelli
> Assignee: Fedor Gavrilov
> Fix For: 7.8.0.Final
>
>
> TCK test cases can be embedded in the DMN model under the extension elements (e.g., see Trisotech generated models).
> Add a public API to allow execution of embedded test cases.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2549) [DMN Designer] Add support for 'parent' to DMNModelInstrumentedBase
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2549?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2549:
-----------------------------------
Sprint: 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26 (was: 2018 Week 19-22, 2018 Week 23-24)
> [DMN Designer] Add support for 'parent' to DMNModelInstrumentedBase
> -------------------------------------------------------------------
>
> Key: DROOLS-2549
> URL: https://issues.jboss.org/browse/DROOLS-2549
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Fix For: 7.8.0.Final
>
>
> {{DMNModelInstrumentedBase}} needs to support {{parent}} (like {{org.kie.dmn.model.v1_1.DMNModelInstrumentedBase}}) in order to correctly implement {{getPrefixForNamespaceURI(..)}} that is needed to set the {{QName}} prefix when setting data-types on nodes.
> At the moment the {{QName}} for data-types in the UI is using the {{namespaceURI}} instead of the {{prefix}} as it is currently impossible to lookup a {{prefix}} from the {{namespaceURI}} (of the nodes' parents up to {{Definitions}}).
> Changes required for this JIRA (split into sub-tasks when work starts):-
> * Update XML->(kie)DMN->(ui)DMN model mapping in the marshaller
> * Update the UI to set {{parent}} when adding nodes to the {{DRGElement}} and children
> * Update code relating to "setting data-type" to lookup {{prefix}} for {{QName}} (/)
> * When creating a new Diagram we need to set up the basic default NameSpace contexts on the {{DMNDiagram}}'s {{Defintions}} (/)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2311) Drools Engine not able to load rules in spring-Boot project
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2311?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2311:
-----------------------------------
Sprint: 2018 Week 05-06, 2018 Week 07-08, 2018 Week 09-10, 2018 Week 11-12, 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26 (was: 2018 Week 05-06, 2018 Week 07-08, 2018 Week 09-10, 2018 Week 11-12, 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24)
> Drools Engine not able to load rules in spring-Boot project
> -----------------------------------------------------------
>
> Key: DROOLS-2311
> URL: https://issues.jboss.org/browse/DROOLS-2311
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.5.0.Final
> Reporter: Chandresh Mishra
> Assignee: Mario Fusco
> Attachments: Drools-Issue.rar
>
>
> am using the Drools 7.5.0-final in the spring Boot project.
> I am working on a multi-module Gradle project. Rules and kmodule.xml is present in the sub-module project. This module is packaged as a Jar inside a fat spring boot Jar file.
> I am building the container from the classpath.
> KieContainer kContainer = kieService.newKieClasspathContainer();
> on server start-up (java -jar) it loads the Kmodule.xml and prints all the kbase and sessionName.
> But when I fire rules it returns zero rules fired.
> It works fine when I run as spring boot app from Eclipse. Please help.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2402) [DMN Designer] Support table header cell selection
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2402?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2402:
-----------------------------------
Sprint: 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26 (was: 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24)
> [DMN Designer] Support table header cell selection
> --------------------------------------------------
>
> Key: DROOLS-2402
> URL: https://issues.jboss.org/browse/DROOLS-2402
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Attachments: Screenshot from 2018-03-20 08-59-39.png, Screenshot from 2018-03-20 09-20-04.png
>
>
> The decision table header cell does not support highlight / selection feature, see:
> !Screenshot from 2018-03-20 08-59-39.png|thumbnail!
> In contrast context entry name cell support this:
> !Screenshot from 2018-03-20 09-20-04.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2317) FEEL Syntax error on function(bkm) containing `for` keyword
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2317?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2317:
-----------------------------------
Sprint: 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26 (was: 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24)
> FEEL Syntax error on function(bkm) containing `for` keyword
> -----------------------------------------------------------
>
> Key: DROOLS-2317
> URL: https://issues.jboss.org/browse/DROOLS-2317
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Fedor Gavrilov
> Attachments: Dynamic composition.dmn
>
>
> Attached model
> {code:java}
> Error compiling FEEL expression 'for item in Order.items return Federal Tax for Item( item )' for name 'Calculate Federal Taxes' on node 'Calculate Federal Taxes': syntax error near 'for'
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2473) [DMN Designer] Function language change inconsistency
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2473?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2473:
-----------------------------------
Sprint: 2018 Week 23-24, 2018 Week 25-26 (was: 2018 Week 23-24)
> [DMN Designer] Function language change inconsistency
> -----------------------------------------------------
>
> Key: DROOLS-2473
> URL: https://issues.jboss.org/browse/DROOLS-2473
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.8.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Attachments: Screenshot from 2018-04-13 09-13-54.png, Screenshot from 2018-04-13 09-14-00.png, Screenshot from 2018-04-13 09-14-14.png
>
>
> If the function language is changed, the boxed expression table is not rendered as expected.
> h2. PR Acceptance Test
> Change of function language is consistent in rendering
> - Empty function (/)
> - Function with data (/)
> - Function as boxed expression not at top level in the context hierarchy (/)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years