[JBoss JIRA] (DROOLS-4501) [DMN Designer] Validation fails for included PMML model
by Guilherme Gomes (Jira)
Guilherme Gomes created DROOLS-4501:
---------------------------------------
Summary: [DMN Designer] Validation fails for included PMML model
Key: DROOLS-4501
URL: https://issues.jboss.org/browse/DROOLS-4501
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.25.0.Final
Reporter: Guilherme Gomes
Assignee: Guilherme Gomes
There is an issue when user imports a PMML model into a DMN model. Then saving/validation of the DMN throws an error.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years
[JBoss JIRA] (WFLY-12472) Fix NPE in JndiNamingDependencyProcessor if EE subsystem is not present
by Richard Opalka (Jira)
Richard Opalka created WFLY-12472:
-------------------------------------
Summary: Fix NPE in JndiNamingDependencyProcessor if EE subsystem is not present
Key: WFLY-12472
URL: https://issues.jboss.org/browse/WFLY-12472
Project: WildFly
Issue Type: Bug
Components: Naming
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: 18.0.0.Beta1
03:48:16,932 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.deployment.unit."infinispan-server-testsuite-9.4.16.ER1-redhat-00001-tests.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."infinispan-server-testsuite-9.4.16.ER1-redhat-00001-tests.jar".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "infinispan-server-testsuite-9.4.16.ER1-redhat-00001-tests.jar"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:151)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700)
at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at org.jboss.as.naming.deployment.JndiNamingDependencyProcessor.installComponentJndiAggregatingServices(JndiNamingDependencyProcessor.java:83)
at org.jboss.as.naming.deployment.JndiNamingDependencyProcessor.deploy(JndiNamingDependencyProcessor.java:67)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:144)
... 8 more
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years
[JBoss JIRA] (DROOLS-4368) HACEP Refactor DefaultKafkaConsumer
by Luca Molteni (Jira)
[ https://issues.jboss.org/browse/DROOLS-4368?page=com.atlassian.jira.plugi... ]
Luca Molteni updated DROOLS-4368:
---------------------------------
Sprint: 2019 Week 35-37
> HACEP Refactor DefaultKafkaConsumer
> -----------------------------------
>
> Key: DROOLS-4368
> URL: https://issues.jboss.org/browse/DROOLS-4368
> Project: Drools
> Issue Type: Task
> Components: core engine
> Reporter: Daniele Zonca
> Assignee: Massimiliano Dessi
> Priority: Major
> Labels: HADrools
>
> Try to uniform leader/replica flow:
> - If I'm the leader it invokes `defaultProcessAsLeader` -> `processLeader` -> `process/processWithSnapshot`
> - If I'm a replica it invokes `defaultProcessAsAReplica` -> `consumeEventsFromBufferAsAReplica` -> `processEventsAsAReplica` -> `process`
> Try to remove most/all boolean and use proper method parameter
> Verify defaultProcessAsAReplica else branch. This should never happen because if leader sent a message about process a specific event, it should be available
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years
[JBoss JIRA] (DROOLS-4496) Empty Structure causes DMN editor to crash
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4496?page=com.atlassian.jira.plugi... ]
Guilherme Gomes updated DROOLS-4496:
------------------------------------
Priority: Blocker (was: Major)
> Empty Structure causes DMN editor to crash
> ------------------------------------------
>
> Key: DROOLS-4496
> URL: https://issues.jboss.org/browse/DROOLS-4496
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.26.0.Final
> Reporter: Edoardo Vacchi
> Assignee: Guilherme Gomes
> Priority: Blocker
>
> Steps to reproduce:
> - Create a custom data type: a Structure with no sub-fields (delete the one that gets created automatically).
> - Save and close
> - Create an input and assign said data type
> - Create a decision and connect it to the input
> - Open the decision and select Decision Table
> - An error is thrown
> - the editor is rendered unusable until it is closed and reopened
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years
[JBoss JIRA] (DROOLS-4496) Empty Structure causes DMN editor to crash
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4496?page=com.atlassian.jira.plugi... ]
Guilherme Gomes commented on DROOLS-4496:
-----------------------------------------
Yes, [~tirelli]. I'm changing the priority to *Blocker* (since we need to merge it on *7.26.x*).
> Empty Structure causes DMN editor to crash
> ------------------------------------------
>
> Key: DROOLS-4496
> URL: https://issues.jboss.org/browse/DROOLS-4496
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.26.0.Final
> Reporter: Edoardo Vacchi
> Assignee: Guilherme Gomes
> Priority: Major
>
> Steps to reproduce:
> - Create a custom data type: a Structure with no sub-fields (delete the one that gets created automatically).
> - Save and close
> - Create an input and assign said data type
> - Create a decision and connect it to the input
> - Open the decision and select Decision Table
> - An error is thrown
> - the editor is rendered unusable until it is closed and reopened
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years
[JBoss JIRA] (DROOLS-4488) DMN runtime listener from kmodule
by Matteo Mortari (Jira)
[ https://issues.jboss.org/browse/DROOLS-4488?page=com.atlassian.jira.plugi... ]
Matteo Mortari reopened DROOLS-4488:
------------------------------------
> DMN runtime listener from kmodule
> ---------------------------------
>
> Key: DROOLS-4488
> URL: https://issues.jboss.org/browse/DROOLS-4488
> Project: Drools
> Issue Type: Feature Request
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Matteo Mortari
> Priority: Major
>
> When using Drools DMN open source engine locally/embedded, the developer can programmatically attach a DMNRuntimeListener to the DMNRuntime.
> However, there is not equivalent feature on kie-server, or any other purely-kieContainer(kjar)-based deployment model.
> Having a specific property in kmodule to specify the listener to be loaded would address this gap
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years