JSR-252 Issue #119: implementations running in a JSR-250 container have their 
managed bean methods annotated with @PostConstruct be called after the object 
is instantiated, and after injection is performed, but before the bean is 
placed into scope.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: MYFACES-1246
         URL: http://issues.apache.org/jira/browse/MYFACES-1246
     Project: MyFaces Core
        Type: New Feature

  Components: JSR-252  
    Reporter: Stan Silvert


Specified that implementations running in a JSR-250 compliant container have 
their managed bean methods annotated with @PostConstruct be called after the 
object is instantiated, and after injection is performed, but before the bean 
is placed into scope.
Specified that methods annotated with @PreDestroy be called when the scope for 
the bean is ending.

See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=252

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to