You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2014/02/11 16:11:19 UTC

[jira] [Updated] (WW-4289) SpringObjectFactory does not obey InitializingBean interface

     [ https://issues.apache.org/jira/browse/WW-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-4289:
------------------------------

    Fix Version/s: 2.3.17

> SpringObjectFactory does not obey InitializingBean interface
> ------------------------------------------------------------
>
>                 Key: WW-4289
>                 URL: https://issues.apache.org/jira/browse/WW-4289
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Spring
>            Reporter: Jasper Rosenberg
>            Priority: Minor
>             Fix For: 2.3.17
>
>
> SpringObjectFactory has the comment:
> // We don't need to call the init-method since one won't be registered.
> Unfortunately, that isn't true since the bean may implement the Spring interface: InitializingBean 
> Instead of the comment, it should call: 
> initializeBean(bean, bean.getClass().getName());



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)