[JBoss JIRA] (DROOLS-2402) [DMN Designer] Support table header cell selection
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2402:
-----------------------------------
Summary: [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, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2395:
----------------------------------------
Hi [~jomarko] thanks for the review.
I'll make the behaviour consistent (allow empty {{String}} for now.. until V&V detects invalid values and we highlight the cells).
As for the "header" cell selection; can you please raise a new JIRA (enhancement). The grid widget does not support rendering selected "headers" only selected "cells" (in the body of the table). A Decision Table {{InputClause}} column title is an example of a "header"; whereas the {{ContextEntry}} name is a "cell" (in the body of the {{Context}} grid). Thanks.
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png, Screenshot from 2018-03-20 08-59-39.png, Screenshot from 2018-03-20 09-20-04.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired (x)
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired (x)
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFLY-10046) Cannot create cluster with JGroups Gossip router
by Miroslav Novak (JIRA)
[ https://issues.jboss.org/browse/WFLY-10046?page=com.atlassian.jira.plugin... ]
Miroslav Novak commented on WFLY-10046:
---------------------------------------
[~pferraro] Thanks! This is it. I was looking why we had such config in our tests and purpose was to disconnect JGroups cluster with 2 nodes. It served well the intention until now but as you've pointed out this config does not make sense.
I plan to change the config in this way, does it looks ok from you pov:
{code}
<stack name="udp">
<transport type="TUNNEL" shared="false" socket-binding="jgroups-udp" >
<property name="gossip_router_hosts">127.0.0.1[12001]</property>
</transport>
<protocol type="PING"/>
<protocol type="MERGE3"/>
<protocol type="FD_SOCK"/>
<protocol type="FD_ALL"/>
<protocol type="VERIFY_SUSPECT"/>
<protocol type="pbcast.NAKACK2"/>
<protocol type="UNICAST3"/>
<protocol type="pbcast.STABLE"/>
<protocol type="pbcast.GMS"/>
<protocol type="UFC"/>
<protocol type="MFC"/>
<protocol type="FRAG2"/>
</stack>
{code}
> Cannot create cluster with JGroups Gossip router
> ------------------------------------------------
>
> Key: WFLY-10046
> URL: https://issues.jboss.org/browse/WFLY-10046
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 12.0.0.Final
> Reporter: Miroslav Novak
> Assignee: Paul Ferraro
> Attachments: standalone-full-ha-gosship1.xml, standalone-full-ha-gosship2.xml
>
>
> I've used config from EAP 7.1.0/WF11 where gossip router was configured in udp stack like:
> {code}
> <stack name="udp">
> <transport type="UDP" shared="false" socket-binding="jgroups-udp"/>
> <protocol type="PING"/>
> <protocol type="MERGE3"/>
> <protocol type="FD_SOCK"/>
> <protocol type="FD_ALL"/>
> <protocol type="VERIFY_SUSPECT"/>
> <protocol type="pbcast.NAKACK2"/>
> <protocol type="UNICAST3"/>
> <protocol type="pbcast.STABLE"/>
> <protocol type="pbcast.GMS"/>
> <protocol type="UFC"/>
> <protocol type="MFC"/>
> <protocol type="FRAG2"/>
> <protocol type="TUNNEL">
> <property name="gossip_router_hosts">
> 0.0.0.0[12001]
> </property>
> </protocol>
> </stack>
> {code}
> Gossip router was started on localhost:
> {{java -cp $JBOSS_HOME//bin/client/jboss-client.jar org.jgroups.stack.GossipRouter -port 12001 -bindaddress 0.0.0.0}}
> but cluster does not form up. The same configuration works in EAP 7.1.
> Attaching xml config files for both of the servers.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-2395:
-------------------------------------
[~manstis] Hi michael, I marked acceptance test as failed due to the inconsistency below:
# Open decision node
# Specify top level editor as context
# Specify first row of context as decision table
# Now set the context row name to empty string
## {color:red}Both context row name and table output will be empty string{color}
# Now double click table output and confirm empty string
## {color:red}Both context row name and table output will be renamed to *title*{color}
Also one more question, during review I noticed that when I double click some header cell of decision table, this cell is not selected see:
!Screenshot from 2018-03-20 08-59-39.png|thumbnail!
In contrast, when I double click context row name, this cell is highlighted, see:
!Screenshot from 2018-03-20 09-20-04.png|thumbnail!
Should be this filed as separate jira or works as expected? WDYT?
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png, Screenshot from 2018-03-20 08-59-39.png, Screenshot from 2018-03-20 09-20-04.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired (x)
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired (x)
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2395:
--------------------------------
Attachment: Screenshot from 2018-03-20 09-20-04.png
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png, Screenshot from 2018-03-20 08-59-39.png, Screenshot from 2018-03-20 09-20-04.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired (x)
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired (x)
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2395:
--------------------------------
Attachment: Screenshot from 2018-03-20 08-59-39.png
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png, Screenshot from 2018-03-20 08-59-39.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired (x)
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired (x)
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2395:
--------------------------------
Description:
Invocation parameter is not updated if user updates output of the decision table output.
h2. Acceptance criteria
# Check invocation parameter and decision table output are paired (x)
## inv. parameter -> table (single) output
## table (single) output -> inv. parameter
## inv. parameter -> table (multi) output
## table (multi) output -> inv. parameter
# Check context entry and decision table output are paired (x)
## context entry -> table (single) output
## table (single) output -> context entry
## context entry -> table (multi) output
## table (multi) output -> context entry.
was:
Invocation parameter is not updated if user updates output of the decision table output.
h2. Acceptance criteria
# Check invocation parameter and decision table output are paired
## inv. parameter -> table (single) output
## table (single) output -> inv. parameter
## inv. parameter -> table (multi) output
## table (multi) output -> inv. parameter
# Check context entry and decision table output are paired (x)
## context entry -> table (single) output
## table (single) output -> context entry
## context entry -> table (multi) output
## table (multi) output -> context entry.
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired (x)
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired (x)
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2395:
--------------------------------
Description:
Invocation parameter is not updated if user updates output of the decision table output.
h2. Acceptance criteria
# Check invocation parameter and decision table output are paired
## inv. parameter -> table (single) output
## table (single) output -> inv. parameter
## inv. parameter -> table (multi) output
## table (multi) output -> inv. parameter
# Check context entry and decision table output are paired (x)
## context entry -> table (single) output
## table (single) output -> context entry
## context entry -> table (multi) output
## table (multi) output -> context entry.
was:
Invocation parameter is not updated if user updates output of the decision table output.
h2. Acceptance criteria
# Check invocation parameter and decision table output are paired
## inv. parameter -> table (single) output
## table (single) output -> inv. parameter
## inv. parameter -> table (multi) output
## table (multi) output -> inv. parameter
# Check context entry and decision table output are paired
## context entry -> table (single) output
## table (single) output -> context entry
## context entry -> table (multi) output
## table (multi) output -> context entry
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired (x)
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (DROOLS-2395) [DMN Designer] Invocation parameter and table output are not paired correctly
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2395?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2395:
--------------------------------
Description:
Invocation parameter is not updated if user updates output of the decision table output.
h2. Acceptance criteria
# Check invocation parameter and decision table output are paired
## inv. parameter -> table (single) output
## table (single) output -> inv. parameter
## inv. parameter -> table (multi) output
## table (multi) output -> inv. parameter
# Check context entry and decision table output are paired
## context entry -> table (single) output
## table (single) output -> context entry
## context entry -> table (multi) output
## table (multi) output -> context entry
was:Invocation parameter is not updated if user updates output of the decision table output.
> [DMN Designer] Invocation parameter and table output are not paired correctly
> -----------------------------------------------------------------------------
>
> Key: DROOLS-2395
> URL: https://issues.jboss.org/browse/DROOLS-2395
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.7.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-03-16 12-51-03.png, Screenshot from 2018-03-16 12-51-14.png, Screenshot from 2018-03-16 12-51-22.png
>
>
> Invocation parameter is not updated if user updates output of the decision table output.
> h2. Acceptance criteria
> # Check invocation parameter and decision table output are paired
> ## inv. parameter -> table (single) output
> ## table (single) output -> inv. parameter
> ## inv. parameter -> table (multi) output
> ## table (multi) output -> inv. parameter
> # Check context entry and decision table output are paired
> ## context entry -> table (single) output
> ## table (single) output -> context entry
> ## context entry -> table (multi) output
> ## table (multi) output -> context entry
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month