You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2015/11/05 16:52:27 UTC

[jira] [Created] (TOMEE-1653) add hooks in tomee:exec runner

Romain Manni-Bucau created TOMEE-1653:
-----------------------------------------

             Summary: add hooks in tomee:exec runner
                 Key: TOMEE-1653
                 URL: https://issues.apache.org/jira/browse/TOMEE-1653
             Project: TomEE
          Issue Type: New Feature
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau
             Fix For: 7.0.0-M2


adds:

- waitFor boolean configuration to wait or not the process (= you need to kill the server if false but no watchdog)
- additionalClasses, preTasks, postTasks configuration. This is qualified name classes added to the runner. pre/post tasks are executed before/after the server execution (post only supported if waitFor = true). Tasks are Runnable which can optionally take a Map<?, ?> as constructor parameter to share a state.


Note: a reserved key in the map is "jvmArgs" to add custom system props



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)