[JBoss JIRA] (DROOLS-2311) Drools Engine not able to load rules in spring-Boot project
by Tibor Zimányi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2311?page=com.atlassian.jira.plugi... ]
Tibor Zimányi updated DROOLS-2311:
----------------------------------
Story Points: 5
> Drools Engine not able to load rules in spring-Boot project
> -----------------------------------------------------------
>
> Key: DROOLS-2311
> URL: https://issues.jboss.org/browse/DROOLS-2311
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.5.0.Final
> Reporter: Chandresh Mishra
> Assignee: Mario Fusco
> Attachments: Drools-Issue.rar
>
>
> am using the Drools 7.5.0-final in the spring Boot project.
> I am working on a multi-module Gradle project. Rules and kmodule.xml is present in the sub-module project. This module is packaged as a Jar inside a fat spring boot Jar file.
> I am building the container from the classpath.
> KieContainer kContainer = kieService.newKieClasspathContainer();
> on server start-up (java -jar) it loads the Kmodule.xml and prints all the kbase and sessionName.
> But when I fire rules it returns zero rules fired.
> It works fine when I run as spring boot app from Eclipse. Please help.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2311) Drools Engine not able to load rules in spring-Boot project
by Tibor Zimányi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2311?page=com.atlassian.jira.plugi... ]
Tibor Zimányi updated DROOLS-2311:
----------------------------------
Tester: Tibor Zimányi
> Drools Engine not able to load rules in spring-Boot project
> -----------------------------------------------------------
>
> Key: DROOLS-2311
> URL: https://issues.jboss.org/browse/DROOLS-2311
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.5.0.Final
> Reporter: Chandresh Mishra
> Assignee: Mario Fusco
> Attachments: Drools-Issue.rar
>
>
> am using the Drools 7.5.0-final in the spring Boot project.
> I am working on a multi-module Gradle project. Rules and kmodule.xml is present in the sub-module project. This module is packaged as a Jar inside a fat spring boot Jar file.
> I am building the container from the classpath.
> KieContainer kContainer = kieService.newKieClasspathContainer();
> on server start-up (java -jar) it loads the Kmodule.xml and prints all the kbase and sessionName.
> But when I fire rules it returns zero rules fired.
> It works fine when I run as spring boot app from Eclipse. Please help.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2566) [DMN Editor] Integrate Editor into Workbench
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2566?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2566:
--------------------------------
Description:
Following https://issues.jboss.org/browse/DROOLS-2565 we can integrate the DMN Editor into the Workbench - adding support to enable/disable the Editor (disabled by default).
h3. Acceptance test
- Able to open DMN file, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
-- BAQE-514
- Able to create new DMN file, save, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
-- BAQE-514
was:
Following https://issues.jboss.org/browse/DROOLS-2565 we can integrate the DMN Editor into the Workbench - adding support to enable/disable the Editor (disabled by default).
h3. Acceptance test
- Able to open DMN file, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
-- DROOLS-2722
- Able to create new DMN file, save, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
-- DROOLS-2722
> [DMN Editor] Integrate Editor into Workbench
> --------------------------------------------
>
> Key: DROOLS-2566
> URL: https://issues.jboss.org/browse/DROOLS-2566
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Labels: drools-tools
>
> Following https://issues.jboss.org/browse/DROOLS-2565 we can integrate the DMN Editor into the Workbench - adding support to enable/disable the Editor (disabled by default).
> h3. Acceptance test
> - Able to open DMN file, validate, build and deploy project (/)
> -- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
> -- BAQE-514
> - Able to create new DMN file, save, validate, build and deploy project (/)
> -- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
> -- BAQE-514
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-71) Allow for configuration of Converter SPI implementations via management in microprofile-config-smallrye subsystem
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFWIP-71?page=com.atlassian.jira.plugin.s... ]
Jeff Mesnil commented on WFWIP-71:
----------------------------------
Do you have an use case for this?
Providing ConfigSource and ConfigSourceProvider from the subsystem makes sense so that we can leverage other subsystem to provide additional config source (e.g. a ConfigSource reading from a DB would use the datasource subsystem).
But I don't see what type of converters would be added in that kind of use case? (as opposed as bundling them in the user application).
> Allow for configuration of Converter SPI implementations via management in microprofile-config-smallrye subsystem
> -----------------------------------------------------------------------------------------------------------------
>
> Key: WFWIP-71
> URL: https://issues.jboss.org/browse/WFWIP-71
> Project: WildFly WIP
> Issue Type: Enhancement
> Components: MP Config
> Reporter: Michal Jurc
> Assignee: Jeff Mesnil
>
> MicroProfile configuration specifies three SPIs:
> * {{org.eclipse.microprofile.config.spi.ConfigSource}}
> * {{org.eclipse.microprofile.config.spi.ConfigSourceProvider}}
> * {{org.eclipse.microprofile.config.spi.Converter}}
> {{ConfigSource}} and {{ConfigSourceProvider}} services both can be exposed by WildFly management. We recommend providing the same capability for {{Converter}} services.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2566) [DMN Editor] Integrate Editor into Workbench
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2566?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2566:
--------------------------------
Description:
Following https://issues.jboss.org/browse/DROOLS-2565 we can integrate the DMN Editor into the Workbench - adding support to enable/disable the Editor (disabled by default).
h3. Acceptance test
- Able to open DMN file, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
-- DROOLS-2722
- Able to create new DMN file, save, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
-- DROOLS-2722
was:
Following https://issues.jboss.org/browse/DROOLS-2565 we can integrate the DMN Editor into the Workbench - adding support to enable/disable the Editor (disabled by default).
h3. Acceptance test
- Able to open DMN file, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
- Able to create new DMN file, save, validate, build and deploy project (/)
-- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
> [DMN Editor] Integrate Editor into Workbench
> --------------------------------------------
>
> Key: DROOLS-2566
> URL: https://issues.jboss.org/browse/DROOLS-2566
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Labels: drools-tools
>
> Following https://issues.jboss.org/browse/DROOLS-2565 we can integrate the DMN Editor into the Workbench - adding support to enable/disable the Editor (disabled by default).
> h3. Acceptance test
> - Able to open DMN file, validate, build and deploy project (/)
> -- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
> -- DROOLS-2722
> - Able to create new DMN file, save, validate, build and deploy project (/)
> -- https://github.com/jboss-integration/bxms-qe-tests/pull/1595
> -- DROOLS-2722
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months