[ 
https://issues.apache.org/jira/browse/TOMEE-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Gumbrecht updated TOMEE-1945:
----------------------------------
    Fix Version/s:     (was: 7.0.4)
                   7.0.5

> extract TomEEEmbeddedSingleRunner logic in 
> org.apache.tomee.embedded.TomEEEmbeddedApplicationRunner
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TOMEE-1945
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1945
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 7.0.5
>
>
> Goal is to ensure this is reusable not only for tests:
> {code:java}
> @Application
> @Classes(context = "app")
> public class MyApp {
>     public static void main(final String[] args) {
>         TomEEEmbeddedApplicationRunner.run(new MyApp(), args);
>     }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to