-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Attribute component-class-name should show the ejb bean class name, instead of the bean name. In additionm, showing the component name doesn't provide extra information since the identifier in the command already contains the component name.
/deployment=singleton-hello.jar/subsystem=ejb3/singleton-bean=SingletonHello:read-resource(include-runtime, recursive=true) { "outcome" => "success", "result" => { "component-class-name" => "SingletonHello", "declared-roles" => [], "execution-time" => 0L, "invocations" => 0L, "methods" => {}, "peak-concurrent-invocations" => 0L, "run-as-role" => undefined, "security-domain" => "other", "timers" => [], "wait-time" => 0L, "service" => undefined } }
- relates to
-
JBEAP-21899 EAP 7.4 App Migration Issue: EJB management resource component-class-name showing component name
- Closed