<?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 REST after restart in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205489#M158619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok. the problem seems to be locales.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at catalina.bat changing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER% "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER% -Duser.language=en -Duser.region=US"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;corrected the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;table names distorted during application lifecycle(eg tablename.toLowerCase()). In&amp;nbsp; my humble opinion, locales should be handled more gracefully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 13:44:20 GMT</pubDate>
    <dc:creator>hbacanak</dc:creator>
    <dc:date>2015-02-25T13:44:20Z</dc:date>
    <item>
      <title>Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205482#M158612</link>
      <description>Hi,I am deploying activiti-rest(5.17.0) war on tomcat (8.0.9) and postgresql(9.3.5). However it only works for the first time. After i restart tomcat i get 404. What i changed:activiti-rest\WEB-INF\classes\db.propertiesdb=pgsqljdbc.driver=org.postgresql.Driverjdbc.url=jdbc&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:543</description>
      <pubDate>Wed, 18 Feb 2015 09:52:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205482#M158612</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-18T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205483#M158613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This sounds very strange. Are you sure the data is in your postgres database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 16:49:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205483#M158613</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-18T16:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205484#M158614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram, your response is much appreciated. Database seems to be fine (all tables and data present, for example three demo users in the act_id_user table). I used following steps, may be i am missing some required step. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The critical&amp;nbsp; portion of&amp;nbsp; the log file seems to be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.apache.catalina.core.StandardContext.startInternal Error listenerStart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.apache.catalina.core.StandardContext.startInternal Context [/activiti-rest] startup failed due to previous errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.rest.servlet.WebConfigurer&amp;nbsp; - Destroying Web application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yet it is cryptic to me and does not says much about the reason of the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First deployment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 Expand activiti-rest.war to a directory x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 Make db.properties changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 Add postgresql driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 Move activiti-rest folder to tomcat webapps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 catalina.bat run &amp;gt; first_run.log 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log results are in the first_run file(attachment)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/activiti-rest/service/identity/users" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-rest/service/identity/users&lt;/A&gt;&lt;SPAN&gt; responds as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6 ctrl-c to stop tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second deployment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 make changes to engine.properties at to prevent database initialization &amp;amp; data generation at x/activiti-rest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 delete existing activiti-rest webapp&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 copy modified x/activiti-rest to tomcat webapps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 catalina.bat run &amp;gt; second_run.log 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log results are in the second_run file(attachment)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/activiti-rest/service/identity/users" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-rest/service/identity/users&lt;/A&gt;&lt;SPAN&gt; returns 404&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 stop tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 11:33:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205484#M158614</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-19T11:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205485#M158615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;btw, exactly the same thing happening with activiti-explorer. also attached logs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 14:21:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205485#M158615</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-19T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205486#M158616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i changed the logging to debug mode. On the second run&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if I turn off schema update it says Tables missing for component(s) engine, history, identity. Tables are there and seems to be populated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if I recover engine.properties to original state and deploy again the third time&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it gives table alredy exist errors as expected like ‘ERROR: relation "act_ge_property" already exists’&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 07:24:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205486#M158616</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-20T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205487#M158617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The db property in db.properties seems to have a wrong value. It should have postgres as value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 20:22:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205487#M158617</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-02-24T20:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205488#M158618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Tijs, thank you for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I applied your suggestion with clean install and outcome did not change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also updated the tool chain(apache, jdk, postgresql) to latest versions and it didn't make difference either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 09:22:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205488#M158618</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-25T09:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205489#M158619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok. the problem seems to be locales.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at catalina.bat changing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER% "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER% -Duser.language=en -Duser.region=US"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;corrected the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;table names distorted during application lifecycle(eg tablename.toLowerCase()). In&amp;nbsp; my humble opinion, locales should be handled more gracefully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 13:44:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205489#M158619</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-25T13:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205490#M158620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; In my humble opinion, locales should be handled more gracefully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How? We are assuming UTF8 for all our code to cover as most as languages as possible. Checking the locale wont help for that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 09:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205490#M158620</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-28T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205491#M158621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My System:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;System.out.println(Charset.defaultCharset().toString());&amp;nbsp; //prints windows-1254&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;System.out.println(Locale.getDefault()); // prints tr_TR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public class LocaleTester {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; private String tableName="HI";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; @Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; public void toLowercaseTest(){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; assertEquals("hi", tableName.toLowerCase());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; @Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; public void toLowercaseTestWithUsLocale(){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; assertEquals("hi", tableName.toLowerCase(new Locale("en", "US")));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; @Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; public void toLowercaseTestWithTrLocale(){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; assertEquals("hi", tableName.toLowerCase(new Locale("tr", "TR")));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;toLowercaseTestWithUsLocale passes, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;toLowercaseTest &amp;amp; toLowercaseTestWithTrLocale&amp;nbsp; fails:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;expected: &amp;amp;lt;h&lt;/SPAN&gt;&lt;EM&gt; &amp;amp;gt; but was: &amp;amp;lt;h[ı] &amp;amp;gt;&lt;BR /&gt;Expected :hi&lt;BR /&gt;Actual&amp;nbsp;&amp;nbsp; :hı&lt;BR /&gt;—&lt;BR /&gt;The root of the problem:&lt;BR /&gt;Upper case / lower case character mapping is not compatible with English for example:&lt;BR /&gt;English&lt;BR /&gt;Uppercase&amp;nbsp; - Lowercase&lt;BR /&gt;I - i&lt;BR /&gt;&lt;BR /&gt;Turkish&lt;BR /&gt;Uppercase - Lowercase&lt;BR /&gt;I - ı&lt;BR /&gt;İ - i&lt;BR /&gt;&lt;BR /&gt;—&lt;BR /&gt;so on the second run, when you search for a table named tablename.toLowerCase() it cannot find the table if it contains a variant of characters that has different mappings than english counterpart.&lt;BR /&gt; (I believe) the problem I encountered is only relevant in table name conversions. When I changed tomcat locale to English the problem solved. (Although it is not really a solution because this will bring other problems). Also I didn’t explore full extend of locale problems. My solution proposal is to change tablename.toLowerCase() to tablename.toLowerCase(englishLocale). Of course I may not be aware of different impacts this will cause.&lt;BR /&gt;&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:33:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205491#M158621</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-03-02T12:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205492#M158622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So basically you say you've got two ways of uppercasing the same character? First time in my life I heard that &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't see how this could be solved for everything: if the JDK and Tomcat are both on the same locale, shouldn't it do what the locale says? So you also say that the JDK is wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 17:11:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205492#M158622</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-03T17:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205493#M158623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; So basically you say you've got two ways of uppercasing the same character? First time in my life I heard that smiley&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hehe, we are accustomed to it, problematic at every platform smiley. Just to be clear we don’t have two ways of uppercasing the same letter, we have 2 different letters for english letter ‘i’ (approximately). When you lowercase ‘I’, in english you have ‘i’, in turkish you have ‘ı’.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; But I don't see how this could be solved for everything: if the JDK and Tomcat are both on the same locale, shouldn't it do what the locale says? So you also say that the JDK is wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No JDK is not wrong and handles this correctly. If you run the problem example, it will fail only toLowercaseTestWithTrLocale() if you have english locale; both toLowercaseTestWithTrLocale and toLowercaseTest() will fail if you have turkish locale.So when i run tomcat, it defaults to turkish locale and behaves as expected, which breaks your assumption about lower cased table name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, it will not be problem for us i guess. We plan to use a customized standalone activiti engine which can live in an english locale happily ever after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The net impact of this problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1- Activiti modules will not work out of the box, if you are using a locale with incompatible character mapping, the error is hard to track down&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- You can not run multiple applications in the same tomcat instance with activiti if you need your default locale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Optimal solution would be changing &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if ("postgres".equals(databaseType)) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableName = tableName.toLowerCase();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if ("postgres".equals(databaseType)) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tableName = tableName.toLowerCase(englishLocale);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSession.java#L1093" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSession.java#L1093&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This way assumptions about lowercased table names will hold regardless of default locales.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 08:22:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205493#M158623</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-03-04T08:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205494#M158624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting, would you be willing to provide a pull request for this, since you can make sure it works in your environment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:13:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205494#M158624</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-03-04T15:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti REST after restart</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205495#M158625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, i will look into it. have a nice day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:37:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-after-restart/m-p/205495#M158625</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-03-05T08:37:02Z</dc:date>
    </item>
  </channel>
</rss>

