<?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: Activiti Spring boot Table names in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13186#M5824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that's why the lowercase is causing you a problem then have you looked at whether you could run a SQL script to convert the names of all the tables in the database to uppercase? It might be possible to do that by script without needing to hard-code the table names (though in this case hard-coding is also an option, just a bit laborious). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 15:42:22 GMT</pubDate>
    <dc:creator>ryandawson</dc:creator>
    <dc:date>2017-08-28T15:42:22Z</dc:date>
    <item>
      <title>Activiti Spring boot Table names</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13183#M5821</link>
      <description>Hi All,I am using spring boot activiti integartion in my app.I am facing a problem. I want the activiti table names to be created in lowercase by default. Is there any configuration way to make this happen?&amp;nbsp;I have tried using ImprovedNamingStrategy of hibernate to achieve this only to realize that a</description>
      <pubDate>Wed, 23 Aug 2017 09:28:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13183#M5821</guid>
      <dc:creator>deepak90210</dc:creator>
      <dc:date>2017-08-23T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Spring boot Table names</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13184#M5822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess what you're encountering is how the engine has classes&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/6.0-release/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSession.java" title="https://github.com/Activiti/Activiti/blob/6.0-release/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSession.java" rel="nofollow noopener noreferrer"&gt;Activiti/DbSqlSession.java at 6.0-release · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;to run SQL files&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/tree/6.0-release/modules/activiti-engine/src/main/resources/org/activiti/db/create" title="https://github.com/Activiti/Activiti/tree/6.0-release/modules/activiti-engine/src/main/resources/org/activiti/db/create" rel="nofollow noopener noreferrer"&gt;Activiti/modules/activiti-engine/src/main/resources/org/activiti/db/create at 6.0-release · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;. The only way I can see to change that would be to make a change to the engine code to support a case-change property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 17:13:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13184#M5822</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2017-08-24T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Spring boot Table names</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13185#M5823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Ryan, I get what you mean and so i wanna know if there is a way to skip the table creation altogether?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll give you a background of the problem. My application on production utilizes RDS Mysql as the database. It does not allow me to create upper case table names. However, this does not pose any issue with activiti. Everything runs fine. It's only when i try to take a dump of my prod data and try to restore in dev environment that i lose activiti data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if we can skip the table creation please let me know otherwise is it possible to include a case sensitive property in a future release?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:26:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13185#M5823</guid>
      <dc:creator>deepak90210</dc:creator>
      <dc:date>2017-08-28T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Spring boot Table names</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13186#M5824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that's why the lowercase is causing you a problem then have you looked at whether you could run a SQL script to convert the names of all the tables in the database to uppercase? It might be possible to do that by script without needing to hard-code the table names (though in this case hard-coding is also an option, just a bit laborious). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:42:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-spring-boot-table-names/m-p/13186#M5824</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2017-08-28T15:42:22Z</dc:date>
    </item>
  </channel>
</rss>

