[JBoss JIRA] (WFCORE-4516) The expression for secret value under server-identities in test-security-realm does not work .
by Indrajit Ingawale (Jira)
[ https://issues.jboss.org/browse/WFCORE-4516?page=com.atlassian.jira.plugi... ]
Indrajit Ingawale edited comment on WFCORE-4516 at 6/13/19 7:36 AM:
--------------------------------------------------------------------
updated pr - https://github.com/wildfly/wildfly-core/pull/3814
> The expression for secret value under server-identities in test-security-realm does not work .
> -----------------------------------------------------------------------------------------------
>
> Key: WFCORE-4516
> URL: https://issues.jboss.org/browse/WFCORE-4516
> Project: WildFly Core
> Issue Type: Bug
> Components: Management, Security
> Reporter: Indrajit Ingawale
> Assignee: Darran Lofthouse
> Priority: Major
>
> The expression for secret value under server-identities in test-security-realm does not work , even though it shows "expressions-allowed" to true like below .
> ----------------------------
> [standalone@localhost:9990 /] /core-service=management/security-realm=test-security-realm/server-identity=secret:read-resource-description()
> {
> "outcome" => "success",
> .
> .
> "attributes" =>
> {. . . . . }
> ,
> "value" =>
> { "type" => STRING, "description" => "The secret / password - Base64 Encoded.", "expressions-allowed" => true, "required" => true, "nillable" => true, "alternatives" => ["credential-reference"], "min-length" => 1L, "max-length" => 2147483647L, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "no-services" }
> },
> "operations" => undefined,
> "notifications" => undefined,
> "children" => {}
> }
> }
> ----------------------------
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4118) [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4118?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4118:
--------------------------------
Description:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox (/) and Chrome (/)
- Multiple data types (/)
- Data types with constraints (/)
- List data types (/)
- Connected nodes (/)
- Separated nodes (/)
- Nodes exceeding canvas size (/)
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open (/)
was:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox (/) and Chrome (/)
- Multiple data types (/)
- Data types with constraints (/)
- List data types (/)
- Connected nodes (/)
- Separated nodes (/)
- Nodes exceeding canvas size (/)
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open
> [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
> -------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4118
> URL: https://issues.jboss.org/browse/DROOLS-4118
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
> This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
> This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
> h2. Acceptance test
> Firefox (/) and Chrome (/)
> - Multiple data types (/)
> - Data types with constraints (/)
> - List data types (/)
> - Connected nodes (/)
> - Separated nodes (/)
> - Nodes exceeding canvas size (/)
> - Fonts (/)
> - Colors (x)
> Linux/Windows
> - Download and open (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4171) rule filtering by folder-type packages attribute does not work after upgrading to 7.11.0.Final
by Mario Fusco (Jira)
[ https://issues.jboss.org/browse/DROOLS-4171?page=com.atlassian.jira.plugi... ]
Mario Fusco updated DROOLS-4171:
--------------------------------
Sprint: 2019 Week 23-25
> rule filtering by folder-type packages attribute does not work after upgrading to 7.11.0.Final
> ------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4171
> URL: https://issues.jboss.org/browse/DROOLS-4171
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.11.0.Final, 7.14.0.Final, 7.18.0.Final
> Reporter: Hiroko Miura
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
> Attachments: buildKjarTest.zip
>
>
> In kjar project, there are many rules per folder under resources directory and
> filtered these rules by using packages attribute in kmodule.xml.
> e.g.
> - file structure
> {noformat}
> src/main/resources/
> ├── logback-test.xml
> ├── META-INF
> │ ├── kmodule.xml
> │ └── maven
> │ └── pom.properties
> └── rules
> ├── aws
> │ └── Sample1.drl
> ├── test1
> │ └── Sample1.drl
> └── test2
> └── Sample2.drl
> {noformat}
> - kmodule.xml
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule">
> <kbase name="rules" packages="rules.aws">
> <ksession name="ksession-rules"/>
> </kbase>
> </kmodule>
> {noformat}
> This could be built with library version 7.5.0.Final.
> But after upgrading 7.11.0.Final or later, it fails.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4118) [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4118?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4118:
--------------------------------
Description:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox (/) and Chrome (/)
- Multiple data types (/)
- Data types with constraints (/)
- List data types (/)
- Connected nodes (/)
- Separated nodes (/)
- Nodes exceeding canvas size (/)
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open
was:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox and Chrome (/)
- Multiple data types (/)
- Data types with constraints (/)
- List data types (/)
- Connected nodes (/)
- Separated nodes (/)
- Nodes exceeding canvas size (/)
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open
> [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
> -------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4118
> URL: https://issues.jboss.org/browse/DROOLS-4118
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
> This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
> This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
> h2. Acceptance test
> Firefox (/) and Chrome (/)
> - Multiple data types (/)
> - Data types with constraints (/)
> - List data types (/)
> - Connected nodes (/)
> - Separated nodes (/)
> - Nodes exceeding canvas size (/)
> - Fonts (/)
> - Colors (x)
> Linux/Windows
> - Download and open
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4117) [DMN Designer] Documentation tab - Simple Stunner infrastructure setup
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4117?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4117:
--------------------------------
Description:
This initial setup aims to show the documentation tab with some static content (using Mustache template).
Implementation of the {{DocumentationView}}, and a simple DMN version of the {{DiagramDocumentationService}}.
h2. Acceptance test
Firefox (/) and Chrome (/)
- Content differs if multiple diagrams opened (/)
- BPMN not affected (/)
was:
This initial setup aims to show the documentation tab with some static content (using Mustache template).
Implementation of the {{DocumentationView}}, and a simple DMN version of the {{DiagramDocumentationService}}.
h2. Acceptance test
Firefox and Chrome
- Content differs if multiple diagrams opened
- BPMN not affected
> [DMN Designer] Documentation tab - Simple Stunner infrastructure setup
> ----------------------------------------------------------------------
>
> Key: DROOLS-4117
> URL: https://issues.jboss.org/browse/DROOLS-4117
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> This initial setup aims to show the documentation tab with some static content (using Mustache template).
> Implementation of the {{DocumentationView}}, and a simple DMN version of the {{DiagramDocumentationService}}.
> h2. Acceptance test
> Firefox (/) and Chrome (/)
> - Content differs if multiple diagrams opened (/)
> - BPMN not affected (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4118) [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4118?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4118:
--------------------------------
Description:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox and Chrome (/)
- Multiple data types (/)
- Data types with constraints (/)
- List data types (/)
- Connected nodes (/)
- Separated nodes (/)
- Nodes exceeding canvas size (/)
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open
was:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox and Chrome
- Multiple data types
- Data types with constraints
- List data types
- Connected nodes
- Separated nodes
- Nodes exceeding canvas size
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open
> [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
> -------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4118
> URL: https://issues.jboss.org/browse/DROOLS-4118
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
> This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
> This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
> h2. Acceptance test
> Firefox and Chrome (/)
> - Multiple data types (/)
> - Data types with constraints (/)
> - List data types (/)
> - Connected nodes (/)
> - Separated nodes (/)
> - Nodes exceeding canvas size (/)
> - Fonts (/)
> - Colors (x)
> Linux/Windows
> - Download and open
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (DROOLS-4118) [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4118?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4118:
--------------------------------
Description:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox and Chrome
- Multiple data types
- Data types with constraints
- List data types
- Connected nodes
- Separated nodes
- Nodes exceeding canvas size
- Fonts (/)
- Colors (x)
Linux/Windows
- Download and open
was:
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
h2. Acceptance test
Firefox and Chrome
- Multiple data types
- Data types with constraints
- List data types
- Connected nodes
- Separated nodes
- Nodes exceeding canvas size
- Fonts, Colors
Linux/Windows
- Download and open
> [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
> -------------------------------------------------------------------------------------------------
>
> Key: DROOLS-4118
> URL: https://issues.jboss.org/browse/DROOLS-4118
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
> This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
> This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
> h2. Acceptance test
> Firefox and Chrome
> - Multiple data types
> - Data types with constraints
> - List data types
> - Connected nodes
> - Separated nodes
> - Nodes exceeding canvas size
> - Fonts (/)
> - Colors (x)
> Linux/Windows
> - Download and open
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month