<?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: unable to get values from database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174408#M127538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;was it happening because I put two jar of activiti engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2014 11:46:10 GMT</pubDate>
    <dc:creator>vijayd</dc:creator>
    <dc:date>2014-03-07T11:46:10Z</dc:date>
    <item>
      <title>unable to get values from database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174406#M127536</link>
      <description>I am working with some code it was working. But after executing the application for 5-6 times it starts giving following Error :Mar 05, 2014 3:55:36 PM org.activiti.engine.impl.interceptor.CommandContext closeSEVERE: Error while closing command contextorg.apache.ibatis.exceptions.PersistenceExceptio</description>
      <pubDate>Wed, 05 Mar 2014 10:31:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174406#M127536</guid>
      <dc:creator>vijayd</dc:creator>
      <dc:date>2014-03-05T10:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get values from database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174407#M127537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found why its giving an error i increase the size of column VALUE_ in table act_ge_property and its working fine, but the table will update after few executions. So it will give an error again. Is there any other option to deal with this error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:22:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174407#M127537</guid>
      <dc:creator>vijayd</dc:creator>
      <dc:date>2014-03-06T07:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get values from database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174408#M127538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;was it happening because I put two jar of activiti engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 11:46:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174408#M127538</guid>
      <dc:creator>vijayd</dc:creator>
      <dc:date>2014-03-07T11:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get values from database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174409#M127539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're planning on using big strings as process-variables, consider storing them as a byte[] instead of a String. Alternatively, you can store it as a class that implements Serializable, eg:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;public class LongString implements Serializable {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected String stringValue;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; getStringValue() …&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; setStringValue(…) …&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Storing as serializable OR byte[] will use a BLOB in the DB, having nearly unlimited size support &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:31:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174409#M127539</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-03-10T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to get values from database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174410#M127540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You Frederik, For your reply. My problem was different but I got the solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:03:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-get-values-from-database/m-p/174410#M127540</guid>
      <dc:creator>vijayd</dc:creator>
      <dc:date>2014-03-10T10:03:59Z</dc:date>
    </item>
  </channel>
</rss>

