[jboss-jira] [JBoss JIRA] (AS7-6133) Suspect code in org.jboss.as.host.controller.ManagedServerOperationsFactory.mergeBindingGroups(...)

Stephen Coy (JIRA) jira-events at lists.jboss.org
Wed Dec 12 02:52:17 EST 2012


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

Stephen Coy commented on AS7-6133:
----------------------------------

I'm fixing it, someone else with privs needs to assign it though
                
> Suspect code in org.jboss.as.host.controller.ManagedServerOperationsFactory.mergeBindingGroups(...)
> ---------------------------------------------------------------------------------------------------
>
>                 Key: AS7-6133
>                 URL: https://issues.jboss.org/browse/AS7-6133
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.2.0.Alpha1
>         Environment: n/a
>            Reporter: Stephen Coy
>            Assignee: Emanuel Muckenhuber
>
> In the following fragment from the subject method:
>     final ModelNode includedGroup = groups.get(ref);
>     if (group == null) {
>         throw MESSAGES.undefinedSocketBindingGroup(ref);
>     }
> it looks like group should be includedGroup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list