<?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 JavaServiceTasks and exceptions during invocation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/javaservicetasks-and-exceptions-during-invocation/m-p/18563#M8485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;imagine you have a simple process with three JavaServiceTasks in one row. Task 1 and task 2 are completed successfully. Task 3 couldn't complete successfully because the Java code threw an exception. What's the Activiti engine now doing? Does it try it to invoke the method again? Is the process in a wait state? Will the exception in task 3 affect the completed tasks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Sep 2010 23:17:03 GMT</pubDate>
    <dc:creator>mskaesz</dc:creator>
    <dc:date>2010-09-13T23:17:03Z</dc:date>
    <item>
      <title>JavaServiceTasks and exceptions during invocation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/javaservicetasks-and-exceptions-during-invocation/m-p/18563#M8485</link>
      <description>Hey guys,imagine you have a simple process with three JavaServiceTasks in one row. Task 1 and task 2 are completed successfully. Task 3 couldn't complete successfully because the Java code threw an exception. What's the Activiti engine now doing? Does it try it to invoke the method again? Is the pro</description>
      <pubDate>Mon, 13 Sep 2010 23:17:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/javaservicetasks-and-exceptions-during-invocation/m-p/18563#M8485</guid>
      <dc:creator>mskaesz</dc:creator>
      <dc:date>2010-09-13T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: JavaServiceTasks and exceptions during invocation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/javaservicetasks-and-exceptions-during-invocation/m-p/18564#M8486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it will roll back until the last wait state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in case you only have 3 automatic java activities, your whole start process instance will be rolled back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;later we'll introduce the concept of asynchronous continuations.&amp;nbsp; that means that you can demarcate your process with a kind of safe points.&amp;nbsp; ongoing transaction will then be committed and a new transaction will be automatically started to continue the process.&amp;nbsp; this can be handy if you have consequetive automatic activities that you want to be executed in separate transactions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 05:37:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/javaservicetasks-and-exceptions-during-invocation/m-p/18564#M8486</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2010-09-14T05:37:34Z</dc:date>
    </item>
  </channel>
</rss>

