[JBoss JIRA] (DROOLS-3192) [DMN Designer] Undefined Expression Grid: Re-design 'decision logic' selector
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3192?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3192:
-------------------------------------
[~karreiro][~tirelli] May I mark this design task as "resolved"?
> [DMN Designer] Undefined Expression Grid: Re-design 'decision logic' selector
> -----------------------------------------------------------------------------
>
> Key: DROOLS-3192
> URL: https://issues.jboss.org/browse/DROOLS-3192
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: drools-tools
> Attachments: logic_pop-over.png
>
>
> * The {{UndefinedExpression}} grid "decision logic" selector (menu to select logic type: Literal expression, Context, etc.) currently uses a double-left mouse click to launch the menu. Given the menu is closer in spirit (and intention) to a popover menu - to provide a more consistent and predictable user experience it would be preferable to launch this menu on a single, left mouse click (will be covered by DROOLS-2910).
> * Re-design the {{UndefinedExpression}} grid "decision logic" selector.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3288) [DMN Designer] The Input Node type should be synchronised with the column type in the Decision Table
by Edson Tirelli (Jira)
[ https://issues.jboss.org/browse/DROOLS-3288?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-3288:
---------------------------------------
[~karreiro] I think this synchronization should only happen if the DT header expression is identical to the input node name, in which case I guess we can synchronize as you propose.
> [DMN Designer] The Input Node type should be synchronised with the column type in the Decision Table
> ----------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3288
> URL: https://issues.jboss.org/browse/DROOLS-3288
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, steps.gif
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..and change the Input Node type, the type in the Decision Table does not change.
> *Steps to reproduce*
> !steps.gif|thumbnail!
> *Expected behaviour*
> Ideally, those types should be synchronised. However, since the type in the DT column is persisted as {{dmn:inputExpression}} and the type in the Input Node is persisted as a {{dmn:variable}}, the user should be able to re-define the types, keeping them unsynchronised.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (WFCORE-4223) IllegalArgumentException when add a server-ssl-sni-context with no host-context-map
by Claudio Miranda (Jira)
Claudio Miranda created WFCORE-4223:
---------------------------------------
Summary: IllegalArgumentException when add a server-ssl-sni-context with no host-context-map
Key: WFCORE-4223
URL: https://issues.jboss.org/browse/WFCORE-4223
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Claudio Miranda
Assignee: Darran Lofthouse
"add" operation for /subsystem=elytron/server-ssl-sni-context doesn't require "host-context-map" attribute, however add a server-ssl-sni-context without this attribute results in an IllegalArgumentException. Set the "host-context-map" and the "add" operation works.
{code}
[standalone@localhost:9990 /] /subsystem=elytron/server-ssl-sni-context=sn3:add(default-ssl-context=wssl_ctx)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException",
"rolled-back" => true,
"response-headers" => {"process-state" => "reload-required"}
}
{code}
{code}
11:29:09,803 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("server-ssl-sni-context" => "sn3")
]): java.lang.IllegalArgumentException
at org.jboss.dmr.ModelValue.getKeys(ModelValue.java:139)
at org.jboss.dmr.ModelNode.keys(ModelNode.java:1580)
at org.wildfly.extension.elytron.SSLDefinitions$7.getValueSupplier(SSLDefinitions.java:1046)
at org.wildfly.extension.elytron.TrivialAddHandler.performRuntime(TrivialAddHandler.java:68)
at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:159)
at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:999)
at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:743)
at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:467)
at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1411)
at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:423)
at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:243)
at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:289)
at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:255)
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:243)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:240)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:138)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:162)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:158)
at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:313)
at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:270)
at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:254)
{code}
{code}
/subsystem=elytron/server-ssl-sni-context=sn1:read-operation-description(name=add)
{
"outcome" => "success",
"result" => {
"operation-name" => "add",
"description" => "Adds a SNI context",
"request-properties" => {
"default-ssl-context" => {
"type" => STRING,
"description" => "The context to use if no SNI information is present, or if it does not match any mappings",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"capability-reference" => "org.wildfly.security.ssl-context",
"min-length" => 1L,
"max-length" => 2147483647L
},
"host-context-map" => {
"type" => OBJECT,
"description" => "A mapping between a server name and an SSContext",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"capability-reference" => "org.wildfly.security.ssl-context",
"value-type" => STRING
}
},
"reply-properties" => {},
"read-only" => false,
"restart-required" => "resource-services",
"runtime-only" => false
},
"response-headers" => {"process-state" => "reload-required"}
}
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (DROOLS-3271) [DMN Designer] Double-clicking connectors in DRD throws exceptions
by Edson Tirelli (Jira)
[ https://issues.jboss.org/browse/DROOLS-3271?page=com.atlassian.jira.plugi... ]
Edson Tirelli commented on DROOLS-3271:
---------------------------------------
Ok Michael, can we maybe have a nicer error message? Showing up those class names aren't really helpful. :)
And when I say "accidental double click" I mean hover your mouse point over the connector arrow and double click it. :)
> [DMN Designer] Double-clicking connectors in DRD throws exceptions
> ------------------------------------------------------------------
>
> Key: DROOLS-3271
> URL: https://issues.jboss.org/browse/DROOLS-3271
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: Screenshot 2018-11-07 20.46.53.png
>
>
> Reported by [~tirelli]
> {quote}
> When I accidentally double clicked on a connector action in the DRD, I got a bunch of error messages on the screen.
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months