<?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: How to handle exceptions in a tasklistner in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69849#M44998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean, the notify doesn't throw an exception? When a task is created or completed, the call initiating this action (eather taskService.complete or runtimeService.startPI or signal) will receive the exception when calling, after transaction is rolled back… So ALL stuff done to the process/task won't be comitted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2011 18:09:28 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2011-08-24T18:09:28Z</dc:date>
    <item>
      <title>How to handle exceptions in a tasklistner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69848#M44997</link>
      <description>Hi,The task listners that we have on a task execute business rules in our own application (i.e. thru EJBs). But if those fail or there are system failures/exceptions with the EJBs how to handle them? The notify method does not throw an exception (even if it did how would it affect the task even itse</description>
      <pubDate>Wed, 24 Aug 2011 18:00:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69848#M44997</guid>
      <dc:creator>ruedesilva</dc:creator>
      <dc:date>2011-08-24T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle exceptions in a tasklistner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69849#M44998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean, the notify doesn't throw an exception? When a task is created or completed, the call initiating this action (eather taskService.complete or runtimeService.startPI or signal) will receive the exception when calling, after transaction is rolled back… So ALL stuff done to the process/task won't be comitted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 18:09:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69849#M44998</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-08-24T18:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle exceptions in a tasklistner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69850#M44999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. I will test this out from a tasklistner for "Assignment' event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Rue&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 18:15:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69850#M44999</guid>
      <dc:creator>ruedesilva</dc:creator>
      <dc:date>2011-08-31T18:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle exceptions in a tasklistner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69851#M45000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I will throw a RuntimeException as the notify method&amp;nbsp; interface does not have a throws clause. Is that the understanding?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rue&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 18:50:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69851#M45000</guid>
      <dc:creator>ruedesilva</dc:creator>
      <dc:date>2011-08-31T18:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle exceptions in a tasklistner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69852#M45001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If something goos wrong while execution (running) your process, it makes sense you should throw RuntimeExceptions &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>Thu, 01 Sep 2011 07:24:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-handle-exceptions-in-a-tasklistner/m-p/69852#M45001</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-09-01T07:24:34Z</dc:date>
    </item>
  </channel>
</rss>

