[JBoss JIRA] (DROOLS-4028) Value correction doesn't add quotes for dmn strings
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-4028?page=com.atlassian.jira.plugi... ]
Daniele Zonca updated DROOLS-4028:
----------------------------------
Sprint: 2019 Week 20-22
> Value correction doesn't add quotes for dmn strings
> ---------------------------------------------------
>
> Key: DROOLS-4028
> URL: https://issues.jboss.org/browse/DROOLS-4028
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Daniele Zonca
> Priority: Major
> Labels: ScenarioSimulation
> Attachments: task.zip, value-correction.webm
>
>
> The issue is in the value correction feature, when the scenarios is dmn based and we check a string value. Such value needs to be quoted for dmn. If the scenario fails and feature offers value correction, the value is updated but it is not quoted what is an issue. It is shown also in the attached video. Next I attach also the used project.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (SWSQE-668) Checklist for custom fields in order to support existing and future workflows for Istio
by Prachi Yadav (Jira)
[ https://issues.jboss.org/browse/SWSQE-668?page=com.atlassian.jira.plugin.... ]
Prachi Yadav closed SWSQE-668.
------------------------------
Resolution: Done
> Checklist for custom fields in order to support existing and future workflows for Istio
> ---------------------------------------------------------------------------------------
>
> Key: SWSQE-668
> URL: https://issues.jboss.org/browse/SWSQE-668
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Prachi Yadav
> Assignee: Yuanlin Xu
> Priority: Major
> Labels: pqi
>
> project MUST have the following custom fields in order to support existing and future workflows and visualizations:
> QE Test Coverage with values +, -, and ? (Null is supported)
> SFDC Cases Counter
> SFDC Cases Links
> These custom fields must exist as above so that we do not need to customize logic for any one-offs. The SFDC Cases * fields are there to support "integration" with our SalesForce system used by CEE/GSS for customer cases and the links here are links to SFDC customer cases.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-4028) Value correction doesn't add quotes for dmn strings
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-4028?page=com.atlassian.jira.plugi... ]
Daniele Zonca updated DROOLS-4028:
----------------------------------
Story Points: 3
> Value correction doesn't add quotes for dmn strings
> ---------------------------------------------------
>
> Key: DROOLS-4028
> URL: https://issues.jboss.org/browse/DROOLS-4028
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Daniele Zonca
> Priority: Major
> Labels: ScenarioSimulation
> Attachments: task.zip, value-correction.webm
>
>
> The issue is in the value correction feature, when the scenarios is dmn based and we check a string value. Such value needs to be quoted for dmn. If the scenario fails and feature offers value correction, the value is updated but it is not quoted what is an issue. It is shown also in the attached video. Next I attach also the used project.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-12081) (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain
by Ondrej Kotek (Jira)
[ https://issues.jboss.org/browse/WFLY-12081?page=com.atlassian.jira.plugin... ]
Ondrej Kotek commented on WFLY-12081:
-------------------------------------
[~dlofthouse] Yes, I was able to reproduce this on the current master, thank you.
> (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12081
> URL: https://issues.jboss.org/browse/WFLY-12081
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 17.0.0.Beta1
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Priority: Blocker
>
> After enabling JACC on {{undertow/application-security-domain=other}}, the server can get stuck when starting with Security Manager turned on. It stops responding and cannot be terminated by Ctrl-C.
> After disabling JACC, or when starting without Security Manager, the server starts as expected.
> This behaviour blocks customers that uses JACC with Security Manager.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-4020) [DMN Designer] Literal expression variable name is missing
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4020?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-4020:
-----------------------------------
Story Points: 5
> [DMN Designer] Literal expression variable name is missing
> ----------------------------------------------------------
>
> Key: DROOLS-4020
> URL: https://issues.jboss.org/browse/DROOLS-4020
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: Screenshot from 2019-05-15 10-56-00.png, reusable (1).dmn, tournament.zip
>
>
> The DMN Designer generates empty variable name for literal expressions.
> Current state:
> {code}
> <dmn:decision id="_9AF9596C-BA60-4C45-9531-F6B6FD7BC008" name="constant">
> <dmn:variable id="_782DDC9C-8B8B-4D18-9711-40634A46864C" name="" typeRef="string"/>
> <dmn:literalExpression id="_F7C245A2-9CE3-4CFE-AAD5-D6B98C502CE9">
> <dmn:text>"abc"</dmn:text>
> </dmn:literalExpression>
> </dmn:decision>
> {code}
> Expected state:
> {code:xml}
> <dmn:decision id="_9AF9596C-BA60-4C45-9531-F6B6FD7BC008" name="constant">
> <dmn:variable id="_782DDC9C-8B8B-4D18-9711-40634A46864C" name="constant" typeRef="string"/>
> <dmn:literalExpression id="_F7C245A2-9CE3-4CFE-AAD5-D6B98C502CE9">
> <dmn:text>"abc"</dmn:text>
> </dmn:literalExpression>
> </dmn:decision>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-12081) (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain
by Ondrej Kotek (Jira)
[ https://issues.jboss.org/browse/WFLY-12081?page=com.atlassian.jira.plugin... ]
Ondrej Kotek updated WFLY-12081:
--------------------------------
Description:
After enabling JACC on {{undertow/application-security-domain=other}}, the server can get stuck when starting with Security Manager turned on. It stops responding and cannot be terminated by Ctrl-C.
After disabling JACC, or when starting without Security Manager, the server starts as expected.
This behaviour blocks customers that uses JACC with Security Manager.
was:
After enabling JACC on {{undertow/application-security-domain=other}}, the server can get stuck when starting with Security Manager turned on.
After disabling JACC, or when starting without Security Manager, the server starts as expected.
This behaviour blocks customers that uses JACC with Security Manager.
> (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12081
> URL: https://issues.jboss.org/browse/WFLY-12081
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 17.0.0.Beta1
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Priority: Blocker
>
> After enabling JACC on {{undertow/application-security-domain=other}}, the server can get stuck when starting with Security Manager turned on. It stops responding and cannot be terminated by Ctrl-C.
> After disabling JACC, or when starting without Security Manager, the server starts as expected.
> This behaviour blocks customers that uses JACC with Security Manager.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-12081) (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain
by Ondrej Kotek (Jira)
[ https://issues.jboss.org/browse/WFLY-12081?page=com.atlassian.jira.plugin... ]
Ondrej Kotek updated WFLY-12081:
--------------------------------
Summary: (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain (was: (Intermittent) stuck start with secmgr after enabling JACC for undertow/application-security-domain)
> (Intermittent) stuck start with secmgr after enabling Elytron JACC for undertow/application-security-domain
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-12081
> URL: https://issues.jboss.org/browse/WFLY-12081
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 17.0.0.Beta1
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Priority: Blocker
>
> After enabling JACC on {{undertow/application-security-domain=other}}, the server can get stuck when starting with Security Manager turned on.
> After disabling JACC, or when starting without Security Manager, the server starts as expected.
> This behaviour blocks customers that uses JACC with Security Manager.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-12081) (Intermittent) stuck start with secmgr after enabling JACC for undertow/application-security-domain
by Ondrej Kotek (Jira)
[ https://issues.jboss.org/browse/WFLY-12081?page=com.atlassian.jira.plugin... ]
Ondrej Kotek updated WFLY-12081:
--------------------------------
Steps to Reproduce:
Switch to Elytron and run
* {{./bin/jboss-cli.sh --file=docs/examples/enable-elytron.cli}}
* {{./bin/standalone.sh -secmgr}}
Configure and reload
* {{/subsystem=security:write-attribute(name=initialize-jacc,value=false)}}
* {{/subsystem=elytron/policy=jacc:add(jacc-policy={})}}
* {{reload}}
* {{/subsystem=undertow/application-security-domain=other:write-attribute(name=enable-jacc,value=true)}}
* {{reload}}
Stop and start several times
* Ctrl-C
* {{./bin/standalone.sh -secmgr}}
was:
Switch to Elytron and run
* {{./bin/jboss-cli.sh --file=docs/examples/enable-elytron.cli}}
* {{./standalone.sh -secmgr}}
Configure and reload
* {{/subsystem=security:write-attribute(name=initialize-jacc,value=false)}}
* {{/subsystem=elytron/policy=jacc:add(jacc-policy={})}}
* {{reload}}
* {{/subsystem=undertow/application-security-domain=other:write-attribute(name=enable-jacc,value=true)}}
* {{reload}}
Stop and start several times
* Ctrl-C
* {{./standalone.sh -secmgr}}
> (Intermittent) stuck start with secmgr after enabling JACC for undertow/application-security-domain
> ---------------------------------------------------------------------------------------------------
>
> Key: WFLY-12081
> URL: https://issues.jboss.org/browse/WFLY-12081
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 17.0.0.Beta1
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Priority: Blocker
>
> After enabling JACC on {{undertow/application-security-domain=other}}, the server can get stuck when starting with Security Manager turned on.
> After disabling JACC, or when starting without Security Manager, the server starts as expected.
> This behaviour blocks customers that uses JACC with Security Manager.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months