-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.2.1-SNAPSHOT
-
Fix Version/s: 1.2.0-SNAPSHOT, 1.2.7
-
Component/s: JSR-252
-
Labels:None
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
- duplicates
-
MYFACES-1761 Handling PostConstruct annotations - wrong order
-
- Closed
-
- relates to
-
MYFACES-1559 Proposal for dependency injection and lifecycle method handling
-
- Closed
-