<?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: Problem with activiti-rest.war in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136733#M95902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CrisZhao&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was exactly what did you say!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 13:34:02 GMT</pubDate>
    <dc:creator>wmfinamore</dc:creator>
    <dc:date>2013-04-11T13:34:02Z</dc:date>
    <item>
      <title>Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136730#M95899</link>
      <description>HiI tried to deploy the activiti-rest.war with the Tomcat7 but the application does not work. What i could make to fix the problem? I'm using the Activiti 5.12.Thanks</description>
      <pubDate>Thu, 11 Apr 2013 01:57:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136730#M95899</guid>
      <dc:creator>wmfinamore</dc:creator>
      <dc:date>2013-04-11T01:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136731#M95900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;INFO: Deploying web application archive C:\Java\Tomcat7\webapps\activiti-rest.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10/04/2013 23:08:46 org.apache.catalina.core.StandardContext startInternal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRAVE: Error listenerStart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10/04/2013 23:08:46 org.apache.catalina.core.StandardContext startInternal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRAVE: Context [/activiti-rest] startup failed due to previous errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10/04/2013 23:08:46 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRAVE: The web application [/activiti-rest] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10/04/2013 23:08:46 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRAVE: The web application [/activiti-rest] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7ed32f11]) and a value of type [org.apache.ibatis.executor.ErrorContext] (value [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### The error may exist in org/activiti/db/mapping/entity/EventSubscription.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### The error occurred while processing mapper_resultMap[compensateResultMap]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 02:13:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136731#M95900</guid>
      <dc:creator>wmfinamore</dc:creator>
      <dc:date>2013-04-11T02:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136732#M95901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to change your db config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;replace the file content of tomcatedir\webapps\activiti-rest\WEB-INF\classes\db.properties as below&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;db=h2&lt;BR /&gt;jdbc.driver=org.h2.Driver&lt;BR /&gt;jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000&lt;BR /&gt;jdbc.username=sa&lt;BR /&gt;jdbc.password=&lt;/CODE&gt;&lt;SPAN&gt;this will use default h2 database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 04:23:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136732#M95901</guid>
      <dc:creator>criszhao</dc:creator>
      <dc:date>2013-04-11T04:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136733#M95902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CrisZhao&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was exactly what did you say!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:34:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136733#M95902</guid>
      <dc:creator>wmfinamore</dc:creator>
      <dc:date>2013-04-11T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136734#M95903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also get the same problem…but no solution…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the same thing below &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;db=h2&lt;BR /&gt;jdbc.driver=org.h2.Driver&lt;BR /&gt;jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000&lt;BR /&gt;jdbc.username=sa&lt;BR /&gt;jdbc.password=&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;it solve the 404 error but now I get &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Forbidden&lt;BR /&gt;&lt;BR /&gt;Authentication is required&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;same user : kermit &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and pass : kermit &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i use for login in explorer but in rest it show authentication problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 09:54:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136734#M95903</guid>
      <dc:creator>sarkar92</dc:creator>
      <dc:date>2013-04-12T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136735#M95904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't go to the same H2 database in memory, the problem is that actually the REST app has a database which doesn't contain any users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to have shared state between the rest and explorer app, you'd need a persistent database (a H2 which works through TCP is also already good).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 07:58:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136735#M95904</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-04-15T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136736#M95905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for reply….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you please tell me how can I hared state between the rest and explorer app?? and also how can I persistent database for these??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 13:59:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136736#M95905</guid>
      <dc:creator>sarkar92</dc:creator>
      <dc:date>2013-04-17T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136737#M95906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just install any supported database: postgres, mysql, … and update the db.properties accordingly as described in &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#databaseConfiguration" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#databaseConfiguration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Installing such a database will depend on your system. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:46:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136737#M95906</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-04-18T11:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136738#M95907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lets say some of our processes contain java service tasks and we want to have shared state between the rest and explorer app, do we have to deploy process definitions or java service task classes multiple times for each web app? Or is it enough to deploy it one time because of the shared persistent database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 10:21:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136738#M95907</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2013-11-29T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136739#M95908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to include the Java classes on both classpaths. The process definitions can be deployed only once because of the shared database. You could also create one web application that includes the REST API and the Explorer classes.&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, 29 Nov 2013 13:16:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136739#M95908</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-11-29T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136740#M95909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply. I am new to activiti. Therefore, I don´t understand how to do this. As soon as I finished modelling my process in eclipse (with all classes and definitions), I´d like to deploy it in the activiti explorer. I thought that after that the deployment would be finished? How do I succeed in updating the classpath?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 14:17:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136740#M95909</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2013-11-29T14:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136741#M95910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Updating classpath depends on the container, but the best thing is to include the JAR in the activiti-explorer war, WEB-INF/lib…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 09:34:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136741#M95910</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-05T09:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136742#M95911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, lets say that we define a new process with several java service tasks. We want that this process is available in the activiti explorer and via REST. For both, we´re using Tomcat and a shared MySQL-database. Maybe, I misunderstood your answer. When I want to deploy a new process with java service tasks, do I have to redeploy the activiti-explorer.war and the activiti-rest.war each time for every new process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank ou for your reply. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 15:17:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136742#M95911</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2013-12-08T15:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136743#M95912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What frederik means is that your custom classes (in a jar) need to be on the classpath of both containers (the container for explorer and for rest).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 09:18:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136743#M95912</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-12-09T09:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136744#M95913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are there any tutorials? That would mean that I have to restart the container after each classpath-update? Maybe I got something wrong but I have the feeling that my deploment (shared state between both apps) is not a standard deployment? Because it sounds very complex to deploy new Process-Definitions in a way that they are available on both apps. What is if I used the same container for both apps, e.g. one Tomcat instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:21:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136744#M95913</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2013-12-09T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136745#M95914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can indeed use the same container for both apps… If you add the classes to the shared classpath, this might work if you also place the actviti-engine.jar on the shared classpath, or the classloading hierarchy will be broken.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, if you're using tomcat, you ALWAYS need to reboot the container of you add new entries to the classpath. This is the way it is, regardless if you're using Activiti or not…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 12:46:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136745#M95914</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-10T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136746#M95915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. Lets say we do not combine both apps but we use the same database for shared state. Now, we create a new process definition and deploy this new process via activiti explorer. All java classes involved will be copied to both lib folders (activiti explorer lib folder and rest lib folder). When I start a process instance, does this instance has the same state in both web apps? Lets say, I start the process instance via rest. After that, I interact with the next process step via activiti explorer. After that, I finish the next process step via rest again. Is this possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:38:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136746#M95915</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2013-12-10T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136747#M95916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the state is persisted in the database, between wait-states. So starting process in explorer, completing a task in rest and completing another task in explorer is perfectly fine. It's also best to have only one job-executor active at the same time, or you can get exceptions when 2 of them try to lock the same job…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:36:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136747#M95916</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-11T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136748#M95917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanky for your reply. This is the answer is needed!! How do I achieve this (having only one job-executor active? )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:42:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136748#M95917</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2013-12-12T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with activiti-rest.war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136749#M95918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In one of the two apps, set the property "jobExecutorActivate" to false in the activiti.cfg.xml OR in the applicationContext.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 07:32:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-activiti-rest-war/m-p/136749#M95918</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-13T07:32:02Z</dc:date>
    </item>
  </channel>
</rss>

