<?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: Problems with 5.12 demo in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136580#M95783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by "can't play with rest"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 06:11:33 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-05-22T06:11:33Z</dc:date>
    <item>
      <title>Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136575#M95778</link>
      <description>The Simple Approval Demo example is new in the 5.12 distro, and includes a form type of "user".&amp;nbsp; When we run a fresh download &amp;amp; install of activiti, we get a console full of errors related to this. Are we missing something or is something missing from the distro?It also prevents us from accessin</description>
      <pubDate>Mon, 18 Mar 2013 19:40:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136575#M95778</guid>
      <dc:creator>groopk</dc:creator>
      <dc:date>2013-03-18T19:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136576#M95779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The custom form types are plugged into the engine in the spring config of the Explorer app:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;CODE&gt; &amp;lt;bean id="formPropertyRendererManager" class="org.activiti.explorer.ui.form.FormPropertyRendererManager" lazy-init="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="propertyRenderers"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="org.activiti.explorer.ui.form.UserFormPropertyRenderer" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ….&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;And that bean is plugged into the process engine configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using Explorer with a custom configuration? Because out of the box it should work as far as I can see.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 08:59:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136576#M95779</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-20T08:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136577#M95780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have both the activiti-explorer and activiti-rest deployed, pointing at the same database.&amp;nbsp; Perhaps this is not how they were intended to be used?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We ended up just turning off the demoProcessDefinition/Model/Report Data generation inside activti-explorer and redeployed everything on a fresh database and now it seems to be fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 14:57:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136577#M95780</guid>
      <dc:creator>groopk</dc:creator>
      <dc:date>2013-03-20T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136578#M95781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah yes, I discovered that problem too recently. If you want to point them to the same db, then indeed the rest config must be adapted to also know these form types. Which is not a good thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got it on my list to fix very soon, as it struck me too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed disabling the demo data would also do the truck, as it only would be used when you actually have a process with a user form property type (which the demo data has)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 11:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136578#M95781</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-21T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136579#M95782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any ideas for an absolute beginner to get explorer+rest+demos run?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got activiti-explorer and activiti-rest up and running sharing a postgresql database, but can't play with REST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(After a longer reading trip around the camunda fork story, I arrived back at activiti and plan to stay &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 12:21:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136579#M95782</guid>
      <dc:creator>non</dc:creator>
      <dc:date>2013-05-21T12:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136580#M95783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by "can't play with rest"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 06:11:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136580#M95783</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-05-22T06:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136581#M95784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please see initial question. I'm faced with the same problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; unknown type 'user' approver&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the problem is the missing component from activiti-explorer. But:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Howto add the missing component to activiti-rest?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* How much sense does it make to add an ui component to the REST API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the end I want to have 1 database and 1 process-engine accessed by explorer and rest-api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 08:13:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136581#M95784</guid>
      <dc:creator>non</dc:creator>
      <dc:date>2013-05-22T08:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136582#M95785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using 5.12.1? The rest service there contains a DemoDataGenerator bean which installs some demo users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To work on the same database, simply adapt db.properties on both rest and explorer wars and point them to the same db (eg local mysql)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 15:08:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136582#M95785</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-22T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136583#M95786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. I'm using the current version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me repeat myself, more verbose this time: I followed the documentation and got activiti-explorer up in a few minutes; with demo data. Everything works as expected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I wanted to test the REST API: I deployed activiti-rest to tomcat and intuitively expected to get access to the same process instances, status, etc.. What I got was a second independent in-memory database. Next step: Set up a postgres user and database and configured those into both: activiti-rest and activiti-explorer. Now I can authenticate as "kermit" and access SOME data from the activiti-explorer, because of the problem from the beginning of this threat: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'user' approver&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understood from above, this is because demo data from activiti-explorer is somehow bound to components that only exist in activiti-explorer and not in activiti-rest:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.explorer.ui.form.UserFormPropertyRenderer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I could delete demo data and start with a clean database (as suggested). But I got another problem: I'm not feeling comfortable with the idea of running two process engines on the same database (and same data). What I could find in the forums is, that it should be fairly easy to pick the components of both (explorer and rest) and put them in one webapp with only one process engine running. The only thing missing is a description of these easy steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And maybe even demo data don't crashes the REST API anymore in this combined webapp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:37:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136583#M95786</guid>
      <dc:creator>non</dc:creator>
      <dc:date>2013-05-22T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136584#M95787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you take over the "userType" configuration (not renderer, but the actual type), the REST-webapp wil work independently on the same database. It's perfectly fine to have 2 engines pointing at the same DB, nothing to be uncomfortable about. Offcourse, it's indeed possible to combine both explorer and rest into a single war-file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:57:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136584#M95787</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-05-23T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136585#M95788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's why I asked which version you are running on: I assumed we had the error fixed on Activiti 5.12.1. But it seems you are hitting it (altough i did remember I tested it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have split up the webapps on purpose: most people want only the rest api or explorer, not the both combined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can indeed combine both web applications. But as it is a standard Java webapp, it's basically just creating a standard WAR. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But your point is valid: this stuff should be easier. I'll look into it and see if I can write something down.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 07:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136585#M95788</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-23T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136586#M95789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 07:37:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136586#M95789</guid>
      <dc:creator>non</dc:creator>
      <dc:date>2013-05-23T07:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136587#M95790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A short step-by-step guide leading to the combined solution would help a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment I'm not a day-by-day java developer and don't know all concepts by rote. Now I got everything up in eclipse, created a webapp project and added all the dependent libs from the war files and the configuration files to the webapps/WEB-INF folder. (before I tried automatic maven dependency resolution, but failed &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The app loads perfectly in tomcat now, but complains about "org.activiti.engine.ActivitiException: No router defined" when I try to access "/service"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be continued…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 07:50:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136587#M95790</guid>
      <dc:creator>non</dc:creator>
      <dc:date>2013-05-23T07:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136588#M95791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I met this problem today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;error message :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2013-05-23 15:37:19 [org.activiti.engine.impl.interceptor.CommandContext]-[ERROR] Error while closing command context&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'user' approver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I fixed the problem by deleting all demo data on activiti-explorer…deploy a process without any form…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;suggestion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.mention that "activiti-explorer and activiti-rest use different h2 db even though deploy on same webserver(eg.tomcat)" in user guide&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.mention that"activiti-rest rest api just a demo for show, you should modify db.properties to the same db both on activiti-explorer and activiti-rest if you want to get the "correct" result"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.when this problem will be fixed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.do you fill a little strange when you should delpoy&amp;nbsp; jar both on activiti-rest and activiti-explorer web app lib?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.is there a combined version for activiti-rest and activiti-explorer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 08:47:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136588#M95791</guid>
      <dc:creator>rookies</dc:creator>
      <dc:date>2013-05-23T08:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136589#M95792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should call ann actual REST-service method, rather than the root "/services"…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:33:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136589#M95792</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-06-04T13:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136590#M95793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still seeing this issue in 5.13. I've worked around it by undeploying the demo processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 17:24:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136590#M95793</guid>
      <dc:creator>joshgubler</dc:creator>
      <dc:date>2013-08-08T17:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136591#M95794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any progress on this issue? Tried with activiti 5.14 and the REST-Calls still crashes with the demo data. Same deplyoment as described above: both web apps share the same db. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be very useful if the user form type could be used in the rest app. Especially for document-approval processes, the user form type is very important. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, it would be great if you could integrate this form type in the rest web app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 14:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136591#M95794</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-02-10T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 5.12 demo</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136592#M95795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For 5.15 we've added these form types to the REST app as well.&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, 11 Feb 2014 15:25:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-5-12-demo/m-p/136592#M95795</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-02-11T15:25:56Z</dc:date>
    </item>
  </channel>
</rss>

