<?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 Increase lenght of instance variables in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/increase-lenght-of-instance-variables/m-p/203757#M156887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to increase the length for Strings as process variables("ACT_RU_VARIABLE"."TEXT_") in the database! Since in my scenario I save&amp;nbsp; a string that is longer than 4000 bytes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't modify the engine activiti.*.create.engine.sql, because I only use the activiti-engine.jar in the form of dependency.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could be possible for I to make them bigger??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jul 2014 00:25:26 GMT</pubDate>
    <dc:creator>horick</dc:creator>
    <dc:date>2014-07-26T00:25:26Z</dc:date>
    <item>
      <title>Increase lenght of instance variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/increase-lenght-of-instance-variables/m-p/203757#M156887</link>
      <description>Hi guys,I want to increase the length for Strings as process variables("ACT_RU_VARIABLE"."TEXT_") in the database! Since in my scenario I save&amp;nbsp; a string that is longer than 4000 bytes.I can't modify the engine activiti.*.create.engine.sql, because I only use the activiti-engine.jar in the form of de</description>
      <pubDate>Sat, 26 Jul 2014 00:25:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/increase-lenght-of-instance-variables/m-p/203757#M156887</guid>
      <dc:creator>horick</dc:creator>
      <dc:date>2014-07-26T00:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Increase lenght of instance variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/increase-lenght-of-instance-variables/m-p/203758#M156888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That 4000 is not just an random chosen number, it's the least common denominator across all databases (oracle's max is 4000). Since String variables are still query able in our API (using like, equals, not equals, …), strings need to be stored as varchar-types. Blobs are NOT searchable this way. We wanted to keep string-query consistent, hence the error you get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But since 5.16, we altered this behaviour to write 4000+ strings as a byte-array (as all Serialisables are handled in activiti): &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/754d6903d64983f2655c0845bdd606a2df0c40d7" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/754d6903d64983f2655c0845bdd606a2df0c40d7&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Upgrading to 5.16 will allow you to store 4000+ string, without the need for a workaround/wrap as Serializable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 08:18:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/increase-lenght-of-instance-variables/m-p/203758#M156888</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-07-29T08:18:03Z</dc:date>
    </item>
  </channel>
</rss>

