[
https://issues.redhat.com/browse/WFLY-12856?page=com.atlassian.jira.plugi...
]
Cheng Fang updated WFLY-12856:
------------------------------
Description:
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.
{code}
/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
}
}
{code}
was:
Attribute {{component-class-name}} should show the ejb bean class name, instead of the
bean name.
{code}
/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
}
}
{code}
EJB management resource component-class-name showing component name
-------------------------------------------------------------------
Key: WFLY-12856
URL:
https://issues.redhat.com/browse/WFLY-12856
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Cheng Fang
Assignee: Cheng Fang
Priority: Major
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.
{code}
/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
}
}
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)