This content has been marked as final.
Show 2 replies
-
1. Re: how do I get the container?
mkouba Oct 4, 2016 11:53 AM (in response to brucespringfield)1 of 1 people found this helpfulHi Bruce,
you could use the
org.jboss.weld.environment.se.WeldContainer.instance(String)
static method. -
2. Re: how do I get the container?
brucespringfield Oct 5, 2016 3:49 AM (in response to mkouba)Thanks for the help!