[JBoss JIRA] (DROOLS-1529) Return in new item returns to the home screen instead of creating the item
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1529?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-1529:
----------------------------------------
[~karreiro] I suspect this can now be moved to AppFormer (following our re-organisation). It definitely isn't "drools tools" specific.
[~jomarko] FYI... This sounds more like a generic issue with the Library and New Resource Handlers.
> Return in new item returns to the home screen instead of creating the item
> --------------------------------------------------------------------------
>
> Key: DROOLS-1529
> URL: https://issues.jboss.org/browse/DROOLS-1529
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.0.0.CR1
> Environment: wildfly 10.0 - Windows 10 - Microsoft Edge
> Reporter: Martijn Burger
> Assignee: Guilherme Carreiro
> Priority: Minor
> Labels: drools-tools
>
> When I create a new item in the KIE Workbench, for instance a DRL file, after entering the item name when a hit enter, I expect that the item will be created. Instead the system returns me to the home screen without creating the item.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-1718) Accept hexadecimal values in rule LHS
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1718?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1718:
--------------------------------
Component/s: Guided Rule Editor
> Accept hexadecimal values in rule LHS
> -------------------------------------
>
> Key: DROOLS-1718
> URL: https://issues.jboss.org/browse/DROOLS-1718
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor
> Reporter: Uli Bubenheimer
> Priority: Minor
> Labels: drools-tools
>
> It is not possible to use a hexadecimal value in the LHS of a rule.
> The manual says: "All standard Java numeric primitives are supported." As hexadecimal values are standard Java numeric primitives, this could be considered not just a new feature, but a bug (documentation bug at least).
> I found this issue first mentioned in the referenced user forum post from 2006; sadly, the poster did not create a JIRA issue as suggested, or at least I could not find one.
> Example:
> rule "bla"
> when
> Value( tag == 0x00080060 ) // ERROR!
> then
> //something
> end
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-1718) Accept hexadecimal values in rule LHS
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1718?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1718:
--------------------------------
Tester: Jozef Marko
> Accept hexadecimal values in rule LHS
> -------------------------------------
>
> Key: DROOLS-1718
> URL: https://issues.jboss.org/browse/DROOLS-1718
> Project: Drools
> Issue Type: Bug
> Components: Guided Rule Editor
> Reporter: Uli Bubenheimer
> Priority: Minor
> Labels: drools-tools
>
> It is not possible to use a hexadecimal value in the LHS of a rule.
> The manual says: "All standard Java numeric primitives are supported." As hexadecimal values are standard Java numeric primitives, this could be considered not just a new feature, but a bug (documentation bug at least).
> I found this issue first mentioned in the referenced user forum post from 2006; sadly, the poster did not create a JIRA issue as suggested, or at least I could not find one.
> Example:
> rule "bla"
> when
> Value( tag == 0x00080060 ) // ERROR!
> then
> //something
> end
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-1719) Problems when defining a test scenario in Spanish with a Date field
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1719?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1719:
--------------------------------
Tester: Jozef Marko
> Problems when defining a test scenario in Spanish with a Date field
> -------------------------------------------------------------------
>
> Key: DROOLS-1719
> URL: https://issues.jboss.org/browse/DROOLS-1719
> Project: Drools
> Issue Type: Bug
> Components: Test Scenarios Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Workbench 6.5.0
> WildFly 1.10.x
> Reporter: R D
> Assignee: Toni Rikkola
> Priority: Minor
> Labels: drools-tools
> Attachments: MyTestEnglish_EnglishWorkbench.PNG, MyTestEnglish_SpanishWorkbench.PNG, MyTestSpanish_EnglishWorkbench.PNG, MyTestSpanish_SpanishWorkbench.PNG
>
>
> We detect two bugs:
> 1. When executing a test scenario in a KIE workbench in Spanish, a field defined as Date seems not to be parsed correctly and always enters the rule file as null.
> 2. When switching to English in the KIE workbench the test scenario we defined in Spanish does not load. When we change back to Spanish the page with the test scenario loads again.
> Why is this a bug?
> 1. When we create the same test scenario in a KIE workbench in English, the field defined as Date has a value in the rule file and this value is the one that is provided in the test scenario .
> 2. When we switch the KIE workbench to Spanish, the test scenario defined in English does not load.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-1719) Problems when defining a test scenario in Spanish with a Date field
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1719?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1719:
--------------------------------
Component/s: Test Scenarios Editor
> Problems when defining a test scenario in Spanish with a Date field
> -------------------------------------------------------------------
>
> Key: DROOLS-1719
> URL: https://issues.jboss.org/browse/DROOLS-1719
> Project: Drools
> Issue Type: Bug
> Components: Test Scenarios Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Workbench 6.5.0
> WildFly 1.10.x
> Reporter: R D
> Assignee: Toni Rikkola
> Priority: Minor
> Labels: drools-tools
> Attachments: MyTestEnglish_EnglishWorkbench.PNG, MyTestEnglish_SpanishWorkbench.PNG, MyTestSpanish_EnglishWorkbench.PNG, MyTestSpanish_SpanishWorkbench.PNG
>
>
> We detect two bugs:
> 1. When executing a test scenario in a KIE workbench in Spanish, a field defined as Date seems not to be parsed correctly and always enters the rule file as null.
> 2. When switching to English in the KIE workbench the test scenario we defined in Spanish does not load. When we change back to Spanish the page with the test scenario loads again.
> Why is this a bug?
> 1. When we create the same test scenario in a KIE workbench in English, the field defined as Date has a value in the rule file and this value is the one that is provided in the test scenario .
> 2. When we switch the KIE workbench to Spanish, the test scenario defined in English does not load.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-1719) Problems when defining a test scenario in Spanish with a Date field
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1719?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1719:
--------------------------------
Labels: drools-tools (was: )
> Problems when defining a test scenario in Spanish with a Date field
> -------------------------------------------------------------------
>
> Key: DROOLS-1719
> URL: https://issues.jboss.org/browse/DROOLS-1719
> Project: Drools
> Issue Type: Bug
> Components: Test Scenarios Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Workbench 6.5.0
> WildFly 1.10.x
> Reporter: R D
> Assignee: Toni Rikkola
> Priority: Minor
> Labels: drools-tools
> Attachments: MyTestEnglish_EnglishWorkbench.PNG, MyTestEnglish_SpanishWorkbench.PNG, MyTestSpanish_EnglishWorkbench.PNG, MyTestSpanish_SpanishWorkbench.PNG
>
>
> We detect two bugs:
> 1. When executing a test scenario in a KIE workbench in Spanish, a field defined as Date seems not to be parsed correctly and always enters the rule file as null.
> 2. When switching to English in the KIE workbench the test scenario we defined in Spanish does not load. When we change back to Spanish the page with the test scenario loads again.
> Why is this a bug?
> 1. When we create the same test scenario in a KIE workbench in English, the field defined as Date has a value in the rule file and this value is the one that is provided in the test scenario .
> 2. When we switch the KIE workbench to Spanish, the test scenario defined in English does not load.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-1448) [XLS Decision Table] Integer values for Double attributes causes validation error
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1448?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-1448:
--------------------------------
Component/s: core engine
(was: XLS Decision Table Editor)
> [XLS Decision Table] Integer values for Double attributes causes validation error
> ---------------------------------------------------------------------------------
>
> Key: DROOLS-1448
> URL: https://issues.jboss.org/browse/DROOLS-1448
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.0.0.Beta6
> Reporter: Jozef Marko
> Assignee: Mario Fusco
> Priority: Minor
> Labels: dtable_testday_preparation, qe-test-day, reported-by-qe
> Attachments: Driver.java, ExamplePolicyPricing.xls, Policy.java, Screenshot from 2017-02-02 10-22-21.png
>
>
> If the XLS decision contains Integer values for column ( attribute ) that is Double data type, then the XLS decision table is not validated successfully. After conversion to guided decision table is the table validated successfully.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years