<?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 create the activiti expressions and listeners in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90158#M61358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure the classes you reference are in your class path of the activiti-explorer WAR…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 11:13:50 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-10-03T11:13:50Z</dc:date>
    <item>
      <title>How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90153#M61353</link>
      <description>Hi,How can i use the activiti expressions(java script expressions) and listeners.Please tell me the flow how can i do it?Thanks,Valarmathi P</description>
      <pubDate>Tue, 25 Sep 2012 09:07:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90153#M61353</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-09-25T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90154#M61354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#executionListeners" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#executionListeners&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace the 'class' with expression if you only need expressions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Activiti 5.11 (not yet released), it will be possible to use script tasks, like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;userTask id="usertask1" name="All your base are belong to us"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:taskListener event="create" class="org.activiti.engine.impl.bpmn.listener.ScriptTaskListener"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="script"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:string&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; def bar = "BAR";&amp;nbsp; // local variable&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foo = "FOO"; // pushes variable to execution context&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bar // implicit return value&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/activiti:string&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="language" stringValue="groovy" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="resultVariable" stringValue="myVar" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/activiti:taskListener&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/userTask&amp;gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 07:37:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90154#M61354</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-26T07:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90155#M61355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used 5.10 ,what i have to do.I don't know how to use the expressions and listeners .Please help me if anybody knowa.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:26:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90155#M61355</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-09-26T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90156#M61356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please check the docs I linked to: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;eg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;userTask id="firstTask" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sequenceFlow sourceRef="firstTask" targetRef="secondTask"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:executionListener class="org.activiti.examples.bpmn.executionListener.ExampleExecutionListenerTwo" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 11:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90156#M61356</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-01T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90157#M61357</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 used three usertask executionListeners ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the following error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;com.vaadin.event.ListenerMethod$MethodException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cause: org.activiti.engine.ActivitiException: couldn't instantiate class org.activiti.examples.bpmn.executionlistener.ExampleExecutionListenerOne&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1193)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.ui.Button.fireClick(Button.java:539)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.ui.Button.changeVariables(Button.java:206)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariableBurst(AbstractCommunicationManager.java:1299)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1219)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:735)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:296)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:501)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Thread.run(Thread.java:619)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.activiti.engine.ActivitiException: couldn't instantiate class org.activiti.examples.bpmn.executionlistener.ExampleExecutionListenerOne&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.util.ReflectUtil.instantiate(ReflectUtil.java:131)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.bpmn.helper.ClassDelegate.instantiateDelegate(ClassDelegate.java:162)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.bpmn.helper.ClassDelegate.getExecutionListenerInstance(ClassDelegate.java:76)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.bpmn.helper.ClassDelegate.notify(ClassDelegate.java:68)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.pvm.runtime.AbstractEventAtomicOperation.execute(AbstractEventAtomicOperation.java:42)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.CommandContext.performOperation(CommandContext.java:80)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.performOperationSync(ExecutionEntity.java:546)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.performOperation(ExecutionEntity.java:541)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.start(ExecutionEntity.java:335)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.cmd.StartProcessInstanceCmd.execute(StartProcessInstanceCmd.java:72)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.cmd.StartProcessInstanceCmd.execute(StartProcessInstanceCmd.java:31)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:24)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:42)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:40)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.RuntimeServiceImpl.startProcessInstanceById(RuntimeServiceImpl.java:63)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.activiti.engine.impl.RuntimeServiceImpl.startProcessInstanceById(RuntimeServiceImpl.java:63)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.ui.process.listener.StartProcessInstanceClickListener.buttonClick(StartProcessInstanceClickListener.java:71)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.reflect.Method.invoke(Method.java:597)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; … 22 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.activiti.engine.ActivitiClassLoadingException: Class not found: org.activiti.examples.bpmn.executionlistener.ExampleExecutionListenerOne&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.util.ReflectUtil.loadClass(ReflectUtil.java:81)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.util.ReflectUtil.instantiate(ReflectUtil.java:128)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; … 44 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.ClassNotFoundException: org.activiti.examples.bpmn.executionlistener.ExampleExecutionListenerOne&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Class.forName0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Class.forName(Class.java:247)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.util.ReflectUtil.loadClass(ReflectUtil.java:62)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; … 45 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 10:50:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90157#M61357</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-03T10:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90158#M61358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure the classes you reference are in your class path of the activiti-explorer WAR…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 11:13:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90158#M61358</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-03T11:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90159#M61359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked the class its there in my war file.but i'm getting the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 06:40:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90159#M61359</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-04T06:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90160#M61360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CODE&gt;&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.activiti.examples.bpmn.executionlistener.ExampleExecutionListenerOne&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you should double-check if the class is rather in WEB-INF/classes or in a jar-file in the lib-folder…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 07:45:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90160#M61360</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-04T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90161#M61361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created Activity project only,so the class should be there in .bar file only.I tested in jUnit its running ,but Activity explorer showing the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 08:23:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90161#M61361</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-04T08:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90162#M61362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Userguide states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Note that Java classes present in the business archive will not be added to the classpath. All custom classes used in process definitions in the business archive (for example Java service tasks or event listener implementations) should be present on the activiti-engine's classpath in order to run the processes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The bar-file doesn't contain the java-classes. Another JAR-file is created, containing the classes. This should be on the class path&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 08:56:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90162#M61362</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-04T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90163#M61363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes,another jar file is there on the class path,but can't upload the jar file in the Activity Explorer right.how can i do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 10:46:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90163#M61363</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-04T10:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90164#M61364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Again, it's NOT POSSIBLE to upload jar's (or classes) to activiti explorer. You should place the classes on the class path of the container the app is running in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 11:28:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90164#M61364</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-04T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90165#M61365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I put the jar file inside of the application tomcat webapps folder ,is this ok .Is ok means,where can i get the jar file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 04:48:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90165#M61365</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-05T04:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90166#M61366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're using activiti Designer and an Activiti Project, the jar-file of the classes in your project will be created once you have requested "Generate deployments artifacts". There should be a jar-file alongside the .bar file. If not, there is possibly a compile-error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're not using an Activiti project, bundle the jar-file as you would do with other java-rpject, using the mechanism of your choice (ANT, maven, export jar in eclipse, …)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 06:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90166#M61366</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-05T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90167#M61367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using Activiti project only,while using&amp;nbsp; "Generate deployments artifacts" i got the .bar file&amp;nbsp; and .jar file both .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can i put that jar file .I used to put activiti/apps/tomcat/webapps/xxx.jar file,then how can i get the jar from the activiti-explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 10:35:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90167#M61367</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-05T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90168#M61368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please consult google for inquiries like this. We're here to answer activiti-specific questions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding a jar-file in a webapp is not really activiti-specific and a trivial thing to do if you're a java-developer…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 11:19:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90168#M61368</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-05T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90169#M61369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm a developer only,if i put webapps folder in normal web applications means i know what i can do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is where i can get the file from Activity explorer,if i upload .bar or xml file means i got it from activity explorer with activity diagram,thats'y i'm asking the question.Don't mistake me,i'm a java developer only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 04:26:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90169#M61369</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-08T04:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90170#M61370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I really don't get the question. Are you trying to retrieve the JAR-file from the explorer-app to use elsewhere?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 07:29:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90170#M61370</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-09T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90171#M61371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Obviously yes.If i upload the jar file from the class path how i will take the uploaded file activity diagram from the activity explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valarmathi P&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 05:17:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90171#M61371</guid>
      <dc:creator>valarmathi</dc:creator>
      <dc:date>2012-10-10T05:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the activiti expressions and listeners</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90172#M61372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't retrieve the JAR-file (containing the classes) from the activiti-explorer app. You can only view the deployments and their contents (.bar file) from the explorer APP or using the REST/Java API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 07:19:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-the-activiti-expressions-and-listeners/m-p/90172#M61372</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-10T07:19:21Z</dc:date>
    </item>
  </channel>
</rss>

