<?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: Exception while executing a class associated with user task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175405#M128535</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;CODE&gt;&lt;BR /&gt;Caused by: org.activiti.engine.ActivitiException: Exception while invoking TaskListener: demo.tasklistener.DemoTaskListener doesn't implement interface org.activiti.engine.delegate.TaskListener&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;DemoTaskListener&lt;/CODE&gt;&lt;SPAN&gt; should implement &lt;/SPAN&gt;&lt;CODE&gt;TaskListener&lt;/CODE&gt;&lt;SPAN&gt; interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 06:40:47 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2014-03-13T06:40:47Z</dc:date>
    <item>
      <title>Exception while executing a class associated with user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175404#M128534</link>
      <description>I have associated a class to a user task and that task is assigned to kermit. Now when kermit commits the task, the class must be instantiate and execute ; But, I am getting an exception unable to instantiate a class "demo.tasklistener.DemoTaskListener" on activiti explorer and following error on th</description>
      <pubDate>Thu, 13 Mar 2014 06:25:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175404#M128534</guid>
      <dc:creator>vijayd</dc:creator>
      <dc:date>2014-03-13T06:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while executing a class associated with user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175405#M128535</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;CODE&gt;&lt;BR /&gt;Caused by: org.activiti.engine.ActivitiException: Exception while invoking TaskListener: demo.tasklistener.DemoTaskListener doesn't implement interface org.activiti.engine.delegate.TaskListener&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;DemoTaskListener&lt;/CODE&gt;&lt;SPAN&gt; should implement &lt;/SPAN&gt;&lt;CODE&gt;TaskListener&lt;/CODE&gt;&lt;SPAN&gt; interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 06:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175405#M128535</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-03-13T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while executing a class associated with user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175406#M128536</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;SPAN&gt;This is my class, you can see DemoTaskListener has implemented TaskListener interface :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;package demo.tasklistener;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.engine.delegate.DelegateTask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.engine.delegate.TaskListener;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public class DemoTaskListener implements TaskListener {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; private static final long serialVersionUID = 1L;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; public void notify(DelegateTask arg0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; System.out.println("\n\n\n\t\t\tTaskListener Executed….\n\n\n");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 04:36:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175406#M128536</guid>
      <dc:creator>vijayd</dc:creator>
      <dc:date>2014-03-17T04:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while executing a class associated with user task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175407#M128537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vijay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In that case you could follow existing working example and try to compare what&amp;nbsp; is different in yours… to find an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One example could be &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.test.bpmn.usertask.UserTaskTest#testCompleteAfterParallelGateway&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an activiti sources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 07:32:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-executing-a-class-associated-with-user-task/m-p/175407#M128537</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-03-17T07:32:56Z</dc:date>
    </item>
  </channel>
</rss>

