<?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 Activiti Database configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-configuration/m-p/98867#M68219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How does one dynamically specify schema name while using spring activiti configuration with jndi datasource?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following configuration&lt;/SPAN&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;nbsp;&amp;nbsp;&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;nbsp;&amp;nbsp;&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="deploymentResources" value="classpath*:auto.*.bpmn20.xml" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dbIdentityUsed" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="history" value="full" /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;jee:jndi-lookup id="dataSource" jndi-name="jdbc/activitiDS" resource-ref="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default the sql statement generated is using the user id of the connection as schema name?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to configure the schema name from a properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 00:55:27 GMT</pubDate>
    <dc:creator>pp84</dc:creator>
    <dc:date>2012-07-18T00:55:27Z</dc:date>
    <item>
      <title>Activiti Database configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-configuration/m-p/98867#M68219</link>
      <description>How does one dynamically specify schema name while using spring activiti configuration with jndi datasource?I have the following configuration&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource</description>
      <pubDate>Wed, 18 Jul 2012 00:55:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-database-configuration/m-p/98867#M68219</guid>
      <dc:creator>pp84</dc:creator>
      <dc:date>2012-07-18T00:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Database configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-database-configuration/m-p/98868#M68220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Isn't there a way of specifying the schema-name in the JDBC-url (not sure which DB you're using). The only place where the schema is explicitly set, is when checking if tables are present. Other queries just run unqualified against the connection…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only place a schema is "assumed" is when checking if tables exist in oracle (upgrade/creating engine) due to &lt;/SPAN&gt;&lt;A href="https://jira.codehaus.org/browse/ACT-1062" rel="nofollow noopener noreferrer"&gt;https://jira.codehaus.org/browse/ACT-1062&lt;/A&gt;&lt;SPAN&gt;, when NO schema is explicitly set. The schema can be set when manually performing the "create" or upgrades, see ManagementService:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; public String databaseSchemaUpgrade(final Connection connection, final String catalog, final String schema) {&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 06:02:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-database-configuration/m-p/98868#M68220</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-18T06:02:52Z</dc:date>
    </item>
  </channel>
</rss>

