[jboss-jira] [JBoss JIRA] (AS7-2192) /subsystem=ejb3/service=async and /subsystem=ejb3/service=remote attributes not read-write

David Bosschaert (Created) (JIRA) jira-events at lists.jboss.org
Fri Oct 21 04:45:47 EDT 2011


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

                 Key: AS7-2192
                 URL: https://issues.jboss.org/browse/AS7-2192
             Project: Application Server 7
          Issue Type: Bug
          Components: EJB
    Affects Versions: 7.1.0.Beta1
            Reporter: David Bosschaert
            Assignee: Carlo de Wolf


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.
{code}[standalone at 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" => {}
    }
}{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list