<?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:  How to specify a tenantID for processEngineConfiguration.deploymentResources bean property in spring xml configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236705#M189835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;repost the snippet of spring config xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentName" value="BGDeployment" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentMode" value="single-resource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentResources"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;classpath*:/bpmn/workcode/WorkCodeAckCancel_SubProc.bpmn&amp;lt;/value&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 14:27:48 GMT</pubDate>
    <dc:creator>bgitaadji</dc:creator>
    <dc:date>2016-01-26T14:27:48Z</dc:date>
    <item>
      <title>How to specify a tenantID for processEngineConfiguration.deploymentResources bean property in spring xml configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236704#M189834</link>
      <description>Hello,&amp;nbsp; How do I specify a tenantID for processEngineConfiguration.deploymentResources bean property in xml configuration (deploying using spring config xml) ?Below is a snippet of my config xml:&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;</description>
      <pubDate>Tue, 26 Jan 2016 14:25:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236704#M189834</guid>
      <dc:creator>bgitaadji</dc:creator>
      <dc:date>2016-01-26T14:25:25Z</dc:date>
    </item>
    <item>
      <title>Re:  How to specify a tenantID for processEngineConfiguration.deploymentResources bean property in spring xml configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236705#M189835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;repost the snippet of spring config xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentName" value="BGDeployment" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentMode" value="single-resource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentResources"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;classpath*:/bpmn/workcode/WorkCodeAckCancel_SubProc.bpmn&amp;lt;/value&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 14:27:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236705#M189835</guid>
      <dc:creator>bgitaadji</dc:creator>
      <dc:date>2016-01-26T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re:  How to specify a tenantID for processEngineConfiguration.deploymentResources bean property in spring xml configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236706#M189836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't, that's a feature we don't have yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You would have to use 'manual' deployment (via the API) when you want to use the tenantId.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:39:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236706#M189836</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-27T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re:  How to specify a tenantID for processEngineConfiguration.deploymentResources bean property in spring xml configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236707#M189837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, is it safe and will work properly to use a combination Spring config xml (processEngineConfiguration.deploymentResources) follow with Java RepositoryService.changeDeploymentTenantId() call to update/set the empty tenantId during the boot up cycle of our web ap (Activiti runtime jar is embedded in this web-app)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 15:07:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236707#M189837</guid>
      <dc:creator>bgitaadji</dc:creator>
      <dc:date>2016-01-27T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re:  How to specify a tenantID for processEngineConfiguration.deploymentResources bean property in spring xml configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236708#M189838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that should work as far as I can see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The alternative is that you write your own listener for spring that takes care of deployment (and passes the tenantId directly)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 08:50:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-a-tenantid-for-processengineconfiguration/m-p/236708#M189838</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-02-01T08:50:54Z</dc:date>
    </item>
  </channel>
</rss>

