<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding custom post deployers in Activiti 5.17 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203991#M157121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to add a new specific customPostDeployers in Activi 5.17. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not the default org.activiti.engine.impl.rules.RulesDeployer but my own class to import DecisitionTableRules from an XLS file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 14:09:48 GMT</pubDate>
    <dc:creator>spawnrider</dc:creator>
    <dc:date>2015-04-14T14:09:48Z</dc:date>
    <item>
      <title>Adding custom post deployers in Activiti 5.17</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203991#M157121</link>
      <description>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 processEngine</description>
      <pubDate>Tue, 14 Apr 2015 14:09:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203991#M157121</guid>
      <dc:creator>spawnrider</dc:creator>
      <dc:date>2015-04-14T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom post deployers in Activiti 5.17</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203992#M157122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not understand your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You already did the configuration for jUnit test in activiti.cfg.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;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….)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 07:07:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203992#M157122</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-04-15T07:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom post deployers in Activiti 5.17</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203993#M157123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 09:58:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203993#M157123</guid>
      <dc:creator>spawnrider</dc:creator>
      <dc:date>2015-04-15T09:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom post deployers in Activiti 5.17</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203994#M157124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yohann,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain in more detail what the issue is? Because I don't understand the question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 13:24:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203994#M157124</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-04-16T13:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom post deployers in Activiti 5.17</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203995#M157125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is ok now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just asked how configure Activiti when started in a Tomcat server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that I have to use the activiti-custom-context.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:44:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-custom-post-deployers-in-activiti-5-17/m-p/203995#M157125</guid>
      <dc:creator>spawnrider</dc:creator>
      <dc:date>2015-04-16T15:44:04Z</dc:date>
    </item>
  </channel>
</rss>

