[jboss-jira] [JBoss JIRA] (AS7-3363) Admin console: Creating a connector should show a list of available socket bindings

Jan Martiska (JIRA) jira-events at lists.jboss.org
Wed Feb 1 10:46:50 EST 2012


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

Jan Martiska commented on AS7-3363:
-----------------------------------

@Pavel: 

STANDALONE MODE
Socket bindings for the socket-binding-group 'standard-sockets', which is the default and only group in standalone mode, can be created using console in the tab General Configuration/Socket Binding Groups. a list of currently available socket bindings is at DMR address /socket-binding-group=standard-sockets/socket-binding= .. 

DOMAIN MODE
This gets much trickier. First of all, defined CONNECTORs should be bound to a SERVER GROUP, not a PROFILE, that is an inconsistency in AS7's domain model. Having a fixed PROFILE doesn't define a fixed SOCKET BINDING GROUP, therefore having a fixed PROFILE doesn't provide you a set of allowed SOCKET BINDINGs. Therefore it is possible for a PROFILE to define a CONNECTOR bound to a SOCKET BINDING which doesn't exist in the SOCKET BINDING GROUP that is used by one or more of the SERVER GROUPS which use this profile, therefore it is possible that SERVERs in one of these SERVER GROUPS will be forced to use a SOCKET BINDING that doesn't exist in their own SOCKET BINDING GROUP. Because of this inconsistency, it is not possible to provide a consistent set of possible SOCKET BINDINGs to be chosen from while creating a CONNECTOR bound to a PROFILE. 

Simple isn't it? :)) 

Ok, let's get down to business:
In my opinion, the best solution (quite simple, yet not THAT inconsistent) is to create a union set of all unique existing socket binding names from all socket binding groups in the domain. That means, when the user is creating a connector, the choices provided should include all socket bindings in standard-sockets, ha-sockets and all other socket binding groups. 
                
> Admin console: Creating a connector should show a list of available socket bindings
> -----------------------------------------------------------------------------------
>
>                 Key: AS7-3363
>                 URL: https://issues.jboss.org/browse/AS7-3363
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Console
>    Affects Versions: 7.1.0.CR1b
>            Reporter: Jan Martiska
>            Assignee: Pavel Slegr
>            Priority: Optional
>         Attachments: connector.png
>
>
> For better usability experience: there should be a combobox or something listing the current possibilities (existing socket bindings), because if you enter a socket binding name that does not exist, the creation of connector will fail.
> Screenshot shows it all.

--
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