<?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: Is there a demo that works? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149748#M104680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I put together a little demo that walks through a simple process; you might find it useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://c20g.com/getting-started-with-activiti/" rel="nofollow noopener noreferrer"&gt;http://c20g.com/getting-started-with-activiti/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Oct 2013 22:10:25 GMT</pubDate>
    <dc:creator>bmarkmann</dc:creator>
    <dc:date>2013-10-27T22:10:25Z</dc:date>
    <item>
      <title>Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149747#M104679</link>
      <description>I've been following the 10 minute demo (here: http://activiti.org/userguide/index.html#10minutetutorial) and I wanted to know if there is a demo that actually works. My upper management wants a demo of BPM in general and Activiti specifically, but I can't get the code to work. It just errors out&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg</description>
      <pubDate>Fri, 25 Oct 2013 17:04:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149747#M104679</guid>
      <dc:creator>coderchris</dc:creator>
      <dc:date>2013-10-25T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149748#M104680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I put together a little demo that walks through a simple process; you might find it useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://c20g.com/getting-started-with-activiti/" rel="nofollow noopener noreferrer"&gt;http://c20g.com/getting-started-with-activiti/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 22:10:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149748#M104680</guid>
      <dc:creator>bmarkmann</dc:creator>
      <dc:date>2013-10-27T22:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149749#M104681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do the 1 minute version, basically you start tomcat and then drop the activiti.war file into webapp, it'll automatically deploy. Then just go to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/activiti-explorer" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-explorer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 05:29:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149749#M104681</guid>
      <dc:creator>sheing3003</dc:creator>
      <dc:date>2013-10-28T05:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149750#M104682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem of CoderChris.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to run a simple activity workflow with its JUnit test. My choice is the second exercise on the &lt;/SPAN&gt;&lt;EM&gt;Activiti In Action&lt;/EM&gt;&lt;SPAN&gt; book.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first exercise works (section 1.4.1 page 12), but it does not involve the H2 database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The second exercise (section 1.4.2 page 14) involves the H2 database, and for me &lt;/SPAN&gt;&lt;STRONG&gt;it's not working&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, here is what I'm doing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;I've got eclipse with the Activiti plugin installed;&lt;/LI&gt;&lt;LI&gt;I create a new Activiti project;&lt;/LI&gt;&lt;LI&gt;In the Activiti project, in the src/main/resources I create a file [font=courier]bookorder.bpmn20.xml[/font] (see the text on the book, listing 1.3 pages 14, 15 or request it to me);&lt;/LI&gt;&lt;LI&gt;In the Activiti project, in the src/main/resources I copy the [font=courier]activiti.cfg.xml[/font] file (attached at the end of this message);&lt;/LI&gt;&lt;LI&gt;In the Activiti project, in the src/test/java, I create a JUnit Test file called [font=courier]BookOrderTest.java[/font] (see the text on the book, listing 1.4 pages 15, 16 or request it to me);&lt;/LI&gt;&lt;LI&gt;In the project's properties page I add all the required External JARs. These are the activiti pack ones and the activiti-explorer (under Tomcat) ones. After this action there are no more errors on the [font=courier]BookOrderTest.java[/font] file;&lt;/LI&gt;&lt;LI&gt;I go on the [font=courier]BookOrderTest.java[/font] file and give the &lt;EM&gt;Run As/JUnit Test&lt;/EM&gt; command…&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;The error is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;org.apache.ibatis.exceptions.PersistenceException: &lt;BR /&gt;### Error querying database.&amp;nbsp; Cause: org.h2.jdbc.JdbcSQLException: Connection is broken: "java.net.ConnectException: Connection refused: connect: localhost" [90067-170]&lt;BR /&gt;### The error may exist in org/activiti/db/mapping/entity/Property.xml&lt;BR /&gt;### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEntity.selectDbSchemaVersion&lt;BR /&gt;### The error occurred while executing a query&lt;BR /&gt;### Cause: org.h2.jdbc.JdbcSQLException: Connection is broken: "java.net.ConnectException: Connection refused: connect: localhost" [90067-170]&lt;BR /&gt; at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:23)&lt;BR /&gt; at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:107)&lt;BR /&gt; &amp;lt;bla bla something omissis&amp;gt;&lt;BR /&gt;Caused by: org.h2.jdbc.JdbcSQLException: Connection is broken: "java.net.ConnectException: Connection refused: connect: localhost" [90067-170]&lt;BR /&gt; at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)&lt;BR /&gt; at org.h2.message.DbException.get(DbException.java:158)&lt;BR /&gt; at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:399)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bla bla something omissis&amp;gt;&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)&lt;BR /&gt; … 57 more&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the [font=courier]activiti.cfg.xml[/font] file text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;beans xmlns="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xsi:schemaLocation="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Database configurations –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="databaseType" value="h2" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jdbcUrl" value="jdbc:h2:tcp://localhost/activiti" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jdbcDriver" value="org.h2.Driver" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jdbcUsername" value="sa" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jdbcPassword" value="" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="mailServerPort" value="1025"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="customPostDeployers"&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; &amp;lt;bean class="org.activiti.engine.impl.rules.RulesDeployer" /&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;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 10:29:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149750#M104682</guid>
      <dc:creator>andzoff</dc:creator>
      <dc:date>2013-10-28T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149751#M104683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, I found the problem!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the first working example, the JUnit test uses the following invokation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;ProcessEngine processEngine = ProcessEngineConfiguration&lt;BR /&gt;&amp;nbsp;&amp;nbsp; .createStandaloneInMemProcessEngineConfiguration()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .buildProcessEngine();&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;In the second (non working for me) example the following invokation is used:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;ProcessEngine processEngine = ProcessEngineConfiguration&lt;BR /&gt;&amp;nbsp;&amp;nbsp; .createStandaloneProcessEngineConfiguration()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .buildProcessEngine();&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;The difference is in the &lt;/SPAN&gt;&lt;STRONG&gt;InMem&lt;/STRONG&gt;&lt;SPAN&gt; magic substring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, now the mentioned error is disappeared, but I get another error that I will treat in another thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to the forumers reading my adventures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:28:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149751#M104683</guid>
      <dc:creator>andzoff</dc:creator>
      <dc:date>2013-10-28T11:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149752#M104684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill/bmarkmann, thanks for the demo. Unfortunately, my workplace blocks access to the site. I'll take a look at it somewhere more liberal access permissions (like @ home).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea/andzoff, it's nice to hear I'm not the only one encountering problems! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Good luck with your adventures.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 14:50:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149752#M104684</guid>
      <dc:creator>coderchris</dc:creator>
      <dc:date>2013-10-28T14:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149753#M104685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you install the standalone H2 database? That's needed when not using the in-memory database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For more info read this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bpmn20inaction.blogspot.nl/2013/02/activiti-in-action-updates-part-1.html" rel="nofollow noopener noreferrer"&gt;http://bpmn20inaction.blogspot.nl/2013/02/activiti-in-action-updates-part-1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:53:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149753#M104685</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-10-31T09:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149754#M104686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now all is working for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've written an article representing a step-by-step walkthrough (with screenshots) to the two examples in the first chapter of &lt;/SPAN&gt;&lt;EM&gt;Activiti in action&lt;/EM&gt;&lt;SPAN&gt;, with some nice semplifications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it could be an interesting guide for some newbies to Activiti: it's a newbie's point of view dedicated to newbies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just finished to write it, and it would be an honour for me to see my article in your blog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if this could be ok for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your presence in the forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:54:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149754#M104686</guid>
      <dc:creator>andzoff</dc:creator>
      <dc:date>2013-11-06T13:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149755#M104687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;I would SURE like to see your document, Andrea…..could you email to me at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:icmrn@aim.com" rel="nofollow noopener noreferrer"&gt;icmrn@aim.com&lt;/A&gt;&lt;SPAN&gt; ?&amp;nbsp; If there's a problem with emailing due to size or whatever, let me know, I can FTP or some other way……&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 19:29:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149755#M104687</guid>
      <dc:creator>djcameronsc</dc:creator>
      <dc:date>2013-11-07T19:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149756#M104688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andrea, sorry for the late response. Yes definitely we would like to add it to our Activiti team feed and I can link to it from my blog. Just let me know where I can read the walkthrough.&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>Wed, 13 Nov 2013 08:59:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149756#M104688</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-11-13T08:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149757#M104689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody, I apologize for my late response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I submitted the article to CodeProject. The article is this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.codeproject.com/Tips/699392/Step-by-Step-your-First-journey-with-Activiti" rel="nofollow noopener noreferrer"&gt;http://www.codeproject.com/Tips/699392/Step-by-Step-your-First-journey-with-Activiti&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it will be useful. Don't hesitate with your feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. In January 2014, the 8th, 9th and 10th I will attend an Activiti course in Genova, Italy, with someone of the Activiti team.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I look forward for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 06:08:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149757#M104689</guid>
      <dc:creator>andzoff</dc:creator>
      <dc:date>2013-12-21T06:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149758#M104690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andrea, posted a reference on my blog so it will appear in the article list on the Activiti homepage.&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, 23 Dec 2013 11:24:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149758#M104690</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-12-23T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149759#M104691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh good!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm proud to be mentioned on your blog, Tijs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy new year to all the forum readers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 04:07:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149759#M104691</guid>
      <dc:creator>andzoff</dc:creator>
      <dc:date>2013-12-30T04:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149760#M104692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrea - Your article is Outstanding and tremendously helpful.&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank You for putting it up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 14:31:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149760#M104692</guid>
      <dc:creator>djcameronsc</dc:creator>
      <dc:date>2014-01-07T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a demo that works?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149761#M104693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Molto grazie Andrea!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:16:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-demo-that-works/m-p/149761#M104693</guid>
      <dc:creator>peilers</dc:creator>
      <dc:date>2014-06-26T14:16:48Z</dc:date>
    </item>
  </channel>
</rss>

