Adding custom post deployers in Activiti 5.17
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2015 10:09 AM
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.
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.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 03:07 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 05:58 AM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2015 09:24 AM
Hi Yohann,
Can you explain in more detail what the issue is? Because I don't understand the question.
Best regards,
Can you explain in more detail what the issue is? Because I don't understand the question.
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2015 11:44 AM
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.
I just asked how configure Activiti when started in a Tomcat server.
I found that I have to use the activiti-custom-context.xml.
