[JBoss JIRA] (DROOLS-4160) Enable DRL codegen by default, rename config properties
by Edoardo Vacchi (Jira)
[ https://issues.jboss.org/browse/DROOLS-4160?page=com.atlassian.jira.plugi... ]
Edoardo Vacchi updated DROOLS-4160:
-----------------------------------
Description:
enable model generation by default.
contextually rename properties as follows:
{code}
@Parameter(property = "kogito.codegen.rules", defaultValue = "null") // defaults to true iff DRLs are present
private Boolean generateRules;
@Parameter(property = "kogito.codegen.processes", defaultValue = "null") // defaults to true iff BPMN are present
private Boolean generateProcesses;
@Parameter(property = "kogito.sources.keep", defaultValue = "false") // substitutes generateModel=WITHDRL
private boolean keepSources;
@Parameter(property = "kogito.di.enabled", defaultValue = "true")
private boolean dependencyInjection;
{code}
was:set YES as the default value for generateModel -- make sure it works as expected and creates no conflicts (I recall conflicts with BPMN in KieBuilderImpl)
> Enable DRL codegen by default, rename config properties
> -------------------------------------------------------
>
> Key: DROOLS-4160
> URL: https://issues.jboss.org/browse/DROOLS-4160
> Project: Drools
> Issue Type: Task
> Reporter: Edoardo Vacchi
> Assignee: Edoardo Vacchi
> Priority: Major
> Labels: drools-core, kogito, submarine
> Fix For: 8.0.0.Final
>
>
> enable model generation by default.
> contextually rename properties as follows:
> {code}
> @Parameter(property = "kogito.codegen.rules", defaultValue = "null") // defaults to true iff DRLs are present
> private Boolean generateRules;
> @Parameter(property = "kogito.codegen.processes", defaultValue = "null") // defaults to true iff BPMN are present
> private Boolean generateProcesses;
> @Parameter(property = "kogito.sources.keep", defaultValue = "false") // substitutes generateModel=WITHDRL
> private boolean keepSources;
> @Parameter(property = "kogito.di.enabled", defaultValue = "true")
> private boolean dependencyInjection;
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[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 updated WFCORE-4516:
--------------------------------------
Git Pull Request: 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] (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 updated WFCORE-4516:
--------------------------------------
SourceForge Reference: (was: https://issues.jboss.org/browse/JBEAP-16634)
> 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-4155) [DMN Designer] Placeholder doesn't fit a column
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4155?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-4155:
----------------------------------------
Hi [~jomarko] I tried to replicate with DMN {{-standalone}}, {{drools-wb-webapp}} and {{Business Central}} however was unable each time.
This is what I did:
# Create new DMN file
# Add BKM
# Set Kind to PMML
# Check resizing of columns
# Save
# Close
# Open
# Click "Function" in Decision Navigator (like your video)
# Check resizing of columns
Did I miss anything?
> [DMN Designer] Placeholder doesn't fit a column
> -----------------------------------------------
>
> Key: DROOLS-4155
> URL: https://issues.jboss.org/browse/DROOLS-4155
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
> Attachments: bkm-function-width.webm, placeholder.png
>
>
> If user included a *PMML* model into a DMN diagram, then he has possibility to define PMML function invocation. Grid for such invocation contains placeholders saying that document and model needs to be specified. The issue is placeholders doesn't column width and thus are not readable. See the attached picture.
> h3. Acceptance test
> - Function column width, resizeable (/)
> - Change Expression type to Function (/)
> - Change Function Type (FEEL / JAVA / PMML) (/)
> - Undo function column width resize (/)
> - Decision > Context > Function column width, resizeable (/)
> - BKM > Function column width, resizeable (x)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month