[JBoss JIRA] (DROOLS-2757) KieContainer.verify(kBaseName) throws NPE if kmodule.xml is missing
by Luca Buraggi (JIRA)
Luca Buraggi created DROOLS-2757:
------------------------------------
Summary: KieContainer.verify(kBaseName) throws NPE if kmodule.xml is missing
Key: DROOLS-2757
URL: https://issues.jboss.org/browse/DROOLS-2757
Project: Drools
Issue Type: Bug
Affects Versions: 7.8.0.Final
Environment: Not relevant
Reporter: Luca Buraggi
Assignee: Edson Tirelli
Priority: Minor
Attachments: drooltestjar.zip
If for any reason the META-INF/kmodule.xml file is missing in a project the KieContainer.verify(kBaseName) throws a NPE making the the real cause quite hard to discover.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2756) KieContainer.verify(kBaseName) throws NPE when kBaseName is wrong
by Luca Buraggi (JIRA)
Luca Buraggi created DROOLS-2756:
------------------------------------
Summary: KieContainer.verify(kBaseName) throws NPE when kBaseName is wrong
Key: DROOLS-2756
URL: https://issues.jboss.org/browse/DROOLS-2756
Project: Drools
Issue Type: Bug
Affects Versions: 7.8.0.Final
Environment: Not relevant
Reporter: Luca Buraggi
Assignee: Edson Tirelli
Priority: Minor
Attachments: drooltestjar.zip
This snippet:
{code:java}
// Using a wrong KB name causes a NPE
KieContainer kc = DroolsUtils.getAndVerifyKieContainer("WrongKBName");
{code}
throws a NPE with thr following stacktrace
{code:java}
testSomeMethod(org.mydomain.drooltestjar.DroolsUtilsTest) Time elapsed: 1.065 sec <<< ERROR!
java.lang.NullPointerException
at org.drools.compiler.kie.builder.impl.AbstractKieProject.buildKnowledgePackages(AbstractKieProject.java:207)
at org.drools.compiler.kie.builder.impl.AbstractKieProject.verify(AbstractKieProject.java:80)
at org.drools.compiler.kie.builder.impl.AbstractKieProject.verify(AbstractKieProject.java:68)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.verify(KieContainerImpl.java:343)
...
...
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-10712) Expose Metrics so that it can be consumed by OpenShift Console
by Heiko Rupp (JIRA)
[ https://issues.jboss.org/browse/WFLY-10712?page=com.atlassian.jira.plugin... ]
Heiko Rupp updated WFLY-10712:
------------------------------
Description:
Expose Metric so that it can be consumed by OpenShift Console
This should be implemented in manner that is consistent with WildFly Swarm i.e. MicroProfile specifications where applicable.
This requirement can be delivered as Technology Preview for WF 14.
was:
Expose Health Check so that it can be consumed by OpenShift Console
This should be implemented in manner that is consistent with WildFly Swarm i.e. MicroProfile specifications where applicable.
This requirement can be delivered as Technology Preview for WF 14.
> Expose Metrics so that it can be consumed by OpenShift Console
> --------------------------------------------------------------
>
> Key: WFLY-10712
> URL: https://issues.jboss.org/browse/WFLY-10712
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Bilge Ozpeynirci
> Assignee: Heiko Rupp
> Labels: OS_Observability
>
> Expose Metric so that it can be consumed by OpenShift Console
> This should be implemented in manner that is consistent with WildFly Swarm i.e. MicroProfile specifications where applicable.
> This requirement can be delivered as Technology Preview for WF 14.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-10712) Expose Metrics so that it can be consumed by OpenShift Console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-10712?page=com.atlassian.jira.plugin... ]
Brian Stansberry moved EAP7-1059 to WFLY-10712:
-----------------------------------------------
Project: WildFly (was: EAP 7 Planning Pilot)
Key: WFLY-10712 (was: EAP7-1059)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow 2.0)
Component/s: (was: OpenShift)
Jirban PT Pre-Checked (PC): (was: TODO)
Target Release: (was: 7.2.0.GA)
Jirban PT Community Docs (CD): (was: TODO)
Jirban PT Product Docs (PD): (was: New)
Jirban PT Test Dev (TD): (was: TODO)
Jirban PT Docs Analysis (DA): (was: TODO)
Jirban PT Test Plan (TP): (was: TODO)
Jirban PT Analysis Document (AD): (was: TODO)
> Expose Metrics so that it can be consumed by OpenShift Console
> --------------------------------------------------------------
>
> Key: WFLY-10712
> URL: https://issues.jboss.org/browse/WFLY-10712
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Bilge Ozpeynirci
> Assignee: Brian Stansberry
> Labels: OS_Observability
>
> Expose Health Check so that it can be consumed by OpenShift Console
> This should be implemented in manner that is consistent with WildFly Swarm i.e. MicroProfile specifications where applicable.
> This requirement can be delivered as Technology Preview for WF 14.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years