[JBoss JIRA] (DROOLS-1797) Incorrect V&V results when operator is filled in the row (as opposed to column definition)
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-1797?page=com.atlassian.jira.plugi... ]
Toni Rikkola closed DROOLS-1797.
--------------------------------
Resolution: Duplicate
> Incorrect V&V results when operator is filled in the row (as opposed to column definition)
> ------------------------------------------------------------------------------------------
>
> Key: DROOLS-1797
> URL: https://issues.jboss.org/browse/DROOLS-1797
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 6.4.0.Final
> Reporter: Anton Giertli
> Assignee: Toni Rikkola
> Priority: Major
> Labels: verifier
> Attachments: 6iOx.png
>
>
> Imagine data model Person with attribute age.
> If you create decision table and add two columns:
> - both are defined against "age" attribute
> - none of them have operator defined
> then you add one row, and you fill in the operator and the value directly inside the row.
> For example:
> >= 20
> <= 30
> The generated DRL looks like this:
> {code:java}
> package org;
> //from row number: 1
> rule "Row 1 AnotherTest"
> dialect "mvel"
> when
> p : Person( age >= 20 , age <= 30 )
> then
> p.setAgeGroup( "whatever" );
> end
> {code}
> The V&V will report this as conflicting row:
> !6iOx.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3492) Create UX proposal to show/edit Test Scenario (Preview) global setting
by Matthew Stevens (Jira)
[ https://issues.jboss.org/browse/DROOLS-3492?page=com.atlassian.jira.plugi... ]
Matthew Stevens commented on DROOLS-3492:
-----------------------------------------
[~aglass] [~zhutaojiajia] I think it would be more consistent if the properties on slide 3 were already editable (no blue Edit button).
> Create UX proposal to show/edit Test Scenario (Preview) global setting
> ----------------------------------------------------------------------
>
> Key: DROOLS-3492
> URL: https://issues.jboss.org/browse/DROOLS-3492
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: tao zhu
> Priority: Major
> Labels: ScenarioSimulation, UXD, UXTeam
> Attachments: 11unnamed.png, TestScenario_Cheatsheet.png, TestScenario_TestEditor.png, TestScenario_TestReport.png, TestScenario_whole.png
>
>
> As user I want to be able to see/edit editor global settings.
> For instance DMN file linked to the scenario or the Session name of a Rule scenario
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFLY-11590) Cancelled timer not removed from internal cache when using persistent timers
by Jörg Bäsner (Jira)
[ https://issues.jboss.org/browse/WFLY-11590?page=com.atlassian.jira.plugin... ]
Jörg Bäsner updated WFLY-11590:
-------------------------------
Attachment: playground.zip
> Cancelled timer not removed from internal cache when using persistent timers
> ----------------------------------------------------------------------------
>
> Key: WFLY-11590
> URL: https://issues.jboss.org/browse/WFLY-11590
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 15.0.1.Final
> Environment: * 2 WildFly server running the same application (not necessarily clustered), but using the same database persistence for timers
> Reporter: Jörg Bäsner
> Assignee: Jörg Bäsner
> Priority: Major
> Attachments: playground.zip
>
>
> When using database persistence for timers, the timers that are _synced_ via the {{RefreshTask}} and lateron _removed_ by the {{RefreshTask}} will not be deleted from the internal {{[timers|https://github.com/wildfly/wildfly/blob/master/ejb3/src/main/java/org/jboss/as/ejb3/timerservice/TimerServiceImpl.java#L120]}} _cache_ in {{[TimerServiceImpl.java|https://github.com/wildfly/wildfly/blob/master/ejb3/src/main/java/org/jboss/as/ejb3/timerservice/TimerServiceImpl.java#L1326]}}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3484) Data type constraints: range Include/Exclude actions.
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3484?page=com.atlassian.jira.plugi... ]
Liz Clayton resolved DROOLS-3484.
---------------------------------
Resolution: Done
resolved per review
> Data type constraints: range Include/Exclude actions.
> -----------------------------------------------------
>
> Key: DROOLS-3484
> URL: https://issues.jboss.org/browse/DROOLS-3484
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: date-rangeC.png, date-rangeD.png, date-rangeD2.png
>
>
> Background
> Persona: Business analyst or Rules practitioner
> *Use Cases:*
> As a user I want the ability to define constraints for the Date data type, that enable me to specify if the start and end value is included/excluded in a selected date range.
> *Note, selection options:*
> Include/ Include [ .. ]
> Include/ Exclude [ .. )
> Exclude / Include ( .. ]
> Exclude / Exclude ( .. )
> *Verification conditions:*
> * Scrum team and PO review.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3484) Data type constraints: range Include/Exclude actions.
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3484?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3484:
-------------------------------------
[~tirelli][~manstis][~karreiro] I corrected the typo in the dialog, and added an example of the picker. I showed both calendars as a range picker as is done in the workbench, but could be individual pickers as well. Will be marking as resolved. Thanks
> Data type constraints: range Include/Exclude actions.
> -----------------------------------------------------
>
> Key: DROOLS-3484
> URL: https://issues.jboss.org/browse/DROOLS-3484
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: date-rangeC.png, date-rangeD.png, date-rangeD2.png
>
>
> Background
> Persona: Business analyst or Rules practitioner
> *Use Cases:*
> As a user I want the ability to define constraints for the Date data type, that enable me to specify if the start and end value is included/excluded in a selected date range.
> *Note, selection options:*
> Include/ Include [ .. ]
> Include/ Exclude [ .. )
> Exclude / Include ( .. ]
> Exclude / Exclude ( .. )
> *Verification conditions:*
> * Scrum team and PO review.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3484) Data type constraints: range Include/Exclude actions.
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3484?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-3484:
--------------------------------
Attachment: date-rangeD.png
date-rangeD2.png
> Data type constraints: range Include/Exclude actions.
> -----------------------------------------------------
>
> Key: DROOLS-3484
> URL: https://issues.jboss.org/browse/DROOLS-3484
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: date-rangeC.png, date-rangeD.png, date-rangeD2.png
>
>
> Background
> Persona: Business analyst or Rules practitioner
> *Use Cases:*
> As a user I want the ability to define constraints for the Date data type, that enable me to specify if the start and end value is included/excluded in a selected date range.
> *Note, selection options:*
> Include/ Include [ .. ]
> Include/ Exclude [ .. )
> Exclude / Include ( .. ]
> Exclude / Exclude ( .. )
> *Verification conditions:*
> * Scrum team and PO review.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3492) Create UX proposal to show/edit Test Scenario (Preview) global setting
by Amy Glass (Jira)
[ https://issues.jboss.org/browse/DROOLS-3492?page=com.atlassian.jira.plugi... ]
Amy Glass commented on DROOLS-3492:
-----------------------------------
[~mstevens1] Could you have a look at this with an eye toward how we approach editing properties for other assets across the UI? Is there a preferred approach to editing, either inline in the form itself with field editing, or using a modal dialog to edit? Thank you.
> Create UX proposal to show/edit Test Scenario (Preview) global setting
> ----------------------------------------------------------------------
>
> Key: DROOLS-3492
> URL: https://issues.jboss.org/browse/DROOLS-3492
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: tao zhu
> Priority: Major
> Labels: ScenarioSimulation, UXD, UXTeam
> Attachments: 11unnamed.png, TestScenario_Cheatsheet.png, TestScenario_TestEditor.png, TestScenario_TestReport.png, TestScenario_whole.png
>
>
> As user I want to be able to see/edit editor global settings.
> For instance DMN file linked to the scenario or the Session name of a Rule scenario
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-2032) Workbench allows to import example multiple times - and overwrites existing project
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-2032?page=com.atlassian.jira.plugi... ]
Toni Rikkola closed DROOLS-2032.
--------------------------------
Resolution: Out of Date
Works now.
> Workbench allows to import example multiple times - and overwrites existing project
> -----------------------------------------------------------------------------------
>
> Key: DROOLS-2032
> URL: https://issues.jboss.org/browse/DROOLS-2032
> Project: Drools
> Issue Type: Bug
> Components: Examples (Workbench)
> Reporter: Tihomir Surdilovic
> Priority: Major
>
> On clean install import itorders example.
> Navigate back to Teams->myteam you will see the itoders was created.
> Change one file (lets say business process) in your itorders example and save
> Go back to Team->myteam and select "Import Example"
> The itorders example is again shown -- select it
> Look at the file you changed earlier - it was overwritten by the new itorders example install
> I think this should not happen as with small mistake users could lose a ton of work.
> This happens also if you by mistake import your custom repository multiple times.
> If this is as designed I think at least workbench should warn user that with this operation their work could/will be overwritten.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3513) [DMN Designer] Literal Expression cells clip multi-line expression
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3513?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3513:
--------------------------------
Tester: Jozef Marko
> [DMN Designer] Literal Expression cells clip multi-line expression
> ------------------------------------------------------------------
>
> Key: DROOLS-3513
> URL: https://issues.jboss.org/browse/DROOLS-3513
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.15.0.Final
> Reporter: Thomas Mantegazzi
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
> Attachments: image-2019-01-14-09-12-40-849.png
>
>
> If a more complex logic is inputed in a literal expression, it might be thate the literal expression becomes more than a few lines. At the moment it is not possible to resize the heignt of the literal expression box.
> !image-2019-01-14-09-12-40-849.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months