Hi all,
The javax.enterprise.inject.se.SeContainerInitializer seems to allow me to create and use simultaneously multiple CDI containers.
Furthermore I don't seem to be required to setup each one with it's own ClassLoader.
If I create multiple containers over the same ClassLoader, what would it mean to call javax.enterprise.inject.spi.CDI.current() in each one?
Regards,
Todor