<?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: Error when loading bmpn20.xml with eventGateway in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99031#M68373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;pitagoras, in Activiti Designer 5.9.1 is error with name of gateway which you want to use. You need manually in your bpmn20.xml change eventGateway to eventBasedGateway like that &amp;lt;eventBasedGateway&amp;gt;&amp;lt;/eventBasedGateway&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes thanks, I found it out and posted in the designer forum, they say next week it will be patched to update the plugin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 May 2012 17:31:21 GMT</pubDate>
    <dc:creator>pitagoras</dc:creator>
    <dc:date>2012-05-12T17:31:21Z</dc:date>
    <item>
      <title>Error when loading bmpn20.xml with eventGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99028#M68370</link>
      <description>HiI'm using Activiti 5.9 with designer 5.9.1 on eclipse indigo.I find 2 problems.1) First, the designer wants to work with .bpmn files, while deployment (in a test case for example) wants .bpmn20.xml to parse correctly. Of course the workaround is to rename the file.2) I have a file that I renamed w</description>
      <pubDate>Mon, 07 May 2012 22:48:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99028#M68370</guid>
      <dc:creator>pitagoras</dc:creator>
      <dc:date>2012-05-07T22:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading bmpn20.xml with eventGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99029#M68371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the first part of your question, you don't need to rename the file. You can just name the resource when you add the input stream to one that contains the bpmn20.xml extension (see below - I noticed thats what the 5.9.1 designer does when you "Generate Unit Test" from the bpmn file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;private String filename = "C:\…\process1.bpmn";&lt;BR /&gt;repositoryService.createDeployment().addInputStream("process1.bpmn20.xml",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; new FileInputStream(filename)).deploy();&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I find it surprising that the designer change made it to a released version before the engine changes did &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;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 20:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99029#M68371</guid>
      <dc:creator>sangv</dc:creator>
      <dc:date>2012-05-11T20:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading bmpn20.xml with eventGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99030#M68372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;pitagoras, in Activiti Designer 5.9.1 is error with name of gateway which you want to use. You need manually in your bpmn20.xml change eventGateway to eventBasedGateway like that &amp;lt;eventBasedGateway&amp;gt;&amp;lt;/eventBasedGateway&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2012 17:28:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99030#M68372</guid>
      <dc:creator>jakub_piecuch</dc:creator>
      <dc:date>2012-05-12T17:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error when loading bmpn20.xml with eventGateway</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99031#M68373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;pitagoras, in Activiti Designer 5.9.1 is error with name of gateway which you want to use. You need manually in your bpmn20.xml change eventGateway to eventBasedGateway like that &amp;lt;eventBasedGateway&amp;gt;&amp;lt;/eventBasedGateway&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes thanks, I found it out and posted in the designer forum, they say next week it will be patched to update the plugin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2012 17:31:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-when-loading-bmpn20-xml-with-eventgateway/m-p/99031#M68373</guid>
      <dc:creator>pitagoras</dc:creator>
      <dc:date>2012-05-12T17:31:21Z</dc:date>
    </item>
  </channel>
</rss>

