[jboss-jira] [JBoss JIRA] (AS7-2192) /subsystem=ejb3/service=async and /subsystem=ejb3/service=remote attributes not read-write
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jan 31 14:19:48 EST 2012
[ https://issues.jboss.org/browse/AS7-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved AS7-2192.
-----------------------------------
Fix Version/s: 7.1.0.Final
Resolution: Done
Don't know by who or when, but this is now fixed.
> /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
> Fix For: 7.1.0.Final
>
>
> 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