<?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: Really simple timer start event throwing exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98783#M68158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You were right, I did not notice the revision number of the process definitions getting higher, so it must be that the Deployer is simply parsing all the bpmn.20 files rather that deploying them.&amp;nbsp; That is a relief; but then, with the possiblilty of hundreds of processes being defined in the database, the parsing may be repeated each time a Process Engine is created by the Java API calls.&amp;nbsp; Would there be some way to direct the Deployer to parse only when the bpmn.20 file is loaded to run?&amp;nbsp; Or to parse only the bpmn.20 files that have not been parsed? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is still the question, should I expect an exception to be thrown when I use a timer start event to start a process?&amp;nbsp; It seems reasonable to think that a process may be scheduled to start at a certain time and a used might be signed on to Explorer at that time completing a User Task in some other process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your continued help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 14:50:40 GMT</pubDate>
    <dc:creator>ct1</dc:creator>
    <dc:date>2012-05-18T14:50:40Z</dc:date>
    <item>
      <title>Really simple timer start event throwing exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98779#M68154</link>
      <description>Sirs:I am working with Activiti 5.9 on a Windows 7 OS.My use case is to have a process start at 8:00 a.m. each day.&amp;nbsp; I wrote a very simple process with a Timer Start Event coded to start the process one time at the specified time (I am not trying to have the process start on a recurring basis yet, j</description>
      <pubDate>Mon, 07 May 2012 21:19:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98779#M68154</guid>
      <dc:creator>ct1</dc:creator>
      <dc:date>2012-05-07T21:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Really simple timer start event throwing exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98780#M68155</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;I just tested your example process in a simple unit test and that's working fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also in the Activiti Explorer it's working fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you running multiple Activiti Engines on one database?&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, 09 May 2012 10:14:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98780#M68155</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-09T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Really simple timer start event throwing exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98781#M68156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for testing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I ran this test initially, only one Process Engine was running, the one used by Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just reran the process in Explorer to confirm the behavior noted.&amp;nbsp; It was the same as before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was your unit test written to catch the ActivitiOptimisticLockingException (and any other throwable)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your Expolorer test, did you see evidence in your log or console of a second deployment of all your processes when the Timer Start Event was supposed to start?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 17:26:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98781#M68156</guid>
      <dc:creator>ct1</dc:creator>
      <dc:date>2012-05-11T17:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Really simple timer start event throwing exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98782#M68157</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;No my unit test didn't catch any exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Explorer I saw some log statements of processes retrieved multiple times, but that doesn't cause multiple deployments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see that processes are deployed multiple times in the Manage section?&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, 15 May 2012 15:08:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98782#M68157</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-15T15:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Really simple timer start event throwing exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98783#M68158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You were right, I did not notice the revision number of the process definitions getting higher, so it must be that the Deployer is simply parsing all the bpmn.20 files rather that deploying them.&amp;nbsp; That is a relief; but then, with the possiblilty of hundreds of processes being defined in the database, the parsing may be repeated each time a Process Engine is created by the Java API calls.&amp;nbsp; Would there be some way to direct the Deployer to parse only when the bpmn.20 file is loaded to run?&amp;nbsp; Or to parse only the bpmn.20 files that have not been parsed? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is still the question, should I expect an exception to be thrown when I use a timer start event to start a process?&amp;nbsp; It seems reasonable to think that a process may be scheduled to start at a certain time and a used might be signed on to Explorer at that time completing a User Task in some other process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your continued help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 14:50:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/really-simple-timer-start-event-throwing-exception/m-p/98783#M68158</guid>
      <dc:creator>ct1</dc:creator>
      <dc:date>2012-05-18T14:50:40Z</dc:date>
    </item>
  </channel>
</rss>

