[
https://issues.jboss.org/browse/CDI-114?page=com.atlassian.jira.plugin.sy...
]
Romain Manni-Bucau commented on CDI-114:
----------------------------------------
I do that in an app (except I have a single plugin but design is reusable for that case)
starting N children CDI context inheriting from the parent one (which would be xwiki
webapp). Child having access to the parent they can register services etc and still use
CDI. Limitation is children are isolated but it can be a nice thing too for plugins. Would
it be an option? CDI 2 with its se API should enable that since the managed instance
(EE/Servlet) will start several SE contexts.
Allow registration of beans at runtime
--------------------------------------
Key: CDI-114
URL:
https://issues.jboss.org/browse/CDI-114
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Beans
Affects Versions: 1.0
Reporter: Vincent Massol
Fix For: TBD
I have use cases where I need to register a bean dynamically at runtime (see the forum
reference link for a detailed description of the use case).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)