[Red Hat JIRA] (DROOLS-5867) Update ApplyPmmlModelCommand to manage both PMML implementations
by Gabriele Cardosi (Jira)
Gabriele Cardosi created DROOLS-5867:
----------------------------------------
Summary: Update ApplyPmmlModelCommand to manage both PMML implementations
Key: DROOLS-5867
URL: https://issues.redhat.com/browse/DROOLS-5867
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Currently, ApplyPmmlModelCommand (inside drools) invoke directly the legacy PMML delegate (ApplyPmmlModelCommandExecutorImpl).
# code a PMML-trusty implementation of ApplyPmmlModelCommandExecutor (needed ?)
# modify ApplyPmmlModelCommand to switch between implementations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[Red Hat JIRA] (DROOLS-5871) DrlDumper does not generate the accumulate import
by Hiroko Miura (Jira)
Hiroko Miura created DROOLS-5871:
------------------------------------
Summary: DrlDumper does not generate the accumulate import
Key: DROOLS-5871
URL: https://issues.redhat.com/browse/DROOLS-5871
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.44.0.Final, 7.46.0.Final
Reporter: Hiroko Miura
Assignee: Mario Fusco
Attachments: import-accumulate-test.zip
DrlDumper is not printing out the accumulate import.
Here is an example code of PackageDescrBuilder.
{noformat}
PackageDescr packageDescr = DescrFactory.newPackage().name("examples.drools")
.newImport().target("java.math.BigDecimal").end()
.newAccumulateImport().target("examples.drools.accumulate.OriginalFunction").functionName("originalFunction").end()
.newRule().name("Test Rule")
.lhs()
.accumulate()
.source().pattern().type("TargetFact").id("$target", false)
.end()
.end()
.function("originalFunction", "$accumulateResult", false, "$target.hoge")
.constraint("true")
.end()
.end()
.rhs("System.out.println($accumulateResult);")
.end()
.end().getDescr();
String drl = new DrlDumper().dump(packageDescr);
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[Red Hat JIRA] (DROOLS-5869) Running tests should not affect incremental build
by Toni Rikkola (Jira)
[ https://issues.redhat.com/browse/DROOLS-5869?page=com.atlassian.jira.plug... ]
Toni Rikkola moved RHDM-1515 to DROOLS-5869:
--------------------------------------------
Project: Drools (was: Red Hat Decision Manager)
Key: DROOLS-5869 (was: RHDM-1515)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: core engine
(was: Decision Central)
Affects Build: (was: CR1)
Affects Version/s: (was: 7.9.1.GA)
QE Status: NEW
> Running tests should not affect incremental build
> -------------------------------------------------
>
> Key: DROOLS-5869
> URL: https://issues.redhat.com/browse/DROOLS-5869
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Reporter: Tomas David
> Assignee: Toni Rikkola
> Priority: Major
> Labels: drools-tools
>
> For a Scenario Simulation that tests DRL rule and facts having an enum property a seemingly class-loading issue occurs in Business Central.
> The ultimate error is in the DRL file validation. Please see DROOLS-5458 for more details.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[Red Hat JIRA] (WFLY-14156) Remove MicroProfile REST Client from Wildfly ee
by Emmanuel Hugonnet (Jira)
[ https://issues.redhat.com/browse/WFLY-14156?page=com.atlassian.jira.plugi... ]
Emmanuel Hugonnet moved EAP7-1590 to WFLY-14156:
------------------------------------------------
Project: WildFly (was: JBoss EAP Planning for version 7 and above)
Key: WFLY-14156 (was: EAP7-1590)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow 2.0)
Component/s: MP REST Client
REST
(was: MicroProfile)
(was: REST)
EAP PT Feature Implementation (FI): (was: TODO)
Fix Version/s: (was: 7.4.0.Beta)
EAP PT Pre-Checked (PC): (was: TODO)
Target Release: (was: 7.4.0.GA)
EAP PT Community Docs (CD): (was: TODO)
EAP PT Product Docs (PD): (was: New)
EAP PT Test Dev (TD): (was: TODO)
EAP PT Docs Analysis (DA): (was: TODO)
EAP PT Test Plan (TP): (was: TODO)
EAP PT Analysis Document (AD): (was: TODO)
> Remove MicroProfile REST Client from Wildfly ee
> -----------------------------------------------
>
> Key: WFLY-14156
> URL: https://issues.redhat.com/browse/WFLY-14156
> Project: WildFly
> Issue Type: Feature Request
> Components: MP REST Client, REST
> Reporter: Emmanuel Hugonnet
> Assignee: Emmanuel Hugonnet
> Priority: Blocker
> Labels: EAP-CD22
>
> The MicroProfile REST Client functionalities are expected to be provided in EAP XP only.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months