<?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: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146980#M102645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you getting this error on your Weblogic server or in your unit test?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's the latter then could you create a unit test project (like described here &lt;/SPAN&gt;&lt;A href="http://www.jorambarrez.be/blog/2012/09/24/how-to-write-a-unit-test/" rel="nofollow noopener noreferrer"&gt;http://www.jorambarrez.be/blog/2012/09/24/how-to-write-a-unit-test/&lt;/A&gt;&lt;SPAN&gt;) ?&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>Fri, 14 Jun 2013 07:00:38 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2013-06-14T07:00:38Z</dc:date>
    <item>
      <title>Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146978#M102643</link>
      <description>I call a Java Service task in middle of my process to check a status and it is working fine as I have all the dependent custom classes in classpath. Now I had to&amp;nbsp; check(every 5 mins) for a particular status. Once the desired status is found process moves on. so I introduce a Timer Intermediate Catch</description>
      <pubDate>Thu, 13 Jun 2013 23:28:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146978#M102643</guid>
      <dc:creator>rangoo</dc:creator>
      <dc:date>2013-06-13T23:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146979#M102644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I only have activiti-explorer deployed on my server(weblogic). I tried &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a)&amp;nbsp; jobExecutorActivate to false in explorer as mentioned here - &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/content/classnotfoundexception-when-using-timer-start-event" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/classnotfoundexception-when-using-timer-start-event&lt;/A&gt;&lt;SPAN&gt; , and my unit tests activiti config has jobExecutorActivate to true. This seems to disable the jobs as they are not getting fired&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) jobExecutorActivate to true in explorer and&amp;nbsp; my unit tests activiti config has jobExecutorActivate to true/false and I am getting the above mentioned exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached are my unit test and its test activiti config&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 23:41:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146979#M102644</guid>
      <dc:creator>rangoo</dc:creator>
      <dc:date>2013-06-13T23:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146980#M102645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you getting this error on your Weblogic server or in your unit test?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's the latter then could you create a unit test project (like described here &lt;/SPAN&gt;&lt;A href="http://www.jorambarrez.be/blog/2012/09/24/how-to-write-a-unit-test/" rel="nofollow noopener noreferrer"&gt;http://www.jorambarrez.be/blog/2012/09/24/how-to-write-a-unit-test/&lt;/A&gt;&lt;SPAN&gt;) ?&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>Fri, 14 Jun 2013 07:00:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146980#M102645</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-06-14T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146981#M102646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get the error on WebLogic. My Test is not an Unit , but an Integration test as It calls the deployed process(via explorer)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 15:38:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146981#M102646</guid>
      <dc:creator>rangoo</dc:creator>
      <dc:date>2013-06-14T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146982#M102647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok.&amp;nbsp; Error went away once I started using Time Duration(PT5M) instead of Time Cycle(which was incorrect to use for my desired behavior). But I think there is a bug when you use a Time Cycle of Timer Inter Catching event with Service Task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sharing the Unit Test, Should the unit test pause when it encounters Timer Intermediate event? It is not pausing. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 19:58:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146982#M102647</guid>
      <dc:creator>rangoo</dc:creator>
      <dc:date>2013-06-14T19:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146983#M102648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, by default the job executor is disabled in that unit test template.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it should definitely pause when it encounters an intermediate timer catching event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share your process definition?&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>Mon, 17 Jun 2013 09:07:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146983#M102648</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-06-17T09:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catching Event - Java Service Task: couldn't instantiate class</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146984#M102649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;by default the job executor is disabled in that unit test template.&amp;lt;/code&amp;gt;&amp;nbsp; Thanks for the info.&amp;nbsp; I figured I have to manually execute the jobs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 17:55:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catching-event-java-service-task-couldn-t/m-p/146984#M102649</guid>
      <dc:creator>rangoo</dc:creator>
      <dc:date>2013-06-17T17:55:07Z</dc:date>
    </item>
  </channel>
</rss>

