[JBoss JIRA] (WFCORE-4199) jconsole can't connect to jboss CLI process
by Jean-Francois Denise (Jira)
Jean-Francois Denise created WFCORE-4199:
--------------------------------------------
Summary: jconsole can't connect to jboss CLI process
Key: WFCORE-4199
URL: https://issues.jboss.org/browse/WFCORE-4199
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 7.0.0.Alpha4
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Due to JBTHR-61 that his masked by a JDK bug (just logged no ID yet), as soon as CLI is connected to a server, jconsole can't connect to it. There is an invalid ObjectName registered in the MBeanServer that breaks at deserialization time.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3264) [DMN Designer] Improve popover interaction
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3264?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3264:
--------------------------------
Description:
When this popover is opened:
!popover.png|thumbnail!
..the first input is not being focused.
The expected behaviour is to focus the input (name input) when the popover is opened.
h2. Acceptance test
Immediately after popover is shown, user isa able to change the name without any additional clicks to put focus to some input field
- Firefox
- Chrome
- Edge
was:
When this popover is opened:
!popover.png|thumbnail!
..the first input is not being focused.
The expected behaviour is to focus the input (name input) when the popover is opened.
> [DMN Designer] Improve popover interaction
> ------------------------------------------
>
> Key: DROOLS-3264
> URL: https://issues.jboss.org/browse/DROOLS-3264
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: popover.png
>
>
> When this popover is opened:
> !popover.png|thumbnail!
> ..the first input is not being focused.
> The expected behaviour is to focus the input (name input) when the popover is opened.
> h2. Acceptance test
> Immediately after popover is shown, user isa able to change the name without any additional clicks to put focus to some input field
> - Firefox
> - Chrome
> - Edge
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3259) [DMN Designer] `inputData` and `variable` must have the same name value
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3259?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-3259:
-------------------------------------
[~karreiro] Ok I think this is totally the same as DROOLS-3250 and one of them should be closed.
> [DMN Designer] `inputData` and `variable` must have the same name value
> -----------------------------------------------------------------------
>
> Key: DROOLS-3259
> URL: https://issues.jboss.org/browse/DROOLS-3259
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
> The expected behaviour is this:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3266) [DMN Designer] Remove some properties from the Properties Panel
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3266?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3266:
-----------------------------------
Story Points: 5
Sprint: 2018 Week 45-47
> [DMN Designer] Remove some properties from the Properties Panel
> ---------------------------------------------------------------
>
> Key: DROOLS-3266
> URL: https://issues.jboss.org/browse/DROOLS-3266
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: decision-table-output-header-selected.png, input-selected.png
>
>
> Remove the properties highlighted in red from the Properties Panel:
> I) When an input node is selected
> !input-selected.png|thumbnail!
> II) When a decision table header output is selected
> !decision-table-output-header-selected.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3262:
----------------------------------------
Hi [~tari_manga] is this another you could help us with?
It's not difficult - I'm sure you'll see what needs doing - and I'd be happy to do; but I am a bit inundated with UI related JIRA following [~tirelli] dabble!
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Matteo Mortari
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> </dmn:output>
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Michael Anstis reassigned DROOLS-3262:
--------------------------------------
Assignee: Matteo Mortari (was: Michael Anstis)
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Matteo Mortari
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> </dmn:output>
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3266) [DMN Designer] Remove some properties from the Properties Panel
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3266?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3266:
-----------------------------------
Priority: Blocker (was: Major)
> [DMN Designer] Remove some properties from the Properties Panel
> ---------------------------------------------------------------
>
> Key: DROOLS-3266
> URL: https://issues.jboss.org/browse/DROOLS-3266
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: decision-table-output-header-selected.png, input-selected.png
>
>
> Remove the properties highlighted in red from the Properties Panel:
> I) When an input node is selected
> !input-selected.png|thumbnail!
> II) When a decision table header output is selected
> !decision-table-output-header-selected.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFLY-11029) Sometimes Artemis cluster with JGroups discovery is not formed after restart
by Miroslav Novak (Jira)
[ https://issues.jboss.org/browse/WFLY-11029?page=com.atlassian.jira.plugin... ]
Miroslav Novak updated WFLY-11029:
----------------------------------
Summary: Sometimes Artemis cluster with JGroups discovery is not formed after restart (was: Undelivered messages in remote jca topology after restart)
> Sometimes Artemis cluster with JGroups discovery is not formed after restart
> ----------------------------------------------------------------------------
>
> Key: WFLY-11029
> URL: https://issues.jboss.org/browse/WFLY-11029
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JMS
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
>
> There are undelivered messages in scenario with where servers in remote JCA topology are restarted. There are undelivered message after test.
> Test scenario:
> * Start 2 server in Artemis cluster
> * Start 2 servers with MDB connected to Artemis cluster
> ** MDB resends messages from InQueue to OutQueue from/to remote cluster
> * Send messages to InQueue
> * Restart all server (one by one)
> * Consumes messages from OutQueue
> Results:
> After the test there are missing messages in OutQueue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3276) [DMN Designer] All GRIDS: Add support for resizing columns using header
by Michael Anstis (Jira)
Michael Anstis created DROOLS-3276:
--------------------------------------
Summary: [DMN Designer] All GRIDS: Add support for resizing columns using header
Key: DROOLS-3276
URL: https://issues.jboss.org/browse/DROOLS-3276
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
Requested by [~tirelli]:
{quote}
On the tables, it seems I can only resize columns by click/dragging borders on the body of the table, not the header.
{quote}
This should probably be changed in {{uberfire-wires-core-grids}} to support column resize when hovering over the header divider (of all cells or cell boundaries? - i.e. if a header cell is merged then should we allow resizing only at the boundaries with other columns or at the boundary of where the _virtual_ cell would be). This is likely to interfere with header cell editing and possibly column re-ordering as the mouse-down, mouse-up will be interpreted as a mouse-click.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months