You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2014/05/12 17:05:15 UTC

[jira] [Commented] (MYFACES-1761) Handling PostConstruct annotations - wrong order

    [ https://issues.apache.org/jira/browse/MYFACES-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995138#comment-13995138 ] 

Leonardo Uribe commented on MYFACES-1761:
-----------------------------------------

That could be another issue, but I doubt that it is something related to this one, which was solved long time ago. Please open other issue and provide additional information like the stack trace, spring version, how the application is being deployed and so on. 

> Handling PostConstruct annotations - wrong order
> ------------------------------------------------
>
>                 Key: MYFACES-1761
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1761
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions:  1.2.0, 1.2.1-SNAPSHOT
>            Reporter: Bernhard Huemer
>            Assignee: Leonardo Uribe
>             Fix For: 1.2.7
>
>         Attachments: MYFACES-1761-01.diff, MYFACES-1761-2.patch, MyFaces-1761.patch, postconstruct-demo.zip
>
>
> The specification states that managed bean methods annotated with @PostConstruct have to be called after the object is initialized and after dependency injection is performed. However, MyFaces calls those methods after the bean instance is created but before dependency injection is performed (for example, see http://www.nabble.com/myfaces-1.2.0-postConstruct-tf4760326.html ). In order to resolve this bug the LifecycleProvider interface has to be changed. Currently there's only one method responsible for creating/initializing a new bean: newInstance(). This design choice implicates that there's no possibility to seperate the steps "creating the bean" and "postconstructing the bean".



--
This message was sent by Atlassian JIRA
(v6.2#6252)