<?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 Re: Spring Boot, Activiti 5.18.0 and Drools Integration Issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198992#M152122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I meant with my comment is that you can @Autowire the ProcessEngine, get the process engine configuration and then add the deployer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 13:16:21 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-11-03T13:16:21Z</dc:date>
    <item>
      <title>Spring Boot, Activiti 5.18.0 and Drools Integration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198989#M152119</link>
      <description>I am having trouble figuring out to set the customPostDeployers for the Drools RulesDeployer utilizing Java Config and the Spring Boot Auto Configuration.&amp;nbsp; Does the Activiti Spring Boot configuration only allow for the BPM Deployer or can I add Drools Rules Deployer also?</description>
      <pubDate>Wed, 21 Oct 2015 00:49:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198989#M152119</guid>
      <dc:creator>jakez15</dc:creator>
      <dc:date>2015-10-21T00:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot, Activiti 5.18.0 and Drools Integration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198990#M152120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think it's possible out of the box. However, you can inject the deployer into to the ProcessEngineConfiguration after the bean has been created.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 16:55:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198990#M152120</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-28T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot, Activiti 5.18.0 and Drools Integration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198991#M152121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, I did not find a straight forward way to do that based on the sequencing of events that take place for the auto configuration with spring boot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ended up having to create a custom bean that got added to the spring container before the JpaProcessEngineAutoConfiguration and JpaProcessEngineAutoConfiguration classes through the use of the @AutoConfigureBefore annotation.&amp;nbsp; This is a bit of a hack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@AutoConfigureBefore({ JpaProcessEngineAutoConfiguration.class,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; JpaProcessEngineAutoConfiguration.JpaConfiguration.class, DataSourceProcessEngineAutoConfiguration.class })&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@AutoConfigureAfter(DataSourceAutoConfiguration.class)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public class CustomProcessEngineAutoConfiguration {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice to see a default strategy approach similar to a lot of the underlying Spring apis that would easily allow devs to hook in a custom strategy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I might be missing something though.&amp;nbsp; If so, can you point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 05:43:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198991#M152121</guid>
      <dc:creator>jakez15</dc:creator>
      <dc:date>2015-10-31T05:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot, Activiti 5.18.0 and Drools Integration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198992#M152122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I meant with my comment is that you can @Autowire the ProcessEngine, get the process engine configuration and then add the deployer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 13:16:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198992#M152122</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-11-03T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot, Activiti 5.18.0 and Drools Integration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198993#M152123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response.&amp;nbsp; This is one of the first approaches I tried but it did not work with Spring Boot which is why I had to implement the hack mentioned above.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 04:01:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198993#M152123</guid>
      <dc:creator>jakez15</dc:creator>
      <dc:date>2015-11-04T04:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spring Boot, Activiti 5.18.0 and Drools Integration Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198994#M152124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it has been 2 years but, any chance you have the full code of&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;CustomProcessEngineAutoConfiguration?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 10:13:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-boot-activiti-5-18-0-and-drools-integration-issue/m-p/198994#M152124</guid>
      <dc:creator>lakerta06</dc:creator>
      <dc:date>2017-08-11T10:13:16Z</dc:date>
    </item>
  </channel>
</rss>

