<?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: Externalizing HistoryLevel in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60415#M37324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right, to change the history level you have to change the values in both the database and the configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We've done this because updating the history level is not something you want to do overnight. But it's not very well documented right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The history levels you can choose from are :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_NONE = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_ACTIVITY = 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_AUDIT = 2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_FULL = 3;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you with your issue.&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>Mon, 17 Oct 2011 15:53:21 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2011-10-17T15:53:21Z</dc:date>
    <item>
      <title>Externalizing HistoryLevel</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60412#M37321</link>
      <description>Hi:I would like to externalize the Activiti's history level.I'm seeing that there's some database configuration (in ACT_GE_PROPERTY, 'historyLevel', '2', '1' ) and a property set on bean org.activiti.spring.SpringProcessEngineConfiguration &amp;lt;property name="history" value="audit" /&amp;gt;I tryied to d</description>
      <pubDate>Thu, 13 Oct 2011 17:53:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60412#M37321</guid>
      <dc:creator>rufini</dc:creator>
      <dc:date>2011-10-13T17:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Externalizing HistoryLevel</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60413#M37322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be able to set the history level in the configuration file without needing to deal with the database 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>Sat, 15 Oct 2011 20:09:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60413#M37322</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-10-15T20:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Externalizing HistoryLevel</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60414#M37323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply, trademak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I change my activiti-context file, I get an&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;org.activiti.engine.ActivitiException: Activiti database problem: historyLevel mismatch: configuration says 1 and database says 2&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Where should I change it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 14:43:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60414#M37323</guid>
      <dc:creator>rufini</dc:creator>
      <dc:date>2011-10-17T14:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Externalizing HistoryLevel</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60415#M37324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right, to change the history level you have to change the values in both the database and the configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We've done this because updating the history level is not something you want to do overnight. But it's not very well documented right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The history levels you can choose from are :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_NONE = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_ACTIVITY = 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_AUDIT = 2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public static final int HISTORYLEVEL_FULL = 3;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you with your issue.&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>Mon, 17 Oct 2011 15:53:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/externalizing-historylevel/m-p/60415#M37324</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-10-17T15:53:21Z</dc:date>
    </item>
  </channel>
</rss>

