I would like to add a new specific customPostDeployers in Activi 5.17. Not the default org.activiti.engine.impl.rules.RulesDeployer but my own class to import DecisitionTableRules from an XLS file.
On my Unit test, I use a activiti.cf.xml file to declare my CustomPostDeployer in a processEngineConfiguration bean but how to set it in the activiti config and where ?
I do not understand your question. You already did the configuration for jUnit test in activiti.cfg.xml. And you are asking how to configure customPostDeployers. (It realy depends on how you configure activiti engine - by default it is activiti.cfg.xml file….)
I done my configuration into activiti-custom-context.xml as described into the 16.1.2. Configuring the Process Engine chapter of the Activiti documentation.