Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2192

/subsystem=ejb3/service=async and /subsystem=ejb3/service=remote attributes not read-write

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.Beta1
    • EJB
    • None

    Description

      Access type is currently read-only, see the resource description. In order to allow the user to change these trough the console they need to be read-write. Same for service=remote.

      [standalone@localhost:9999 service=async] :read-resource-description
      {
          "outcome" => "success",
          "result" => {
              "description" => "The EJB3 Asynchronous Invocation Service",
              "attributes" => {"thread-pool-name" => {
                  "type" => STRING,
                  "description" => "The name of the thread pool which handles asynchronous invocations",
                  "expressions-allowed" => true,
                  "nillable" => true,
                  "min-length" => 1L,
                  "max-length" => 2147483647L,
                  "access-type" => "read-only",
                  "storage" => "configuration"
              }},
              "operations" => undefined,
              "children" => {}
          }
      }

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-cdewolf Carlo de Wolf
              dhildenb@redhat.com David Hildenbrand
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: