Package org.nuxeo.runtime.test.runner
Class TransactionalFeature.TransactionalDeployer
java.lang.Object
org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
org.nuxeo.runtime.test.runner.TransactionalFeature.TransactionalDeployer
- Enclosing class:
- TransactionalFeature
Handler used to commit transaction before next action and start a new one after next action if
TransactionalConfig.autoStart()
is true. This is because framework is about to be reloaded, then a new
transaction manager will be installed.- Since:
- 10.2
-
Field Summary
Fields inherited from class org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
next
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TransactionalDeployer
public TransactionalDeployer()
-
-
Method Details
-
exec
Description copied from class:HotDeployer.ActionHandler
Can wrap another deploy action with custom code. Should call the next action usingnext.exec(action, args...)
- Specified by:
exec
in classHotDeployer.ActionHandler
- Throws:
Exception
-