[JBoss JIRA] (DROOLS-1663) Kie DMN doesn't support IMPORT decisions between DMN files
by Stylianos Koussouris (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1663?page=com.atlassian.jira.plugi... ]
Stylianos Koussouris updated DROOLS-1663:
-----------------------------------------
Workaround Description:
DMNRuntime: it is the same for the whole kcontainer. You create once and reuse for all your calls.
DMNContext: it is really just a Map<String,Object> of variable values. So you can pass it in to any call you make. The decisions will check for variables in the context, and if available, use them.
DMNModel: one per DMN file. Every time you execute a decision service, you need to specify whick DMNModel should be executed.
So you can create context C, execute DMNModel m1 with context C, then execute DMNModel m2 with the same context C. The variables will be preserved between calls.
> Kie DMN doesn't support IMPORT decisions between DMN files
> ----------------------------------------------------------
>
> Key: DROOLS-1663
> URL: https://issues.jboss.org/browse/DROOLS-1663
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Reporter: Stylianos Koussouris
> Assignee: Edson Tirelli
>
> DMN Spec 1.1
> Page 40.
> import: Import [*] This attribute is used to import externally defined elements and
> make them available for use by elements in this Definitions.
> Section 6.3.3 Import metamodel
> The aim here is to be able to import one Decision defined in a separate DMN into another where it is used as a supporting decision and is referenced (RequiredDecision)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (DROOLS-1660) Temporal operator fails after serialization
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1660?page=com.atlassian.jira.plugi... ]
Mario Fusco commented on DROOLS-1660:
-------------------------------------
In 2 weeks.
> Temporal operator fails after serialization
> -------------------------------------------
>
> Key: DROOLS-1660
> URL: https://issues.jboss.org/browse/DROOLS-1660
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 6.5.0.Final, 7.0.0.Final
> Reporter: Christopher Brecht
> Assignee: Mario Fusco
> Fix For: 7.2.0.Final
>
> Attachments: EventA.java, Reproducer.java
>
>
> I attached a reproducer of the problem. If I am executing the rules without serialization everything is working correctly.
> If I am executing it with serialization the rules are firing to often. I expect the rule to fire only once. It should fire once at 03:06:00 but it fires 3 times, once at 3:04:00 and 2 times at 3:06:00.
> It have to be a problem with serialization of the temporal operators like after,before, etc.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (DROOLS-1660) Temporal operator fails after serialization
by Christopher Brecht (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1660?page=com.atlassian.jira.plugi... ]
Christopher Brecht commented on DROOLS-1660:
--------------------------------------------
Thanks. When is the release date for version 7.2.0?
> Temporal operator fails after serialization
> -------------------------------------------
>
> Key: DROOLS-1660
> URL: https://issues.jboss.org/browse/DROOLS-1660
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 6.5.0.Final, 7.0.0.Final
> Reporter: Christopher Brecht
> Assignee: Mario Fusco
> Fix For: 7.2.0.Final
>
> Attachments: EventA.java, Reproducer.java
>
>
> I attached a reproducer of the problem. If I am executing the rules without serialization everything is working correctly.
> If I am executing it with serialization the rules are firing to often. I expect the rule to fire only once. It should fire once at 03:06:00 but it fires 3 times, once at 3:04:00 and 2 times at 3:06:00.
> It have to be a problem with serialization of the temporal operators like after,before, etc.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (AG-26) document where the public build artifacts live for the open source community
by Paulo Lopes (JIRA)
Paulo Lopes created AG-26:
-----------------------------
Summary: document where the public build artifacts live for the open source community
Key: AG-26
URL: https://issues.jboss.org/browse/AG-26
Project: Agroal
Issue Type: Enhancement
Affects Versions: 0.2
Reporter: Paulo Lopes
Assignee: Luis Barreiro
I'm trying to get agroal integrated with vertx jdbc client upsteam and for that we need a way to get the official build artifacts, preferably from maven central. I can't seem to find them and I didn't noticed where I could find them when quickly looking at the website.
Without this I can't submit the Pull Request I have to make agroal a option for connection pool at vert.x side.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (DROOLS-1663) Kie DMN doesn't support IMPORT decisions between DMN files
by Stylianos Koussouris (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1663?page=com.atlassian.jira.plugi... ]
Stylianos Koussouris updated DROOLS-1663:
-----------------------------------------
Description:
DMN Spec 1.1
Page 40.
import: Import [*] This attribute is used to import externally defined elements and
make them available for use by elements in this Definitions.
Section 6.3.3 Import metamodel
The aim here is to be able to import one Decision defined in a separate DMN into another where it is used as a supporting decision and is referenced (RequiredDecision)
was:
Page 40.
import: Import [*] This attribute is used to import externally defined elements and
make them available for use by elements in this Definitions.
Section 6.3.3 Import metamodel
The aim here is to be able to import one Decision defined in a separate DMN into another where it is used as a supporting decision and is referenced (RequiredDecision)
Summary: Kie DMN doesn't support IMPORT decisions between DMN files (was: Kie DMN doesn't support)
> Kie DMN doesn't support IMPORT decisions between DMN files
> ----------------------------------------------------------
>
> Key: DROOLS-1663
> URL: https://issues.jboss.org/browse/DROOLS-1663
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Reporter: Stylianos Koussouris
> Assignee: Edson Tirelli
>
> DMN Spec 1.1
> Page 40.
> import: Import [*] This attribute is used to import externally defined elements and
> make them available for use by elements in this Definitions.
> Section 6.3.3 Import metamodel
> The aim here is to be able to import one Decision defined in a separate DMN into another where it is used as a supporting decision and is referenced (RequiredDecision)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months