John D. Ament created OWB-1202:
----------------------------------
Summary: Don't require user to spin up a thread for long running
SeContainer
Key: OWB-1202
URL: https://issues.apache.org/jira/browse/OWB-1202
Project: OpenWebBeans
Issue Type: Improvement
Reporter: John D. Ament
Suppose I have a main method that just does this
{code}
SeContainerInitializer.newInstance().initialize();
{code}
I shouldn't be required to create a thread that will keep the container alive.
It would be better if OWB kept it alive for me.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)