[jboss-jira] [JBoss JIRA] (AS7-2554) Typo in CLI for the read-resource-description for socket-binding-group
Dave Ryan (Commented) (JIRA)
jira-events at lists.jboss.org
Thu Nov 10 02:02:46 EST 2011
[ https://issues.jboss.org/browse/AS7-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641636#comment-12641636 ]
Dave Ryan commented on AS7-2554:
--------------------------------
No worries, full results below. I'll grab the DR6 tonight also.
[standalone at localhost:9999 /] /socket-binding-group=standard-sockets:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "Contains a list of socket configurations.",
"head-comment-allowed" => true,
"tail-comment-allowed" => false,
"attributes" => {
"name" => {
"type" => STRING,
"description" => "The name of the socket binding group.",
"required" => true,
"head-comment-allowed" => false,
"tail-comment-allowed" => false,
"access-type" => "read-only",
"storage" => "configuration"
},
"default-interface" => {
"type" => STRING,
"description" => "Name of an interface that should be used as the interface for any sockets that do not explicitly declare one.",
"required" => true,
"head-comment-allowed" => false,
"tail-comment-allowed" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "no-services"
},
"port-offset" => {
"type" => INT,
"description" => "Increment to apply to the base port values defined in the socket bindings to derive the runtime values to use on this server.",
"required" => false,
"head-comment-allowed" => true,
"tail-comment-allowed" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "no-services"
}
},
"operations" => {},
"children" => {"socket-binding" => {
"description" => "The individual socket configurtions.",
"min-occurs" => 0,
"model-description" => undefined
}}
}
}
[standalone at localhost:9999 /] version
JBoss Admin Command-line Interface
JBOSS_HOME: /home/dryan/EAP6_ALPHA2
JAVA_HOME: null
java.version: 1.6.0_22
java.vm.vendor: Sun Microsystems Inc.
java.vm.version: 20.0-b11
os.name: Linux
os.version: 2.6.40.6-0.fc15.x86_64
> Typo in CLI for the read-resource-description for socket-binding-group
> ----------------------------------------------------------------------
>
> Key: AS7-2554
> URL: https://issues.jboss.org/browse/AS7-2554
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: No Release
> Environment: [standalone at localhost:9999 /] version
> JBoss Admin Command-line Interface
> JBOSS_HOME: /home/dryan/EAP6_ALPHA2
> JAVA_HOME: null
> java.version: 1.6.0_22
> java.vm.vendor: Sun Microsystems Inc.
> java.vm.version: 20.0-b11
> os.name: Linux
> os.version: 2.6.40.6-0.fc15.x86_64
> Reporter: Dave Ryan
> Assignee: Alexey Loubyansky
> Priority: Minor
>
> Typo error on line 41 for the read-resource-description for the socket-binding-group. Typo reads "configurtions" rather than "configurations".
--
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