[jboss-jira] [JBoss JIRA] (WFLY-13284) Fix incorrect method call in EJB3IIOP write-attribute handler

Richard Achmatowicz (Jira) issues at jboss.org
Tue Mar 24 18:30:00 EDT 2020


Richard Achmatowicz created WFLY-13284:
------------------------------------------

             Summary: Fix incorrect method call in EJB3IIOP write-attribute handler
                 Key: WFLY-13284
                 URL: https://issues.redhat.com/browse/WFLY-13284
             Project: WildFly
          Issue Type: Bug
          Components: IIOP
    Affects Versions: 19.0.0.Final
            Reporter: Richard Achmatowicz
            Assignee: Richard Achmatowicz
             Fix For: 19.0.1.Final


In the write-attribute handler for the ENABLE_BY_DEFAULT attribute, the wrong method is being called when adjusting the Runtime service to reflect the change to the attribute value. This was due to an inadvertent error when setting up write handlers for two attributes. In short, in the write handler for ENABLE_BY_DEFAULT:
{noformat}
service.setUseQualifiedName(value);
{noformat}
should be
{noformat}
service.setEnableByDefault(value);
{noformat}



 



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list