[JBoss JIRA] (DROOLS-2550) Cannot coerce BigInteger and BigDecimal using the Drools model compiler
by Luca Molteni (JIRA)
Luca Molteni created DROOLS-2550:
------------------------------------
Summary: Cannot coerce BigInteger and BigDecimal using the Drools model compiler
Key: DROOLS-2550
URL: https://issues.jboss.org/browse/DROOLS-2550
Project: Drools
Issue Type: Task
Components: core engine
Affects Versions: 7.7.0.Final
Reporter: Luca Molteni
Assignee: Luca Molteni
Priority: Optional
Fix For: 7.7.0.Final
In Mvel comparison between BigDecimal and BigInteger is supported such as
Person( money == new BigInteger( \"1\" ) )
Where money is a BigDecimal
We need to also support that in the code generation of the executable model
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2274) "?" special variable support
by Tibor Zimányi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2274?page=com.atlassian.jira.plugi... ]
Tibor Zimányi commented on DROOLS-2274:
---------------------------------------
I split the subtask to a separate issue. The tests didn't show any blockers, just minor issues, so this doesn't need to be opened till the tests are resolved.
> "?" special variable support
> ----------------------------
>
> Key: DROOLS-2274
> URL: https://issues.jboss.org/browse/DROOLS-2274
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Affects Versions: 7.7.0.Final
> Reporter: Fedor Gavrilov
> Assignee: Edson Tirelli
> Fix For: 7.8.0.Final
>
> Attachments: DMN12-71_proposal_v3.docx
>
>
> DMN 1.2 includes the support for extended unary tests that are basically expression in decision table cells that include the special variable '?'. See attached proposal.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JGRP-2264) JGRP000012 with SAP Hybris default config
by Diana Haase (JIRA)
[ https://issues.jboss.org/browse/JGRP-2264?page=com.atlassian.jira.plugin.... ]
Diana Haase commented on JGRP-2264:
-----------------------------------
hey, it works fine with the config, thanks
> JGRP000012 with SAP Hybris default config
> -----------------------------------------
>
> Key: JGRP-2264
> URL: https://issues.jboss.org/browse/JGRP-2264
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.11
> Reporter: Diana Haase
> Assignee: Bela Ban
>
> A lot of discarted messages in console.log of Hybris Clusters
> [UDP] | JGRP000012: discarded message from different cluster ...
> [UDP] | JGRP000012: discarded message from different cluster dev-hybris-broadcast (our cluster is con-hybris-broadcast). Sender was xxxxx (received 724 identical messages from xxxx in the last 60347 ms)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2532) UX design for scenario simulation
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2532?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2532:
-----------------------------------
Sprint: 2018 Week 19-20 (was: RHDM7-Iteration13)
> UX design for scenario simulation
> ---------------------------------
>
> Key: DROOLS-2532
> URL: https://issues.jboss.org/browse/DROOLS-2532
> Project: Drools
> Issue Type: Task
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
>
> As Aimee or Cameron I want to:
> * Easily create a test scenario template through the use of variable/data object placeholders so that I can create test scenarios against a single decision.
> * Define test scenarios through a UI so I can develop basic task scenarios with minimal engagement from IT.
> * Run a test scenario simulation so that I can verify the expected results against test simulation results.
> Verification conditions:
> Provide wireframe design and click-thru prototype which includes the following views:
> * Overview (properties)
> * Scenario Template
> * Scenarios Input Screen
> * Results
> * Code View
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (DROOLS-2530) DMN Decision Table - wrong evaluation of parameter named "product"
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2530?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2530:
-----------------------------------
Sprint: 2018 Week 17-18, 2018 Week 19-20 (was: 2018 Week 17-18)
> DMN Decision Table - wrong evaluation of parameter named "product"
> ------------------------------------------------------------------
>
> Key: DROOLS-2530
> URL: https://issues.jboss.org/browse/DROOLS-2530
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Affects Versions: 7.5.0.Final, 7.6.0.Final, 7.7.0.Final
> Reporter: David Le Moing
> Assignee: Fedor Gavrilov
> Priority: Critical
> Fix For: 7.8.0.Final
>
> Attachments: product_issue.dmn
>
>
> We have an input named "product" that is used in a decision table.
> We upgraded to Drools 7.7.0.Final and noticed that now, what was evaluated was not the object passed as parameter, but an object of type ProductFunction.
> The same issue is present in version 7.5.0.Final and 7.6.0.Final. It was working fine previously.
> I think the issue is coming from the method getAllValues() of EvaluationContextImpl. Maybe the stack should be reversed before iterating over it and putting the values in the map.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months