[JBoss JIRA] (DROOLS-1810) [Guided Decision Table] Enumeration not loaded from multiple files
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1810?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3460 to DROOLS-1810:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1810 (was: GUVNOR-3460)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Steps to Reproduce: (was: # Open the mortgages project
# In the package mortgages.mortgages create enumeration like shown in the attachment
# Open the GDT Pricing loans
# Define new condition column like: $applicant : Applicant (creditRating == [literal value])
# Append row into the table
# Try to select creditRating 'abcd' in the last row of the new column
-- 'abcd' will be missing)
Affects Version/s: 7.2.0.Final
(was: 7.2.0.Final)
> [Guided Decision Table] Enumeration not loaded from multiple files
> ------------------------------------------------------------------
>
> Key: DROOLS-1810
> URL: https://issues.jboss.org/browse/DROOLS-1810
> Project: Drools
> Issue Type: Enhancement
> Components: Guided Decision Table Editor
> Affects Versions: 7.2.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Attachments: Screenshot from 2017-09-04 18-46-06.png
>
>
> User can define enumerations for pattern fields. The problem seems to be if enumerations for the same field are defined in multiple files.
> # Open the mortgages project
> # In the package mortgages.mortgages create enumeration like shown in the attachment
> # Open the GDT Pricing loans
> # Define new condition column like: $applicant : Applicant (creditRating == [literal value])
> # Append row into the table
> # Try to select creditRating 'abcd' in the last row of the new column
> -- 'abcd' will be missing
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1798) [Guided Rule Editor] Unable to construct From Accumulate
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1798?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3316 to DROOLS-1798:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1798 (was: GUVNOR-3316)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
Guided Rule Editor
(was: Guided Decision Table)
(was: Guided Rule Editor)
Affects Version/s: 7.1.0.Final
(was: 7.1.0.Final)
> [Guided Rule Editor] Unable to construct From Accumulate
> --------------------------------------------------------
>
> Key: DROOLS-1798
> URL: https://issues.jboss.org/browse/DROOLS-1798
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor, Guided Rule Editor
> Affects Versions: 7.1.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Trivial
> Labels: reported-by-qe
>
> In the From Accumulate expressions you would like typically to bind one single value (e.q. java.lang.Number) to result variable. The problem of guided rule editor is that you can not use the imported java.lang.Number.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1800) Verification & Validation: Subsumption not picked up correctly
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1800?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2623 to DROOLS-1800:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1800 (was: GUVNOR-2623)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
> Verification & Validation: Subsumption not picked up correctly
> --------------------------------------------------------------
>
> Key: DROOLS-1800
> URL: https://issues.jboss.org/browse/DROOLS-1800
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Reporter: Toni Rikkola
> Assignee: Toni Rikkola
>
> Example 1
> Rule1: when (attr1 == 'value11' , att2 == 'value22') then <something>
> Rule2: when (attr1 == 'value11' , att2 == 'value22') then <something>
> it will throw an error saying conflicting rules but when we have a attr like age where we want to match minAge and maxAge it dosen't detect a conflict properly.
> Example 2
> Rule1: when (minAge > '18' , maxAge < '50') then <something>
> Rule2: when (minAge > '25' , maxAge < '35') then <something>
> In the above example 2 age 30 will match both the rules but there is no conflict detected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1801) [Guided Decision Table] Work Item Parameter values are not initialized properly
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1801?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3144 to DROOLS-1801:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1801 (was: GUVNOR-3144)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.1.0.Beta2
(was: 7.1.0.Beta2)
> [Guided Decision Table] Work Item Parameter values are not initialized properly
> -------------------------------------------------------------------------------
>
> Key: DROOLS-1801
> URL: https://issues.jboss.org/browse/DROOLS-1801
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 7.1.0.Beta2
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: reported-by-qe
>
> Is user wants to execute the same Work Item multiple times, he must always clear the parameter values from previous time.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1802) Setting variable name after unsetting it in Decision Table Editor BRL condition says it is already taken
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1802?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2165 to DROOLS-1802:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1802 (was: GUVNOR-2165)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 6.1.0.Final
(was: drools_6.1.0.Final)
> Setting variable name after unsetting it in Decision Table Editor BRL condition says it is already taken
> --------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-1802
> URL: https://issues.jboss.org/browse/DROOLS-1802
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 6.1.0.Final
> Environment: RedHat Linux 6.3 x86_64; Firefox 10.0.5
> Reporter: Stephen Slaboda
> Assignee: Guilherme Carreiro
> Labels: brl, decision_table, drools-wb, variable
> Attachments: afterUnsettingAndResetting.png
>
>
> When I unset a variable name in a decision table BRL fragment and try to set it again in that same fragment, I am told that the variable name is already taken. Since I just unset the variable name, it is definitely not taken anymore.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1803) single hit status lost
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1803?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-3532 to DROOLS-1803:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1803 (was: GUVNOR-3532)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.3.0.Final
(was: 7.3.0.Final)
> single hit status lost
> ----------------------
>
> Key: DROOLS-1803
> URL: https://issues.jboss.org/browse/DROOLS-1803
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 7.3.0.Final
> Reporter: Vijay Yadav
> Assignee: Toni Rikkola
>
> rule "first rule"
> dialect "mvel"
> when
> pl: Player(score>=50)
> then
> //do something
> end
> rule "second rule"
> dialect "mvel"
> when
> pl:Player(score<50, score >=25)
> then
> //do something
> These rule results into "single hit status lost". This means more than one row from this table can fire at the same time and the table no longer has the single hit status.
> while we can see that only one rule can fire. Conditions aren't overlapping.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1805) Guided Decision table not opening
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1805?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2936 to DROOLS-1805:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1805 (was: GUVNOR-2936)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.0.0.Beta6
(was: 7.0.0.Beta6)
> Guided Decision table not opening
> ---------------------------------
>
> Key: DROOLS-1805
> URL: https://issues.jboss.org/browse/DROOLS-1805
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 7.0.0.Beta6
> Environment: Windows 7. Tomcat 7. JDK 1.8.
> Reporter: Ashok Murugesan
> Attachments: Esg-Qual-Ratings-DecisionTableV1 (1).xls
>
>
> I am trying to convert existing XLS decision table to Guided Decision table in this new version. I validated XLS decision table and it's successful. I converted XLS into Guided Decision table and it's converted successfully. But when I try to open the Guided decision table it throws below error:
> Unable to complete your request. The following exception occurred: Parameter named 'columnTitle' should be not null!.
> Not sure why this issue occurs. Please clarify
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-1794) GDTable V&V reporting not working with numeric (optional) value lists
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1794?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2248 to DROOLS-1794:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1794 (was: GUVNOR-2248)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
> GDTable V&V reporting not working with numeric (optional) value lists
> ---------------------------------------------------------------------
>
> Key: DROOLS-1794
> URL: https://issues.jboss.org/browse/DROOLS-1794
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Reporter: Zuzka Krejčová
> Assignee: Toni Rikkola
> Labels: reported-by-qe
>
> If a column uses (optional) value list to restrict possible _numeric_ values, some issues won't be reported, others are "wonky".
> My guess is the values in the (optional) value list are interpreted as String rather than the correct field type (e.g. int).
> (See 'Steps to Reproduce' for more detailed info.)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months