[JBoss JIRA] (DROOLS-4972) Buttons stay disabled when switching to textual collection editor
by Elizabeth Clayton (Jira)
[ https://issues.redhat.com/browse/DROOLS-4972?page=com.atlassian.jira.plug... ]
Elizabeth Clayton commented on DROOLS-4972:
-------------------------------------------
[~yamer] [~jomarko] When there's an opportunity, I think the Add interaction could be cleaned up a bit. I didn't work on it, so there are probably constraints/requirements that I'm not aware of. At minimum it would be great to move that Add link, I question why it's hanging out at the bottom of the screen like that?
> Buttons stay disabled when switching to textual collection editor
> -----------------------------------------------------------------
>
> Key: DROOLS-4972
> URL: https://issues.redhat.com/browse/DROOLS-4972
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.32.0.Final
> Reporter: Jozef Marko
> Assignee: Yeser Amer
> Priority: Minor
> Labels: drools-tools
> Attachments: define-list-and-save.webm
>
>
> If user starts to create list using UI editor, then he decides to switch to textual editor - define list as expression, the buttons are disabled if user didn't canceled items 'in progress' in the UI editor. See the attached video.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (JGRP-2441) Changes to MembershipListener, StateListener, MessageListener
by Bela Ban (Jira)
Bela Ban created JGRP-2441:
------------------------------
Summary: Changes to MembershipListener,StateListener,MessageListener
Key: JGRP-2441
URL: https://issues.redhat.com/browse/JGRP-2441
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 5.0
Investigate
* Why is MessageListener still needed? Can't we just use {{Receiver}}?
* Why does {{MessageListener}} subclass {{StateListener}}?
* Are callbacks {{block()}}, {{unblock()}} and {{suspect()}} still needed?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4919) Long running query at kie-server startup
by Maciej Swiderski (Jira)
[ https://issues.redhat.com/browse/DROOLS-4919?page=com.atlassian.jira.plug... ]
Maciej Swiderski commented on DROOLS-4919:
------------------------------------------
[~cristiano.nicolai] haven't we already moved the need to do the initial count for the data sets?
> Long running query at kie-server startup
> ----------------------------------------
>
> Key: DROOLS-4919
> URL: https://issues.redhat.com/browse/DROOLS-4919
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 7.28.0.Final
> Reporter: Danny Rucker
> Assignee: Maciej Swiderski
> Priority: Major
>
> The following query is executed at start up of kie-server
> ```
> select vil.processInstanceId, vil.processId, vil.id, vil.variableId, vil.value from VariableInstanceLog vil where vil.id in (select MAX(v.id) from VariableInstanceLog v group by v.variableId, v.processInstanceId)
> ```
> This is causing some issues with getting kie-server to start up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4976) Guided Decision Table Graphs do not work
by Michael Anstis (Jira)
Michael Anstis created DROOLS-4976:
--------------------------------------
Summary: Guided Decision Table Graphs do not work
Key: DROOLS-4976
URL: https://issues.redhat.com/browse/DROOLS-4976
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Affects Versions: 7.32.0.Final
Reporter: Michael Anstis
Assignee: Toni Rikkola
Users are no longer able to create Guided Decision Table Graphs.
A {{Parameter named 'analysisReportScreen' should be not null!}} error is thrown when trying to "open" an existing Guided Decision Table to the graph.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4878) Test Scenario: fix support for default stateless kieSession
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-4878?page=com.atlassian.jira.plug... ]
Jozef Marko commented on DROOLS-4878:
-------------------------------------
Project used for verification [^MySpace_collect.zip] . To run tests successfully with stateless session, user needs to pick 'stateless' check box in test scenario settings.
> Test Scenario: fix support for default stateless kieSession
> -----------------------------------------------------------
>
> Key: DROOLS-4878
> URL: https://issues.redhat.com/browse/DROOLS-4878
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Priority: Major
> Labels: drools-tools
> Attachments: MySpace_collect.zip
>
>
> How to reproduce:
> - edit kmodule.xml and create only a default stateless session
> {code:java}
> <kmodule xmlns="http://www.drools.org/xsd/kmodule" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <kbase name="myKieBase">
> <ksession name="mySession" type="stateless" default="true"/>
> </kbase>
> </kmodule>
> {code}
> - create a Rule test scenario and specify in Setting panel {{stateless}}
> - run
> Without the fix:
> Test failed with this exception "Impossible to find a KieSession with name null"
> With the fix:
> The test should be able to run because that kmodule configuration is valid
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4971) [DMN Designer] Adding entries to structure
by Guilherme Gomes (Jira)
[ https://issues.redhat.com/browse/DROOLS-4971?page=com.atlassian.jira.plug... ]
Guilherme Gomes updated DROOLS-4971:
------------------------------------
Story Points: 1
Sprint: 2020 Week 04-06 (from Jan 20)
> [DMN Designer] Adding entries to structure
> ------------------------------------------
>
> Key: DROOLS-4971
> URL: https://issues.redhat.com/browse/DROOLS-4971
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.32.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
> Attachments: Screenshot from 2020-01-24 09-29-26.png, Screenshot from 2020-01-24 09-30-15.png, Screenshot from 2020-01-24 09-30-40.png, offerings-reproducer.dmn
>
>
> There is unexpected ordering of entries in Data Type editor when user add structure into structure. See the attached dmn model and screenshots.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months