[JBoss JIRA] (DROOLS-4551) Build fails when condition in spreadsheet contains '(' and ')' separately as a value
by Luca Molteni (Jira)
[ https://issues.jboss.org/browse/DROOLS-4551?page=com.atlassian.jira.plugi... ]
Luca Molteni updated DROOLS-4551:
---------------------------------
Sprint: 2019 Week 41-43 (from Okt 7)
> Build fails when condition in spreadsheet contains '(' and ')' separately as a value
> ------------------------------------------------------------------------------------
>
> Key: DROOLS-4551
> URL: https://issues.jboss.org/browse/DROOLS-4551
> Project: Drools
> Issue Type: Bug
> Components: build, decision tables
> Affects Versions: 7.25.0.Final, 7.26.0.Final
> Environment: - 7.25.0.Final or 7.26.0.Final
> - spreadsheet decition table
> - EscapeQuote: false
> Reporter: Hiroko Miura
> Assignee: Luca Molteni
> Priority: Major
> Labels: support
> Attachments: dt-build-err.zip
>
>
> If condition contains '(' and ')' separately as different value in value cell, build fails with error like:
> {noformat}
> [main] ERROR Unable to build KieBaseModel:dtables
> Unable to Analyse Expression $2:
> [Error: unable to resolve method using strict-mode: com.sample.Message.$2()]
> [Near : {... $2 ....}]
> ^
> [Line: 6, Column: 2] : [Rule name='HelloWorld_11']
> {noformat}
> This worked with 7.18.0.Final-redhat-00004 (RHDM7.4.1), but fails with 7.25.0.Final or 7.26.0.Final.
> Condition in DRL generated by spreadsheet compiler are different per these version.
> - 7.25.0.Final/7.26.0.Final
> {noformat}
> m:Message(status in (Message.HELLO), errorMessage in ("Hello", "Hi"), $2)
> {noformat}
> - 7.24.0.Final/7.18.0.Final
> {noformat}
> m:Message(status in (Message.HELLO), errorMessage in ("Hello", "Hi"))
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 7 months
[JBoss JIRA] (WFLY-12642) Error when maintaining Datasources & Drivers via Console
by Wolfgang Mayer (Jira)
Wolfgang Mayer created WFLY-12642:
-------------------------------------
Summary: Error when maintaining Datasources & Drivers via Console
Key: WFLY-12642
URL: https://issues.jboss.org/browse/WFLY-12642
Project: WildFly
Issue Type: Bug
Components: Application Client
Affects Versions: 18.0.0.Final
Environment: Apache Maven 3.6.0
Maven home: /usr/share/maven
Java version: 13, vendor: Ubuntu, runtime: /usr/lib/jvm/java-13-openjdk-amd64
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "5.0.0-31-generic", arch: "amd64", family: "unix"
Reporter: Wolfgang Mayer
Assignee: Brian Stansberry
Attachments: Console_version.png, ErrorMessage.png
When opening 'Datasources & Drivers -> JDBC Drivers' an message is popping up saying that an internal error occured with Details "newValue is null"
After clicking the "+" to add a JDBC Driver I can add the JDBC driver indeed but the drivers are not showing up in the console.
When opening 'Datasources & Drivers -> Datasources' the datasources are listed correctly. But when trying to add another Datasource the same internal message is popping up and it ist not possible to add the Datasouce via Console
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 7 months
[JBoss JIRA] (ELY-1885) Component Version Maintenance
by Darran Lofthouse (Jira)
Darran Lofthouse created ELY-1885:
-------------------------------------
Summary: Component Version Maintenance
Key: ELY-1885
URL: https://issues.jboss.org/browse/ELY-1885
Project: WildFly Elytron
Issue Type: Component Upgrade
Components: Build
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.11.0.CR1
It is currently reported later versions of the following components are available: -
{noformat}
org.apache.commons:commons-lang3:3.8 -> 3.8.1
org.jboss.spec.javax.json:jboss-json-api_1.0_spec:1.0.0.Final -> 1.0.1.Final
org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.5_spec:1.0.1.Final -> 1.0.2.Final
org.wildfly.common:wildfly-common:1.5.1.Final -> 1.5.2.Final
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 7 months
[JBoss JIRA] (DROOLS-4608) Save and renameAndSave methods should be accessed directly from the SaveAndRenameService
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-4608?page=com.atlassian.jira.plugi... ]
Toni Rikkola updated DROOLS-4608:
---------------------------------
Issue Type: Task (was: Bug)
> Save and renameAndSave methods should be accessed directly from the SaveAndRenameService
> ----------------------------------------------------------------------------------------
>
> Key: DROOLS-4608
> URL: https://issues.jboss.org/browse/DROOLS-4608
> Project: Drools
> Issue Type: Task
> Components: Enumerations Editor, Guided Decision Table Editor, Guided Decision Tree Editor, Guided Rule Editor, Guided Score Card Editor, Guided Template Editor, Scenario Simulation and Testing, Test Scenarios Editor, XLS Decision Table Editor, XLS Score Card Editor
> Reporter: Toni Rikkola
> Assignee: Toni Rikkola
> Priority: Major
>
> Doing the rename and saveAndRename through the editor service is not working for all the editors. Also this introduces an unnecessary step when adding new editors.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 7 months
[JBoss JIRA] (DROOLS-4608) Save and renameAndSave methods should be accessed directly from the SaveAndRenameService
by Toni Rikkola (Jira)
Toni Rikkola created DROOLS-4608:
------------------------------------
Summary: Save and renameAndSave methods should be accessed directly from the SaveAndRenameService
Key: DROOLS-4608
URL: https://issues.jboss.org/browse/DROOLS-4608
Project: Drools
Issue Type: Bug
Components: Enumerations Editor, Guided Decision Table Editor, Guided Decision Tree Editor, Guided Rule Editor, Guided Score Card Editor, Guided Template Editor, Scenario Simulation and Testing, Test Scenarios Editor, XLS Decision Table Editor, XLS Score Card Editor
Reporter: Toni Rikkola
Assignee: Toni Rikkola
Doing the rename and saveAndRename through the editor service is not working for all the editors. Also this introduces an unnecessary step when adding new editors.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 7 months