<?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: Missing dependency using ScriptTaskListener in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81107#M54204</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 am using Activiti in Alfresco and I am getting the java.lang.ClassNotFoundException: org.alfresco.repo.workflow.activiti.script.AlfrescoScriptDelegate. How do I resolve this ? Is there any jar file that needs to added to the classpath ?? If yes, how do I add jar files for alfresco activiti in my classpath ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 15:01:38 GMT</pubDate>
    <dc:creator>sunitanayak83</dc:creator>
    <dc:date>2016-01-04T15:01:38Z</dc:date>
    <item>
      <title>Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81105#M54202</link>
      <description>Hi, I try to use ScriptTaskListener within a user task, as example&amp;lt;activiti:taskListener event="complete"&amp;nbsp; class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;activiti:field name="script"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;activiti:string&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(task.getVariableLocal('outcome'</description>
      <pubDate>Tue, 22 May 2012 03:32:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81105#M54202</guid>
      <dc:creator>rogerofyan</dc:creator>
      <dc:date>2012-05-22T03:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81106#M54203</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;The ScriptTaskListener is a class that's part of the Activiti integration in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So this class is only available when you use Activiti in Alfresco.&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, 22 May 2012 07:18:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81106#M54203</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-22T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81107#M54204</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 am using Activiti in Alfresco and I am getting the java.lang.ClassNotFoundException: org.alfresco.repo.workflow.activiti.script.AlfrescoScriptDelegate. How do I resolve this ? Is there any jar file that needs to added to the classpath ?? If yes, how do I add jar files for alfresco activiti in my classpath ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 15:01:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81107#M54204</guid>
      <dc:creator>sunitanayak83</dc:creator>
      <dc:date>2016-01-04T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81108#M54205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is an Alfresco problem: the class you mention should be on the classpath of Alfresco. Activiti does not have this class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:55:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81108#M54205</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-05T09:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81109#M54206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I check whether this class is in the classpath of Alfresco or not ? I am very sure that the class isn't there on the classpath, cause had it been there the class not found error wouldn't have occurred on the first place. If that's the case how do I add the class to the classpath of Alfresco ?? I am using Alfresco Activiti Enterprise BPM Suite v1.3.3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:01:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81109#M54206</guid>
      <dc:creator>sunitanayak83</dc:creator>
      <dc:date>2016-01-06T10:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81110#M54207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could have said that from the beginning that you were using the BPM Suite … that's a whole different story and would have resolved this immediately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener is an Alfresco class, NOT an Activiti BPM Suite class. It is not available there. It's an Alfresco ECM specific class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you probably want is org.activiti.engine.impl.bpmn.listener.ScriptTaskListener class from Activiti.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 11:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81110#M54207</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-07T11:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81111#M54208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much and sorry for not providing accurate information with my query. Will try out your solution. Another quick question does the mail task in Alfresco Activiti Enterprise BPM Suite work as desired or&amp;nbsp; Should I use service task and make it work as a mail task ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 22:08:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81111#M54208</guid>
      <dc:creator>sunitanayak83</dc:creator>
      <dc:date>2016-01-07T22:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing dependency using ScriptTaskListener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81112#M54209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depends on your use case with the mail task &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The mail task does do the sending of email (text or email) through various ways …. but if it's not sufficient for your use case, you can indeed always use a service task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 20:54:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-dependency-using-scripttasklistener/m-p/81112#M54209</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-20T20:54:13Z</dc:date>
    </item>
  </channel>
</rss>

