[JBoss JIRA] (WFLY-12081) (Intermittent) stuck start with secmgr after enabling JACC for undertow/application-security-domain
by Ondrej Kotek (Jira)
Ondrej Kotek created WFLY-12081:
-----------------------------------
Summary: (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
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-12080) Upgrade Galleon to 4.0.1
by Jean Francois Denise (Jira)
Jean Francois Denise created WFLY-12080:
-------------------------------------------
Summary: Upgrade Galleon to 4.0.1
Key: WFLY-12080
URL: https://issues.jboss.org/browse/WFLY-12080
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Jean Francois Denise
Assignee: Jean Francois Denise
Some bugs have been found when testing EAP build based on WildFly, this implies update to a new galleon-plugins and adjustment of dist pom.xml.
--
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:
-----------------------------------
Sprint: 2019 Week 20-22
> [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