-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
7.0.0.CR2
-
None
show-resources operation of jaxrs subsystem should be described in documentation
Example of usage:
- ./standalone.sh
- ./jboss-cli.sh -c
- deploy /home/mkopecky/playground/resteasy/single-application/target/jaxrs-eap.war
- /deployment=jaxrs-eap.war/subsystem=jaxrs:show-resources
Example of CLI output:
[standalone@localhost:9990 /] /deployment=jaxrs-eap.war/subsystem=jaxrs:show-resources
{
"outcome" => "success",
"result" => [
{
"resource-class" => "org.resteasy.simple.deployment.AdvancedService",
"resource-path" => "/sample/entity/post",
"resource-methods" => ["GET /jaxrs-eap/a/sample/entity/post - org.resteasy.simple.deployment.AdvancedService.post3()"]
},
{
"resource-class" => "org.resteasy.simple.deployment.SimpleService",
"resource-path" => "/test/sleep",
"resource-methods" => ["GET /jaxrs-eap/a/test/sleep - org.resteasy.simple.deployment.SimpleService.sleep()"]
},
{
"resource-class" => "org.resteasy.simple.deployment.AdvancedService",
"resource-path" => "/sample/entity/post2",
"resource-methods" => ["POST /jaxrs-eap/a/sample/entity/post2 - org.resteasy.simple.deployment.AdvancedService.post2(...)"]
}
]
}
[standalone@localhost:9990 /]
- duplicates
-
JBEAP-7132 [DOC RFE] read-resource operation of jaxrs subsystem must provide more informations about end-point
-
- Closed
-
- relates to
-
JBEAP-4373 show-resources operation of jaxrs subsystem shows wrong path in resource-methods attribute
-
- Verified
-
-
JBEAP-4374 add and remove operation of jaxrs subsystem under deployment are useles and should not be available
-
- Verified
-