[Red Hat JIRA] (DROOLS-5878) Fix "ApplyPmmlModelCommand.isMining()" implementation
by Gabriele Cardosi (Jira)
Gabriele Cardosi created DROOLS-5878:
----------------------------------------
Summary: Fix "ApplyPmmlModelCommand.isMining()" implementation
Key: DROOLS-5878
URL: https://issues.redhat.com/browse/DROOLS-5878
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Currently, ApplyPmmlModelCommand.isMining() has two main issues
1) is contrived
2) it seems to return wrong values due to a doubled/wrong negation
{code:java}
if (hasMining == null || !hasMining.booleanValue() == false) {
return false;
{code}
Fix it and add appropriate test
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months
[Red Hat JIRA] (WFLY-14157) Internal Error accessing EJB Runtime option at Management Console
by Rodolfo Spike (Jira)
Rodolfo Spike created WFLY-14157:
------------------------------------
Summary: Internal Error accessing EJB Runtime option at Management Console
Key: WFLY-14157
URL: https://issues.redhat.com/browse/WFLY-14157
Project: WildFly
Issue Type: Bug
Components: Management
Affects Versions: 21.0.1.Final
Reporter: Rodolfo Spike
Assignee: Jeff Mesnil
Hi,
It seems that EJB Runtime monitor at Management Console is broken.
I cannot monitor EJBs deployed at server because an error happens when the option is selected.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 5 months