Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-12856

EJB management resource component-class-name showing component name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 19.0.0.Beta1, 19.0.0.Final
    • None
    • EJB
    • None

    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.

      /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
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              cfang@redhat.com Cheng Fang
              cfang@redhat.com Cheng Fang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: