[JBoss JIRA] (DROOLS-5435) Create kie-pmml-trusty dependencies pom
by Gabriele Cardosi (Jira)
[ https://issues.redhat.com/browse/DROOLS-5435?page=com.atlassian.jira.plug... ]
Gabriele Cardosi updated DROOLS-5435:
-------------------------------------
Description:
Create a maven "pom" module that defines all the kie-pmml-new dependencies.
Such module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-trusty modules.
Then, client module would just need to declare such pom as dependency (with "pom" type)
e.g.
<dependencies>
...
<dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>
was:
Create a maven "pom" module that defines all the kie-pmml-new dependencies.
Such module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-trusty modules.
Then, client module would just need to declare such pom as dependency (with "pom" type)
e.g.
<dependencies>
...
<dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependenciesi</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>
> Create kie-pmml-trusty dependencies pom
> ---------------------------------------
>
> Key: DROOLS-5435
> URL: https://issues.redhat.com/browse/DROOLS-5435
> Project: Drools
> Issue Type: Task
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: TrustyAI
>
> Create a maven "pom" module that defines all the kie-pmml-new dependencies.
> Such module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-trusty modules.
> Then, client module would just need to declare such pom as dependency (with "pom" type)
> e.g.
>
> <dependencies>
> ...
> <dependency>
> <dependency>
> <groupId>org.kie</groupId>
> <artifactId>kie-pmml-dependencies</artifactId>
> <type>pom</type>
> </dependency>
> </dependency>
> </dependencies>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (DROOLS-5435) Create kie-pmml-trusty dependencies pom
by Gabriele Cardosi (Jira)
[ https://issues.redhat.com/browse/DROOLS-5435?page=com.atlassian.jira.plug... ]
Gabriele Cardosi updated DROOLS-5435:
-------------------------------------
Summary: Create kie-pmml-trusty dependencies pom (was: Create kie-pmml-new dependencies pom)
> Create kie-pmml-trusty dependencies pom
> ---------------------------------------
>
> Key: DROOLS-5435
> URL: https://issues.redhat.com/browse/DROOLS-5435
> Project: Drools
> Issue Type: Task
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: TrustyAI
>
> Create a maven "pom" module that defines all the kie-pmml-new dependencies.
> Suche module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-new modules.
> Then, client module would just need to declare such pom as dependency (with "pom" type)
> e.g.
>
> <dependencies>
> ...
> <dependency>
> <dependency>
> <groupId>org.kie</groupId>
> <artifactId>kie-pmml-dependenciesi</artifactId>
> <type>pom</type>
> </dependency>
> </dependency>
> </dependencies>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (DROOLS-5435) Create kie-pmml-trusty dependencies pom
by Gabriele Cardosi (Jira)
[ https://issues.redhat.com/browse/DROOLS-5435?page=com.atlassian.jira.plug... ]
Gabriele Cardosi updated DROOLS-5435:
-------------------------------------
Description:
Create a maven "pom" module that defines all the kie-pmml-new dependencies.
Such module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-trusty modules.
Then, client module would just need to declare such pom as dependency (with "pom" type)
e.g.
<dependencies>
...
<dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependenciesi</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>
was:
Create a maven "pom" module that defines all the kie-pmml-new dependencies.
Suche module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-new modules.
Then, client module would just need to declare such pom as dependency (with "pom" type)
e.g.
<dependencies>
...
<dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependenciesi</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>
> Create kie-pmml-trusty dependencies pom
> ---------------------------------------
>
> Key: DROOLS-5435
> URL: https://issues.redhat.com/browse/DROOLS-5435
> Project: Drools
> Issue Type: Task
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: TrustyAI
>
> Create a maven "pom" module that defines all the kie-pmml-new dependencies.
> Such module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-trusty modules.
> Then, client module would just need to declare such pom as dependency (with "pom" type)
> e.g.
>
> <dependencies>
> ...
> <dependency>
> <dependency>
> <groupId>org.kie</groupId>
> <artifactId>kie-pmml-dependenciesi</artifactId>
> <type>pom</type>
> </dependency>
> </dependency>
> </dependencies>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (DROOLS-2993) Can't enable reason code in the guided scorecard
by Toni Rikkola (Jira)
[ https://issues.redhat.com/browse/DROOLS-2993?page=com.atlassian.jira.plug... ]
Toni Rikkola commented on DROOLS-2993:
--------------------------------------
Right I can see the problem now. It looks like the `reasons` is a list and for this reason you can not add constraints for it.
This editor is unfortunately not supported at the moment, but the good news is a new one is coming. Bad news related to the new editor is that the work is just starting, so will take a while before it is usable.
> Can't enable reason code in the guided scorecard
> ------------------------------------------------
>
> Key: DROOLS-2993
> URL: https://issues.redhat.com/browse/DROOLS-2993
> Project: Drools
> Issue Type: Bug
> Components: Guided Score Card Editor
> Affects Versions: 7.11.0.Final
> Environment: All in one jbpm server
> Reporter: yi gong
> Assignee: Toni Rikkola
> Priority: Blocker
> Labels: drools-tools
> Attachments: sandbox1.zip
>
>
> Can't enable the reason code in the guided scorecard editor even the data object has a filed which is string list.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months