[jboss-jira] [JBoss JIRA] (AS7-2792) CLI doesn't show resolved multicast address for socket-binding definition like jgroups-udp or jgroups-mping

Rostislav Svoboda (JIRA) jira-events at lists.jboss.org
Wed Mar 21 14:38:47 EDT 2012


    [ https://issues.jboss.org/browse/AS7-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678429#comment-12678429 ] 

Rostislav Svoboda commented on AS7-2792:
----------------------------------------

Exactly, I want to know resolved expressions for particular running instance.

:read-resource(resolve-expressions=true) feature would be great. Combination with 'recursive=true, include-runtime=true' would give details about current server status for all components.

Brian was already assigned to this feature request but he changed it to Open To Community.
                
> CLI doesn't show resolved multicast address for socket-binding definition like jgroups-udp or jgroups-mping
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AS7-2792
>                 URL: https://issues.jboss.org/browse/AS7-2792
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Domain Management
>    Affects Versions: 7.1.0.Beta1
>            Reporter: Rostislav Svoboda
>             Fix For: Open To Community
>
>
> Hi Alexey.
> CLI doesn't show resolved multicast address for socket-binding definition like jgroups-udp or jgroups-mping. I would expect to see 'resolved-multicast-address' or something similar to 'resolved-address' for interface definition.
> I hope management model can provide such information. If not please reassign to Brian.
> {code}
> $ bin/standalone.sh -c standalone-ha.xml -u 224.34.3.154
> $ bin/jboss-admin.sh -c
> [standalone at localhost:9999 /] cd /socket-binding-group=standard-sockets/socket-binding=jgroups-udp
> [standalone at localhost:9999 socket-binding=jgroups-udp] :read-resource(include-runtime=true) 
> {
>     "outcome" => "success",
>     "result" => {
>         "bound" => false,
>         "bound-address" => undefined,
>         "bound-port" => undefined,
>         "fixed-port" => false,
>         "interface" => undefined,
>         "multicast-address" => expression "${jboss.default.multicast.address:230.0.0.4}",
>         "multicast-port" => 45688,
>         "name" => "jgroups-udp",
>         "port" => 55200
>     }
> }
> {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