[
https://issues.apache.org/jira/browse/TOMEE-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Manni-Bucau updated TOMEE-1945:
--------------------------------------
Fix Version/s: (was: 7.0.3)
7.0.4
> 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.4
>
>
> 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.3.15#6346)