Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13284

Fix incorrect method call in EJB3IIOPResource write-attribute handler

    XMLWordPrintable

Details

    Description

      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:

      service.setUseQualifiedName(value);
      

      should be

      service.setEnableByDefault(value);
      

      Attachments

        Activity

          People

            rachmato@redhat.com Richard Achmatowicz
            rachmato@redhat.com Richard Achmatowicz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: