You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2017/07/16 16:27:00 UTC

[jira] [Created] (OWB-1202) Don't require user to spin up a thread for long running SeContainer

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)