[JBoss JIRA] (DROOLS-2397) PMML modules have classloader issues in OSGi
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2397?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2397:
-----------------------------------
Sprint: 2018 Week 33-35, 2018 Week 36-38 (was: 2018 Week 33-35)
> PMML modules have classloader issues in OSGi
> --------------------------------------------
>
> Key: DROOLS-2397
> URL: https://issues.jboss.org/browse/DROOLS-2397
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.6.0.Final
> Environment: Equinox OSGi container, Java 8
> Reporter: Jens Reimann
> Assignee: Lance Leverich
> Labels: drools-core
>
> The drools PMML modules (drools-pmml and kie-pmml) both suffer from a few class loader issues when running inside an OSGi container.
> The KieBase built for transforming the PMML model to Drools model selects the wrong class loader (based on the context class loader). The JAXB instance creator fails with the same problem.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2848) Make the Verifier Web Worker connector reusable for different V&V types
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2848?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2848:
-----------------------------------
Sprint: 2018 Week 33-35, 2018 Week 36-38 (was: 2018 Week 33-35)
> Make the Verifier Web Worker connector reusable for different V&V types
> -----------------------------------------------------------------------
>
> Key: DROOLS-2848
> URL: https://issues.jboss.org/browse/DROOLS-2848
> Project: Drools
> Issue Type: Task
> Components: DMN Editor, Guided Decision Table Editor, verifier
> Reporter: Toni Rikkola
> Assignee: Toni Rikkola
> Labels: drools-tools
>
> Actions needed for this:
> * Rename DTable verifier to dtableverifier
> * Make a register for web workers that finds the right backend providers with CDI
> * Create webworker service into kie-wb-common-verifier-api that delivers the correct web worker files based on the module name.
> * Make the drools-wb-verifier-webworker provide the web worker so the the web worker service picks it up.
> * Move the actual web worker connection codes from dtables module to kie-wb-common-api and make them generic
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2563) [DMN Editor] Add support to define data-types
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2563?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2563:
-----------------------------------
Sprint: 2018 Week 27-29, 2018 Week 30-32, 2018 Week 33-35, 2018 Week 36-38 (was: 2018 Week 27-29, 2018 Week 30-32, 2018 Week 33-35)
> [DMN Editor] Add support to define data-types
> ---------------------------------------------
>
> Key: DROOLS-2563
> URL: https://issues.jboss.org/browse/DROOLS-2563
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Guilherme Carreiro
> Labels: drools-tools
>
> As a practitioner, I want to be able to define Data Types in the UI, so that when the DMN engine evaluates a decision table input/output it will check if the type of the value matches the specified type.
> Verification conditions:
> Support added for the User to define data-types ({{ItemDefinition}}).
> This may become a top-level task when I get to work on it; as the requirement is quite large and encompasses nested data-types (a whole new grid will be required); and definition of enums, constrains on values etc.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2535) Standalone Authoring - Project Explorer should not show up with StandaloneAuthoringPerspective
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2535?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2535:
-----------------------------------
Sprint: 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26, 2018 Week 27-29, 2018 Week 30-32, 2018 Week 33-35, 2018 Week 36-38 (was: 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26, 2018 Week 27-29, 2018 Week 30-32, 2018 Week 33-35)
> Standalone Authoring - Project Explorer should not show up with StandaloneAuthoringPerspective
> ----------------------------------------------------------------------------------------------
>
> Key: DROOLS-2535
> URL: https://issues.jboss.org/browse/DROOLS-2535
> Project: Drools
> Issue Type: Bug
> Reporter: Toni Rikkola
> Assignee: Toni Rikkola
>
> No need to have the ProjectExplorer when your goal is to edit a single asset. If you want to edit multiple you want the LibraryPerspective.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2823) FEEL Parser: `not` breaks with `list contains`
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2823?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-2823:
-----------------------------------
Sprint: 2018 Week 30-32, 2018 Week 33-35, 2018 Week 36-38 (was: 2018 Week 30-32, 2018 Week 33-35)
> FEEL Parser: `not` breaks with `list contains`
> -----------------------------------------------
>
> Key: DROOLS-2823
> URL: https://issues.jboss.org/browse/DROOLS-2823
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Reporter: Edoardo Vacchi
> Assignee: Edoardo Vacchi
>
> *list contains([1,2,3,4,5,6], 3)* returns true
> *not(list contains([1,2,3,4,5,6], 3))* returns “list contains([1,2,3,4,5,6], 3)”, it should return false
> Most likely related to an issue with the parse tree branches
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months