cancel
Showing results for 
Search instead for 
Did you mean: 

Adding custom post deployers in Activiti 5.17

spawnrider
Champ in-the-making
Champ in-the-making
Hello,

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 ?

Thanks for the help.
4 REPLIES 4

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

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….)

Regards
Martin

spawnrider
Champ in-the-making
Champ in-the-making
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.

trademak
Star Contributor
Star Contributor
Hi Yohann,

Can you explain in more detail what the issue is? Because I don't understand the question.

Best regards,

spawnrider
Champ in-the-making
Champ in-the-making
It is ok now.
I just asked how configure Activiti when started in a Tomcat server.
I found that I have to use the activiti-custom-context.xml.