[jboss-jira] [JBoss JIRA] (WFLY-12856) EJB management resource component-class-name showing component name

Cheng Fang (Jira) issues at jboss.org
Sun Dec 8 17:45:00 EST 2019


     [ https://issues.redhat.com/browse/WFLY-12856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the jboss-jira mailing list