]
Martin Choma moved WFLY-13867 to WFWIP-356:
-------------------------------------------
Project: WildFly WIP (was: WildFly)
Key: WFWIP-356 (was: WFLY-13867)
Component/s: MP Health
(was: MP Health)
Operations :check (-live, -ready) not present in embedded and
admin-only mode
-----------------------------------------------------------------------------
Key: WFWIP-356
URL:
https://issues.redhat.com/browse/WFWIP-356
Project: WildFly WIP
Issue Type: Bug
Components: MP Health
Reporter: Martin Choma
Assignee: Jeff Mesnil
Priority: Major
microprofile-health-smallrye subsystem operations {{:check}}, {{check-live}},
{{check-ready}} not present in embedded or admin-only mode. Is this expected or we should
move this jira to JBEAP bug?
Admin only mode
{code}
:reload(admin-only = true)
/subsystem=microprofile-health-smallrye:check
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0031: No operation named
'check' exists at address [(\"subsystem\" =>
\"microprofile-health-smallrye\")]",
"rolled-back" => true
}
{code}
Embedded mode
{code}
./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or
'help' for the list of supported commands.
[disconnected /] embed-server
[standalone@embedded /] /subsystem=microprofile-health-smallrye:check-ready
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0031: No operation named
'check-ready' exists at address [(\"subsystem\" =>
\"microprofile-health-smallrye\")]",
"rolled-back" => true
}
{code}