[jboss-jira] [JBoss JIRA] (WFLY-13284) Fix incorrect method call in EJB3IIOPResource write-attribute handler
Richard Achmatowicz (Jira)
issues at jboss.org
Wed Mar 25 10:47:01 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008822#comment-14008822 ]
Richard Achmatowicz commented on WFLY-13284:
--------------------------------------------
Thanks, Brian. Apologies.
> Fix incorrect method call in EJB3IIOPResource write-attribute handler
> ---------------------------------------------------------------------
>
> Key: WFLY-13284
> URL: https://issues.redhat.com/browse/WFLY-13284
> Project: WildFly
> Issue Type: Bug
> Components: EJB, IIOP
> Affects Versions: 19.0.0.Final
> Reporter: Richard Achmatowicz
> Assignee: Richard Achmatowicz
> Priority: Major
> Fix For: 20.0.0.Beta1
>
>
> 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