[JBoss JIRA] (DROOLS-2844) Show contextual (right click) menus
by Gabriele Cardosi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2844?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi updated DROOLS-2844:
-------------------------------------
Sprint: 2018 Week 30-32 (was: 2018 Week 36-38)
> Show contextual (right click) menus
> -----------------------------------
>
> Key: DROOLS-2844
> URL: https://issues.jboss.org/browse/DROOLS-2844
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Labels: ScenarioSimulation
>
> Show different contextual (right click) menus depending on click position (header/first cell in row/other cell in row).
> For this task menu should not have any behaviour - by default the menu should be hided when right clicked.
> For this task it is important to just show different menu/menu items depending on the position clicked.
> Implementation should be independent on the current context (Scenario Simulation) i.e. it should rely on common components (GWT/Errai/Uberfire) and should be re-usable
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2844) Show contextual (right click) menus
by Gabriele Cardosi (JIRA)
Gabriele Cardosi created DROOLS-2844:
----------------------------------------
Summary: Show contextual (right click) menus
Key: DROOLS-2844
URL: https://issues.jboss.org/browse/DROOLS-2844
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Show different contextual (right click) menus depending on click position (header/first cell in row/other cell in row).
For this task menu should not have any behaviour - by default the menu should be hided when right clicked.
For this task it is important to just show different menu/menu items depending on the position clicked.
Implementation should be independent on the current context (Scenario Simulation) i.e. it should rely on common components (GWT/Errai/Uberfire) and should be re-usable
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFCORE-3995) Deployer or Maintainer RBAC role unable to write datasource credential after setting sensitive-classification credential requires-write=false
by Chao Wang (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3995?page=com.atlassian.jira.plugi... ]
Chao Wang moved JBEAP-15207 to WFCORE-3995:
-------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-3995 (was: JBEAP-15207)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Management
(was: Management)
Affects Version/s: 6.0.0.Alpha5
(was: 7.1.3.GA)
> Deployer or Maintainer RBAC role unable to write datasource credential after setting sensitive-classification credential requires-write=false
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3995
> URL: https://issues.jboss.org/browse/WFCORE-3995
> Project: WildFly Core
> Issue Type: Bug
> Components: Management
> Affects Versions: 6.0.0.Alpha5
> Reporter: Chao Wang
> Assignee: Chao Wang
>
> 1) Start the EAP in standalone or domain mode and connect to CLI and create a user with Deployer or Maintainer role
> ~~~
> - Create a user named "maintainer" using adduser.sh, then follow below steps to add it to the maintainer role
> /core-service=management/access=authorization/role-mapping=Maintainer:add()
> /core-service=management/access=authorization/role-mapping=Maintainer/include=maintainer:add(name=maintainer, type=user)
> /core-service=management/access=authorization:write-attribute(name=provider, value=rbac)
> reload
> ~~~
> 2) Apply application constraint to data-sources
> ~~~
> /core-service=management/access=authorization/constraint=application-classification/type=datasources/classification=data-source:write-attribute(name=configured-application,value=true)
> /core-service=management/access=authorization/constraint=application-classification/type=datasources/classification=xa-data-source:write-attribute(name=configured-application,value=true)
> ~~~
> 3) Set sensitivity-constraints to false for security credential requires-write
> ~~~
> /core-service=management/access=authorization/constraint=sensitivity-classification/type=core/classification=credential:write-attribute(name=configured-requires-write,value=false)
> /core-service=management/access=authorization/constraint=sensitivity-classification/type=core/classification=security-domain-ref:write-attribute(name=configured-requires-write,value=false)
> /core-service=management/access=authorization/constraint=sensitivity-classification/type=datasources/classification=data-source-security:write-attribute(name=configured-requires-write,value=false)
> /core-service=management/access=authorization/constraint=sensitivity-classification/type=datasources/classification=data-source-security:write-attribute(name=configured-requires-read,value=false)
> ~~~
> 4) Try to read / write the datasource's user-name and password:
> {code}
> [standalone@localhost:9990 /] /subsystem=datasources/data-source=ExampleDS:write-attribute(name=user-name, sa)
> {
> "outcome" => "failed",
> "result" => undefined,
> "failure-description" => "WFLYCTL0313: Unauthorized to execute operation 'write-attribute' for resource '[
> (\"subsystem\" => \"datasources\"),
> (\"data-source\" => \"ExampleDS\")
> ]' -- \"WFLYCTL0332: Permission denied\"",
> "rolled-back" => true
> }
> {code}
> {code}
> <access-control provider="rbac">
> <role-mapping>
> <role name="SuperUser">
> <include>
> <user name="$local"/>
> </include>
> </role>
> <role name="Maintainer">
> <include>
> <user alias="maintainer" name="maintainer"/>
> </include>
> </role>
> </role-mapping>
> <constraints>
> <sensitive-classifications>
> <sensitive-classification type="core" name="credential" requires-write="false"/>
> <sensitive-classification type="core" name="security-domain-ref" requires-write="false"/>
> <sensitive-classification type="datasources" name="data-source-security" requires-addressable="false" requires-read="false" requires-write="false"/>
> </sensitive-classifications>
> <application-classifications>
> <application-classification type="datasources" name="data-source" application="true"/>
> <application-classification type="datasources" name="xa-data-source" application="true"/>
> </application-classifications>
> </constraints>
> </access-control>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2843) [DMN Designer] Item Definition - Special characters
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2843:
-----------------------------------
Summary: [DMN Designer] Item Definition - Special characters
Key: DROOLS-2843
URL: https://issues.jboss.org/browse/DROOLS-2843
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.10.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Priority: Minor
If the file contains the item definition below, it is opened by plain text editor.
{code:xml}
<dmn11:itemDefinition label="U@U#I!D&" name="U@U#I!D&">
<dmn11:typeRef>feel:string</dmn11:typeRef>
</dmn11:itemDefinition>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2842) [DMN Designer] Recursive item definitions
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2842:
-----------------------------------
Summary: [DMN Designer] Recursive item definitions
Key: DROOLS-2842
URL: https://issues.jboss.org/browse/DROOLS-2842
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.10.0.Final
Reporter: Jozef Marko
Assignee: Guilherme Carreiro
Attachments: recursive-structure-error.log
Opening DMN model with recursive item definition inside causes unexpected error dialog with the attached error inside.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months