[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 updated DROOLS-4878:
--------------------------------
Steps to Reproduce:
# import the attached project into bs
# Open it, click Build, Then Test
Current: 3/3 will fail
Expected: 2/3 will pass
> 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
>
> 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-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 updated DROOLS-4878:
--------------------------------
Steps to Reproduce: (was: # import the attached project into bs
# Open it, click Build, Then Test
Current: 3/3 will fail
Expected: 2/3 will pass)
> 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
>
> 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-4975) Defined Rule collection unary checks do not pass
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-4975?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-4975:
--------------------------------
Description:
Import the attached project and click Build, then Test.
The re are defined equivalent tests. One test has a collection unary check defined with UI editor and one test defined a collection unary check with textual editor. The issue is tests with the unary check defined via textual editor does not pass.
was:
Import the attached project and click Build, then Test.
The re are defined 2 groups of 2 equivalent tests. In each group one test has a collection unary check defined with UI editor and one test defined a collection unary check with textual editor. The issue is tests with the unary check defined via textual editor do not pass.
> Defined Rule collection unary checks do not pass
> ------------------------------------------------
>
> Key: DROOLS-4975
> URL: https://issues.redhat.com/browse/DROOLS-4975
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.32.0.Final
> Reporter: Jozef Marko
> Assignee: Daniele Zonca
> Priority: Critical
> Labels: drools-tools
> Attachments: MySpace_filtering.zip
>
>
> Import the attached project and click Build, then Test.
> The re are defined equivalent tests. One test has a collection unary check defined with UI editor and one test defined a collection unary check with textual editor. The issue is tests with the unary check defined via textual editor does not pass.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4973) Defined DMN collection unary checks do not pass
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-4973?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-4973:
--------------------------------
Summary: Defined DMN collection unary checks do not pass (was: Defined collection unary checks do not pass)
> Defined DMN collection unary checks do not pass
> -----------------------------------------------
>
> Key: DROOLS-4973
> URL: https://issues.redhat.com/browse/DROOLS-4973
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.32.0.Final
> Reporter: Jozef Marko
> Assignee: Daniele Zonca
> Priority: Critical
> Labels: drools-tools
> Attachments: MySpace_eshop.zip
>
>
> Import the attached project and click Build, then Test.
> The re are defined 2 groups of 2 equivalent tests. In each group one test has a collection unary check defined with UI editor and one test defined a collection unary check with textual editor. The issue is tests with the unary check defined via textual editor do not pass.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4975) Defined Rule collection unary checks do not pass
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4975:
-----------------------------------
Summary: Defined Rule collection unary checks do not pass
Key: DROOLS-4975
URL: https://issues.redhat.com/browse/DROOLS-4975
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Affects Versions: 7.32.0.Final
Reporter: Jozef Marko
Assignee: Daniele Zonca
Attachments: MySpace_filtering.zip
Import the attached project and click Build, then Test.
The re are defined 2 groups of 2 equivalent tests. In each group one test has a collection unary check defined with UI editor and one test defined a collection unary check with textual editor. The issue is tests with the unary check defined via textual editor do not pass.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (DROOLS-4975) Defined Rule collection unary checks do not pass
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-4975?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-4975:
--------------------------------
Attachment: MySpace_filtering.zip
> Defined Rule collection unary checks do not pass
> ------------------------------------------------
>
> Key: DROOLS-4975
> URL: https://issues.redhat.com/browse/DROOLS-4975
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.32.0.Final
> Reporter: Jozef Marko
> Assignee: Daniele Zonca
> Priority: Critical
> Labels: drools-tools
> Attachments: MySpace_filtering.zip
>
>
> Import the attached project and click Build, then Test.
> The re are defined 2 groups of 2 equivalent tests. In each group one test has a collection unary check defined with UI editor and one test defined a collection unary check with textual editor. The issue is tests with the unary check defined via textual editor do not pass.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-13011) The quickstart template appears out of date
by Darran Lofthouse (Jira)
Darran Lofthouse created WFLY-13011:
---------------------------------------
Summary: The quickstart template appears out of date
Key: WFLY-13011
URL: https://issues.redhat.com/browse/WFLY-13011
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 19.0.0.Beta1
Reporter: Darran Lofthouse
Assignee: Eduardo Martins
The quickstart template appears to be out of date based on the present requirements.
One example it does not contain the technologies attribute which leads to a NullPointerException when building the docs with a new quickstart using the template.
Additionally later quickstarts appear to use an abstract differently to how the template describes them to define some more values so it would be nice to see some description of how this should be used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months