[JBoss JIRA] (DROOLS-5096) [DMN Decision] Properties: Increase Question max length
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5096?page=com.atlassian.jira.plug... ]
Michael Anstis commented on DROOLS-5096:
----------------------------------------
I made the "Questions" property a Text Area (for the same reasoning as Description was for DROOLS-5097).
I also made the "Allowed Answers" property a Text Area (assuming, if the question can be long so could the answer).
> [DMN Decision] Properties: Increase Question max length
> -------------------------------------------------------
>
> Key: DROOLS-5096
> URL: https://issues.redhat.com/browse/DROOLS-5096
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
>
> As a user, I want to type a long question in the DMN decision properties, so I can fully describe and document my decision requirement for future reference.
> Example:
> I want to set the following question for my decision:
> "Based on self-reported borrower income, credit score, loan amount, what is the likely eligibility for a mortgage?"
> The current work around is to rephrase my question so it can fit in a max length of 100 characters.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5097) [DMN Designer] BKM Description max length
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5097?page=com.atlassian.jira.plug... ]
Michael Anstis moved RHDM-1264 to DROOLS-5097:
----------------------------------------------
Project: Drools (was: Red Hat Decision Manager)
Key: DROOLS-5097 (was: RHDM-1264)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: DMN Editor
(was: Decision Central)
(was: DMN)
Environment: (was: RHDM 7.6.0)
QE Status: NEW
> [DMN Designer] BKM Description max length
> -----------------------------------------
>
> Key: DROOLS-5097
> URL: https://issues.redhat.com/browse/DROOLS-5097
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
>
> As a BKM modeler, I want to describe the formula, its usage and parameters so the invoker can have information to map its values.
> The current description field allows for 100 characters, I want to entry a description like the following:
> This is the standard loan amortization formula assuming monthly payments. Parameter p is the loan principal (amount). Parameter r is the annual loan rate as a decimal (not percent). Parameter n is the number of months in the term of the loan.
> Also having a resizable text area could be helpful for the BKM user to read the complete description and map the values of the invoker.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5096) [DMN Decision] Properties: Increase Question max length
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5096?page=com.atlassian.jira.plug... ]
Michael Anstis moved RHDM-1263 to DROOLS-5096:
----------------------------------------------
Project: Drools (was: Red Hat Decision Manager)
Key: DROOLS-5096 (was: RHDM-1263)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: DMN Editor
(was: DMN)
Affects Version/s: 7.33.0.Final
(was: 7.6.0.GA)
QE Status: NEW
> [DMN Decision] Properties: Increase Question max length
> -------------------------------------------------------
>
> Key: DROOLS-5096
> URL: https://issues.redhat.com/browse/DROOLS-5096
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Major
> Labels: drools-tools
>
> As a user, I want to type a long question in the DMN decision properties, so I can fully describe and document my decision requirement for future reference.
> Example:
> I want to set the following question for my decision:
> "Based on self-reported borrower income, credit score, loan amount, what is the likely eligibility for a mortgage?"
> The current work around is to rephrase my question so it can fit in a max length of 100 characters.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JGRP-2454) Documentation is wrong for ForkChannel creation / Initial messages on fork channel are lost
by Mirko Streckenbach (Jira)
Mirko Streckenbach created JGRP-2454:
----------------------------------------
Summary: Documentation is wrong for ForkChannel creation / Initial messages on fork channel are lost
Key: JGRP-2454
URL: https://issues.redhat.com/browse/JGRP-2454
Project: JGroups
Issue Type: Bug
Affects Versions: 4.1.8
Reporter: Mirko Streckenbach
Assignee: Bela Ban
The documentation at
http://www.jgroups.org/manual/html/user-advanced.html#ForkChannelCreation
has the following example:
{code}
JChannel main_ch=new JChannel("/home/bela/udp.xml").name("A");
ForkChannel fork_ch=new ForkChannel(main_ch, "lock", "fork-ch4",
new CENTRAL_LOCK(), new STATS());
fork_ch.connect("bla");
main_ch.connect("cluster");
{code}
This does not work as "fork_ch.connect" will throw an IllegalStateException because the main channel is not connected at that point.
But if the connects are reversed, messages for the fork channel may arrive before the fork channel is fully established and cause warnings like
{code}
Feb 20, 2020 6:15:37 PM org.jgroups.protocols.FORK$1 handleUnknownForkChannel
WARNING: marian-20309: fork-channel for id=fork-ch4 not found; discarding message
{code}
My application will send a message to every new member in the cluster on a specific fork channel (in ReceiverAdapter.viewAccepted). These message usually get lost. Is there an alternate pattern for that?
I can provide example code if required.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5085) list of triggered rules when executing test scenario
by Daniele Zonca (Jira)
[ https://issues.redhat.com/browse/DROOLS-5085?page=com.atlassian.jira.plug... ]
Daniele Zonca commented on DROOLS-5085:
---------------------------------------
[~werner.vanherrewegen]
Have you tried Coverage Report panel? I think it contains exactly the information you are looking for. It is also possible to download a CSV with the same list
!Screenshot from 2020-02-20 18-15-19.png|thumbnail!
!Screenshot from 2020-02-20 18-14-48.png|thumbnail!
> list of triggered rules when executing test scenario
> ----------------------------------------------------
>
> Key: DROOLS-5085
> URL: https://issues.redhat.com/browse/DROOLS-5085
> Project: Drools
> Issue Type: Feature Request
> Components: Scenario Simulation and Testing
> Reporter: Werner Van Herrewegen
> Assignee: Daniele Zonca
> Priority: Major
> Attachments: Screenshot from 2020-02-20 18-14-48.png, Screenshot from 2020-02-20 18-15-19.png
>
>
> As a business user running a test scenario, I would like to know what rules triggered, so I know where to look when the test fails.
> technical implementation suggestion:
> the log window beneath the test is a good place.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5085) list of triggered rules when executing test scenario
by Daniele Zonca (Jira)
[ https://issues.redhat.com/browse/DROOLS-5085?page=com.atlassian.jira.plug... ]
Daniele Zonca updated DROOLS-5085:
----------------------------------
Attachment: Screenshot from 2020-02-20 18-15-19.png
Screenshot from 2020-02-20 18-14-48.png
> list of triggered rules when executing test scenario
> ----------------------------------------------------
>
> Key: DROOLS-5085
> URL: https://issues.redhat.com/browse/DROOLS-5085
> Project: Drools
> Issue Type: Feature Request
> Components: Scenario Simulation and Testing
> Reporter: Werner Van Herrewegen
> Assignee: Daniele Zonca
> Priority: Major
> Attachments: Screenshot from 2020-02-20 18-14-48.png, Screenshot from 2020-02-20 18-15-19.png
>
>
> As a business user running a test scenario, I would like to know what rules triggered, so I know where to look when the test fails.
> technical implementation suggestion:
> the log window beneath the test is a good place.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5095) [DMN Designer] Investigate performance switching between editor instances
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5095?page=com.atlassian.jira.plug... ]
Michael Anstis updated DROOLS-5095:
-----------------------------------
Description:
This JIRA is to investigate the reported performance issue switching between different DMN Designer instances in Business Central.
The issue was noticed by [~jomarko] when testing DROOLS-5058 (although the fix therein should have had *zero* affect on switching).
h2. Manual acceptance test
h3. Business central
Edit in parallel passed but seems the performance is decreased [^switch-dmn.webm]
# Two dmn files, two decisions (/)
# Two dmn files, decision and bkm (/)
# One dmn file, decision table and context (/)
h3. VS Code
Edit in parallel
# Two dmn files, two decisions (/)
# Two dmn files, decision and bkm (/)
# One dmn file, decision table and context (/)
was:
h2. Manual acceptance test
h3. Business central
Edit in parallel passed but seems the performance is decreased [^switch-dmn.webm]
# Two dmn files, two decisions (/)
# Two dmn files, decision and bkm (/)
# One dmn file, decision table and context (/)
h3. VS Code
Edit in parallel
# Two dmn files, two decisions (/)
# Two dmn files, decision and bkm (/)
# One dmn file, decision table and context (/)
> [DMN Designer] Investigate performance switching between editor instances
> -------------------------------------------------------------------------
>
> Key: DROOLS-5095
> URL: https://issues.redhat.com/browse/DROOLS-5095
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Daniele Zonca
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.34.0.Final
>
> Attachments: switch-dmn.webm
>
>
> This JIRA is to investigate the reported performance issue switching between different DMN Designer instances in Business Central.
> The issue was noticed by [~jomarko] when testing DROOLS-5058 (although the fix therein should have had *zero* affect on switching).
> h2. Manual acceptance test
> h3. Business central
> Edit in parallel passed but seems the performance is decreased [^switch-dmn.webm]
> # Two dmn files, two decisions (/)
> # Two dmn files, decision and bkm (/)
> # One dmn file, decision table and context (/)
> h3. VS Code
> Edit in parallel
> # Two dmn files, two decisions (/)
> # Two dmn files, decision and bkm (/)
> # One dmn file, decision table and context (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5095) [DMN Designer] Investigate performance switching between editor instances
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5095?page=com.atlassian.jira.plug... ]
Michael Anstis updated DROOLS-5095:
-----------------------------------
Reporter: Jozef Marko (was: Daniele Zonca)
> [DMN Designer] Investigate performance switching between editor instances
> -------------------------------------------------------------------------
>
> Key: DROOLS-5095
> URL: https://issues.redhat.com/browse/DROOLS-5095
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.34.0.Final
>
> Attachments: switch-dmn.webm
>
>
> This JIRA is to investigate the reported performance issue switching between different DMN Designer instances in Business Central.
> The issue was noticed by [~jomarko] when testing DROOLS-5058 (although the fix therein should have had *zero* affect on switching).
> h2. Manual acceptance test
> h3. Business central
> Edit in parallel passed but seems the performance is decreased [^switch-dmn.webm]
> # Two dmn files, two decisions (/)
> # Two dmn files, decision and bkm (/)
> # One dmn file, decision table and context (/)
> h3. VS Code
> Edit in parallel
> # Two dmn files, two decisions (/)
> # Two dmn files, decision and bkm (/)
> # One dmn file, decision table and context (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5095) [DMN Designer] Investigate performance switching between editor instances
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5095?page=com.atlassian.jira.plug... ]
Michael Anstis updated DROOLS-5095:
-----------------------------------
Priority: Minor (was: Major)
> [DMN Designer] Investigate performance switching between editor instances
> -------------------------------------------------------------------------
>
> Key: DROOLS-5095
> URL: https://issues.redhat.com/browse/DROOLS-5095
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.33.0.Final
> Reporter: Daniele Zonca
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.34.0.Final
>
> Attachments: switch-dmn.webm
>
>
> h2. Manual acceptance test
> h3. Business central
> Edit in parallel passed but seems the performance is decreased [^switch-dmn.webm]
> # Two dmn files, two decisions (/)
> # Two dmn files, decision and bkm (/)
> # One dmn file, decision table and context (/)
> h3. VS Code
> Edit in parallel
> # Two dmn files, two decisions (/)
> # Two dmn files, decision and bkm (/)
> # One dmn file, decision table and context (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months