[jboss-jira] [JBoss JIRA] (AS7-2554) Typo in CLI for the read-resource-description for socket-binding-group
Alexey Loubyansky (Updated) (JIRA)
jira-events at lists.jboss.org
Wed Nov 9 04:38:46 EST 2011
[ https://issues.jboss.org/browse/AS7-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky updated AS7-2554:
-----------------------------------
Component/s: Domain Management
(was: CLI)
I don't see it... Can you include the whole thing? Thanks.
[standalone at localhost:9999 /] /socket-binding-group=standard-sockets:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "Contains a list of socket configurations.",
"attributes" => {
"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.",
"expressions-allowed" => true,
"nillable" => true,
"default" => 0,
"min" => 0L,
"max" => 65535L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"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.",
"expressions-allowed" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
"name" => {
"type" => STRING,
"description" => "The name of the socket binding group.",
"expressions-allowed" => false,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-only",
"storage" => "configuration"
}
},
"operations" => undefined,
"children" => {
"socket-binding" => {
"description" => "Configuration information for a socket.",
"model-description" => undefined
},
"remote-destination-outbound-socket-binding" => {
"description" => "Configuration information for a, remote destination, outbound socket binding.",
"model-description" => undefined
},
"local-destination-outbound-socket-binding" => {
"description" => "Configuration information for a, local destination, outbound socket binding.",
"model-description" => undefined
}
}
}
}
[standalone at localhost:9999 /] version
JBoss Admin Command-line Interface
JBOSS_HOME: /home/olubyans/git/jboss-as/build/target/jboss-as-7.1.0.Alpha2-SNAPSHOT
JAVA_HOME: /opt/jdk/
java.version: 1.6.0_21
java.vm.vendor: Sun Microsystems Inc.
java.vm.version: 17.0-b16
os.name: Linux
os.version: 2.6.35.14-103.fc14.i686.PAE
> 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