[cdi-dev] [JBoss JIRA] (CDI-532) Support multiple container in Java SE

Martin Kouba (JIRA) issues at jboss.org
Thu Sep 17 05:10:00 EDT 2015


    [ https://issues.jboss.org/browse/CDI-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109819#comment-13109819 ] 

Martin Kouba commented on CDI-532:
----------------------------------

Note that Weld SE 2.3 already supports multiple *isolated* containers. The containers may share the bean classes. However, a user is required to assign a unique ID per container started. See also http://weld.cdi-spec.org/news/2015/04/21/weld-300Alpha8/#_enhanced_api_for_weld_se. I did not study jigsaw but if the requirement is to be able to run multiple isolated containers in one JVM, it does not really matter (it should work similarly in any modular environment).

> Support multiple container in Java SE
> -------------------------------------
>
>                 Key: CDI-532
>                 URL: https://issues.jboss.org/browse/CDI-532
>             Project: CDI Specification Issues
>          Issue Type: Feature Request
>          Components: Java SE Integration
>    Affects Versions: 1.2.Final
>            Reporter: Antoine Sabot-Durand
>
> We should propose a solution to support multiple container in Java SE.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the cdi-dev mailing list