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
Constructors -
Method Summary
-
Constructor Details
-
TransactionalDeployer
public TransactionalDeployer()
-
-
Method Details
-
exec
Description copied from class:HotDeployer.ActionHandlerCan wrap another deploy action with custom code. Should call the next action usingnext.exec(action, args...)- Specified by:
execin classHotDeployer.ActionHandler- Throws:
Exception
-