<?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 Multi-tenant Multi-schema in Spring Boot in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234512#M187642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand how the Activiti Process Engine is configured in Spring Boot. The SpringProcessEngineConfiguration extends ProcessEngineConfigurationImpl to provide the barebones configuration for Spring. Then you have various classes that extend AbstractProcessEngineAutoConfiguration that modify the SpringProcessEngineConfiguration to inject various beans into the configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read the documentation about how MultiTenant MultiSchemaMultiTenantProcessEngineConfiguration can be used to setup Activiti to use Multiple schema. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I don't understand how to do multi-schema in Spring Boot&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I implement a MultiSchemaMultiTenantProcessEngine&lt;/SPAN&gt;&lt;STRONG&gt;Auto&lt;/STRONG&gt;&lt;SPAN&gt;Configuration that extends AbstractProcessEngineAutoConfiguration and modifies the SpringProcessEngineConfiguration?&amp;nbsp; Perhaps it can be conditional on a bean of type TenantInfoHolder. Is there a similar AutoConfiguration in Activiti already that I can use?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 16:17:39 GMT</pubDate>
    <dc:creator>jlalwani</dc:creator>
    <dc:date>2016-09-15T16:17:39Z</dc:date>
    <item>
      <title>Multi-tenant Multi-schema in Spring Boot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234512#M187642</link>
      <description>I understand how the Activiti Process Engine is configured in Spring Boot. The SpringProcessEngineConfiguration extends ProcessEngineConfigurationImpl to provide the barebones configuration for Spring. Then you have various classes that extend AbstractProcessEngineAutoConfiguration that modify the S</description>
      <pubDate>Thu, 15 Sep 2016 16:17:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234512#M187642</guid>
      <dc:creator>jlalwani</dc:creator>
      <dc:date>2016-09-15T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenant Multi-schema in Spring Boot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234513#M187643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will this work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;@Configuration&lt;BR /&gt;@AutoConfigureAfter(DataSourceAutoConfiguration.class)&lt;BR /&gt;@ConditionalOnBean(TenantInfoHolder.class)&lt;BR /&gt;public class MultiTenantMultiSchemaConfiguration {&lt;BR /&gt; &lt;BR /&gt; @Bean&lt;BR /&gt; public DataSource dataSource(TenantInfoHolder tenantInfoHolder) {&lt;BR /&gt;&amp;nbsp; return new TenantAwareDataSource(tenantInfoHolder);&lt;BR /&gt; }&lt;BR /&gt; &lt;BR /&gt; @Bean&lt;BR /&gt; public ProcessEngineConfigurationConfigurer multiTenantProcessingEngineConfigurer() {&lt;BR /&gt;&amp;nbsp; return new ProcessEngineConfigurationConfigurer() {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; @Override&lt;BR /&gt;&amp;nbsp;&amp;nbsp; public void configure(SpringProcessEngineConfiguration config) {&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; config.setIdGenerator(new StrongUuidGenerator());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; };&lt;BR /&gt; }&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 18:30:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234513#M187643</guid>
      <dc:creator>jlalwani</dc:creator>
      <dc:date>2016-09-15T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenant Multi-schema in Spring Boot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234514#M187644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jlalwani,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am also trying to set up acitivit with multitenant support. we would like to add different tenants at runtime. could could you please share some details on how to do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 04:16:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenant-multi-schema-in-spring-boot/m-p/234514#M187644</guid>
      <dc:creator>nedumarans</dc:creator>
      <dc:date>2016-09-22T04:16:09Z</dc:date>
    </item>
  </channel>
</rss>

