[JBoss JIRA] (DROOLS-2531) Scenario Simulation feature
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2531?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2531:
--------------------------------
Labels: ScenarioSimulation UX UXTeam VisualDesign (was: ScenarioSimulation)
> Scenario Simulation feature
> ---------------------------
>
> Key: DROOLS-2531
> URL: https://issues.jboss.org/browse/DROOLS-2531
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Labels: ScenarioSimulation
>
> We want to create a new feature in Drools WB and core to support scenario testing.
> The scenarios will be executed in a simulation mode to let the user able to test his system and export results for post-simulation analysis/no regression.
> Drools WB should support user in scenario definition (i.e. define facts template) and then let insert input data (single or bulk) with corresponding expected results.
> Drools core should support steps definition with a fluent API and then simulation runs. We should also support a JUnit-like output format.
> This feature will also dismiss current Test Scenario asset
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (DROOLS-2531) Scenario Simulation feature
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2531?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2531:
--------------------------------
Labels: ScenarioSimulation (was: ScenarioSimulation UX UXTeam VisualDesign)
> Scenario Simulation feature
> ---------------------------
>
> Key: DROOLS-2531
> URL: https://issues.jboss.org/browse/DROOLS-2531
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Labels: ScenarioSimulation
>
> We want to create a new feature in Drools WB and core to support scenario testing.
> The scenarios will be executed in a simulation mode to let the user able to test his system and export results for post-simulation analysis/no regression.
> Drools WB should support user in scenario definition (i.e. define facts template) and then let insert input data (single or bulk) with corresponding expected results.
> Drools core should support steps definition with a fluent API and then simulation runs. We should also support a JUnit-like output format.
> This feature will also dismiss current Test Scenario asset
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (DROOLS-2781) [Guided Rule] Can't be opened if constraint to bound field present
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2781?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2781:
-----------------------------------
Story Points: 3
> [Guided Rule] Can't be opened if constraint to bound field present
> ------------------------------------------------------------------
>
> Key: DROOLS-2781
> URL: https://issues.jboss.org/browse/DROOLS-2781
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor
> Affects Versions: 7.9.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Attachments: Screenshot from 2018-07-24 14-32-00.png
>
>
> {code:mvel}
> package com.myspace.repr;
> import java.lang.Number;
> rule "rule"
> dialect "mvel"
> when
> DataObject( $stringField : sFieldOne == "something" )
> DataObjectTwo( sFieldTwo == $stringField )
> then
> end
> {code}
> Assume the rdrl file above where both *sFieldOne* and *sFieldTwo* are both of *String* type. Then if you try open this rdrl file in workbench the unexpected error dialog appears.
> The same can be seen if we assign role EVENT to *DataObject* and have this rule below.
> {code:mvel}
> package com.myspace.repr;
> import java.lang.Number;
> rule "eventRule"
> dialect "mvel"
> when
> e1 : DataObject( this after [1m, 2m] "24-Jul-2018" ) over window:time (10d)
> e2 : DataObject( this before e1 )
> then
> end
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (DROOLS-2728) UX for custom data-types
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2728?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2728:
--------------------------------
Story Points: 13 (was: 5)
> UX for custom data-types
> ------------------------
>
> Key: DROOLS-2728
> URL: https://issues.jboss.org/browse/DROOLS-2728
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
> Attachments: DROOLS-2700.png, Screen Shot 2018-07-13 at 11.26.43 AM.png, Screen Shot 2018-07-13 at 11.34.15 AM.png, nested.png, prop-panel.png
>
>
> As a practitioner I want to be able to:
> * select an existing data type
> * create a simple or structured data type
> * create a “compound” (or complex) data type, easily.
> *
expand/collapse views of compound data types, so that I can___
> *
navigate between levels in a compound data type, so that I can___
> * edit an existing data type
> * remove an existing data type
>
…so that I can use the data type when creating a decision related asset.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (WFLY-10732) Deployment Issue with wldfly
by HarithaReddy Padala (JIRA)
HarithaReddy Padala created WFLY-10732:
------------------------------------------
Summary: Deployment Issue with wldfly
Key: WFLY-10732
URL: https://issues.jboss.org/browse/WFLY-10732
Project: WildFly
Issue Type: Feature Request
Reporter: HarithaReddy Padala
Assignee: Jason Greene
Team,
We have our application based on EJB nd struts1.x.It is not getting properly deployed on JBOSS wild fly 1.1. We are trying in stand alone mode.
For our appl to be up and running we have dependency with 3ears and two wars. We added those in the jboss deployment structure.
Still it is not able to recognize. Can you suggest what needs to be done
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months