Jozef Hartinger commented on Feature Request WELD-959

An update on this:

Weld SE supports multiple bean archives, each in its own jar or classpath directory with its own beans.xml file.

However, all the bean archives use the same classloader and thus beans are globally visible. Weld itself has no information about the intended visibility and thus cannot do better without integrating with a modular classloading system, such as jboss-modules. This may be an interesting alternative to the 1-container-per-archive strategy that Forge uses.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to