[JBoss JIRA] Created: (CDI-29) Method of accessing contexts regardless of active state
by Nicklas Karlsson (JIRA)
Method of accessing contexts regardless of active state
-------------------------------------------------------
Key: CDI-29
URL: https://issues.jboss.org/browse/CDI-29
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Specification
Affects Versions: 1.0
Reporter: Nicklas Karlsson
It would be practical to have a way of accessing contexts from the BeanManager regardless of their active state. Currently, contexts cannot be activated (e.g. Conversation) in a portable way because there is no way of getting the inactive context in order to activate it.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (CDI-21) Support PostConstruct callbacks in Extension class
by Sivakumar Thyagarajan (JIRA)
Support PostConstruct callbacks in Extension class
--------------------------------------------------
Key: CDI-21
URL: https://jira.jboss.org/browse/CDI-21
Project: CDI Specification Issues
Issue Type: Feature Request
Affects Versions: 1.0
Reporter: Sivakumar Thyagarajan
Priority: Minor
It is sometimes useful to get to know after a portable extension class has been instantiated, so that the state of the Extension could be initialized [ie not establishing state in the constructor and having it called twice when the Extension is proxied]. Though the 1.0 specification does not require this, it would be useful to support @PostConstruct callback on Extension class in the next version of the specification.
Please see https://jira.jboss.org/browse/WELD-713 for additional information on this issue.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (CDI-19) Ordering execution on Extensions
by Robson Saraiva Ximenes (JIRA)
Ordering execution on Extensions
--------------------------------
Key: CDI-19
URL: https://jira.jboss.org/browse/CDI-19
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Specification
Affects Versions: 1.1
Reporter: Robson Saraiva Ximenes
Priority: Minor
I believe the cdi portable extension could have the load order of extensions the same as it is registered;
It is possible that one extension expect some previous preparation of beans from another extension
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months