<?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: Activiti Designer 5.9.0 released in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92757#M63431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;changed my existing diagrams &lt;/SPAN&gt;&lt;STRONG&gt;from .bpmn20.xml to bpmn.xml&lt;/STRONG&gt;&lt;SPAN&gt; as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, automatic deployment of diagrams fails to process the given resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I digged into &lt;/SPAN&gt;&lt;CODE&gt; org.activiti.engine.impl.bpmn.deployer.BpmnDeployer.deploy(…)&lt;/CODE&gt;&lt;SPAN&gt; the resources still are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;checked against bpmn20.xml-suffix. So the default Deployer will skip the given resources unless suffixed with the previous ending.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are my short-term options ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Keep the "bpmn20.xml" ending and open and design them in Eclipse with 5.9 via the "Open With…" dialog instead a comfortable "double-click" - which by the way works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Write my own Deployer ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dokmatik&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Can you create a test case that reproduces this error, then I can take a look at it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;It's not very easy to provide a test with all the spring configuration.&lt;BR /&gt;&lt;BR /&gt;basically what I am using in my activiti-context.xml is this&lt;BR /&gt;&lt;CODE&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="history" value="full" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="mailServerHost" value="${app.pmsmail.server}" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="mailServerPort" value="25" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaEntityManagerFactory" ref="entityManagerFactory" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaHandleTransaction" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaCloseEntityManager" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="deploymentResources"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;/diagrams/projectRoutingProcess/ProjectRoutingProcess.bpmn20.xml&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;/CODE&gt;I renamed the file in my project, so I can use the new designer, and I changed the path accordingly &lt;CODE&gt;&amp;lt;value&amp;gt;/diagrams/projectRoutingProcess/ProjectRoutingProcess.bpmn&amp;lt;/value&amp;gt;&lt;/CODE&gt;that's when I got the exception&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 14:59:22 GMT</pubDate>
    <dc:creator>dokmatik</dc:creator>
    <dc:date>2012-04-04T14:59:22Z</dc:date>
    <item>
      <title>Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92742#M63416</link>
      <description>Hi all,I've released a new Activiti Designer version (5.9.0).This is not just an upgrade with new features and bug fixes, we've also made a couple of changes to the core.First, we don't have separate .activiti and bpmn20.xml files anymore. We now have one .bpmn file that contains the BPMN 2.0 XML in</description>
      <pubDate>Sun, 01 Apr 2012 13:13:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92742#M63416</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-01T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92743#M63417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome! Can't wait to try it out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2012 17:06:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92743#M63417</guid>
      <dc:creator>meyerd</dc:creator>
      <dc:date>2012-04-01T17:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92744#M63418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Activiti n00b here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have just upgraded to 5.9.0 designer, great improvement particularly now that the boundary events move with the parents, thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick question: I renamed my definition and am now deploying my workflows in my test case like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; repositoryService.createDeployment()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addClasspathResource("diagrams/TestWorkflow.bpmn").deploy();&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;However the process is failing to load - I can't spawn a new instance of my process, whereas I could before (when filename was .bpmn20.xml). The file is found - no exceptions thrown - it logs that it's processing it, but it fails to get into the engine. I am using the activiti-engine 5.9.0 artifact from Maven.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this related to BpmnDeployer where from line 71:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (resourceName.endsWith(BPMN_RESOURCE_SUFFIX)) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ResourceEntity resource = resources.get(resourceName);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[] bytes = resource.getBytes();&lt;BR /&gt;…&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;For now I am making a chance to .bpmn and copying to .bpmn20.xml. Any advice appreciated and thanks again for a great product &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 05:51:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92744#M63418</guid>
      <dc:creator>jctgf</dc:creator>
      <dc:date>2012-04-02T05:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92745#M63419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the question, because I didn't make that clear in my post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We changed the file extension to .bpmn as I noted and the Activiti Engine will be able to deploy files with that extension from version 5.10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But with version 5.9 this is not yet the case, so the process definition is not parsed and therefore ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you generate a unit test from the .bpmn file (right-click on the .bpmn file then choose Activiti - generate unit test) you can see how you can implement this without needing to change the file extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;RepositoryService repositoryService = activitiRule.getRepositoryService();&lt;BR /&gt;repositoryService.createDeployment().addInputStream("process.bpmn20.xml",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; new FileInputStream(filename)).deploy();&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can add the process definition file (the .bpmn file) as an input stream and use a filename with the .bpmn20.xml extension. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then the file is deployed as it should be and you don't have to change the .bpmn file.&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, 02 Apr 2012 07:13:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92745#M63419</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-02T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92746#M63420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;For the next version we are looking at the implementation of the following features:&lt;BR /&gt;&lt;BR /&gt;- Pools and lanes&lt;BR /&gt;- Text annotation&lt;BR /&gt;- Transaction and compensation support&lt;BR /&gt;&lt;BR /&gt;But we welcome other requests for new features!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That's great thank you !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you are talking about new feature, My top one would be "web services" (beeing able to produce a process from the designer that is close to the cxf provided sample). That means having pools, messages flows,&amp;nbsp; mapping wsdl/xsd to operations and messages.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 10:26:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92746#M63420</guid>
      <dc:creator>oca</dc:creator>
      <dc:date>2012-04-02T10:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92747#M63421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have compared Manifest.MF for org.activiti.designer.model between version 5.8.1 and 5.9.0 and I've noticed that you're no longer exporting model package org.eclipse.bpmn20. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the reason for that? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm building extensions around Activiti Designer (custom property panels with filters based on selected node) and I'm referencing model classes in my code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 13:32:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92747#M63421</guid>
      <dc:creator>pgadecki</dc:creator>
      <dc:date>2012-04-02T13:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92748#M63422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right, the model has changed to a simple Java POJO model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The semantics should however be the same as the previous model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the CustomServiceTask functionality still works with CustomProperty objects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find all available model objects in the org.activiti.designer.bpmn2.model package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you run into issues with your custom developed functionality.&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, 02 Apr 2012 13:47:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92748#M63422</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-02T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92749#M63423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Tijs I will make the changes today.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 16:08:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92749#M63423</guid>
      <dc:creator>jctgf</dc:creator>
      <dc:date>2012-04-02T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92750#M63424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we are generating BPMN process-XML from another application, but without diagram information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Activiti 5.8, the designer reverse-engineered an appropriate diagram from the XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Activiti 5.9, this doesn't work anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was this feature removed intentionally and is there a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:56:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92750#M63424</guid>
      <dc:creator>flieb</dc:creator>
      <dc:date>2012-04-03T09:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92751#M63425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Florian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good point. That's currently left out of the release, but it would certainly be possible to bring it back again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It depends a bit on the user demand for this, because there's quite a bit of logic needed for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if more users are in need of this I can certainly take a look at it.&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, 03 Apr 2012 11:22:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92751#M63425</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-03T11:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92752#M63426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I appreciate the release of Activiti Designer 5.9 and I especially hope that any performance problems I was facing with the previous version will be gone. Thank you for your work on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any plans to make the designer available on Eclipse Marketplace?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the future development: I am especially looking forward to the support for pools and lanes since they are an essential part of BPMN 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 13:10:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92752#M63426</guid>
      <dc:creator>sebastian_s</dc:creator>
      <dc:date>2012-04-03T13:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92753#M63427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the question, because I didn't make that clear in my post.&lt;BR /&gt;We changed the file extension to .bpmn as I noted and the Activiti Engine will be able to deploy files with that extension from version 5.10.&lt;BR /&gt;But with version 5.9 this is not yet the case, so the process definition is not parsed and therefore ignored.&lt;BR /&gt;If you generate a unit test from the .bpmn file (right-click on the .bpmn file then choose Activiti - generate unit test) you can see how you can implement this without needing to change the file extension.&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;RepositoryService repositoryService = activitiRule.getRepositoryService();&lt;BR /&gt;repositoryService.createDeployment().addInputStream("process.bpmn20.xml",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; new FileInputStream(filename)).deploy();&lt;/CODE&gt;&lt;BR /&gt;So you can add the process definition file (the .bpmn file) as an input stream and use a filename with the .bpmn20.xml extension. &lt;BR /&gt;Then the file is deployed as it should be and you don't have to change the .bpmn file.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;What about deploymentResources via Spring?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the extension in my activiti-context file but I am getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;java.lang.NullPointerException&lt;BR /&gt; at org.activiti.engine.impl.cmd.DeployCmd.deploymentsDiffer(DeployCmd.java:72)&lt;/CODE&gt;&lt;SPAN&gt;which correspond to this &lt;/SPAN&gt;&lt;CODE&gt;…if(!savedResource.isGenerated())…&lt;/CODE&gt;&lt;SPAN&gt;any idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 17:10:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92753#M63427</guid>
      <dc:creator>rptmat57</dc:creator>
      <dc:date>2012-04-03T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92754#M63428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you create a test case that reproduces this error, then I can take a look at it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92754#M63428</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-04T07:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92755#M63429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using Activity Designer 5.9.0 for a couple of days and I find it a great supporting tool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it still possible to &lt;/SPAN&gt;&lt;STRONG&gt;directly import BPMN 2.0 diagrams from Signavio Modeler&lt;/STRONG&gt;&lt;SPAN&gt;, as in the previous version of the designer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:35:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92755#M63429</guid>
      <dc:creator>armijo</dc:creator>
      <dc:date>2012-04-04T12:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92756#M63430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Can you create a test case that reproduces this error, then I can take a look at it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;It's not very easy to provide a test with all the spring configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;basically what I am using in my activiti-context.xml is this&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="history" value="full" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="mailServerHost" value="${app.pmsmail.server}" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="mailServerPort" value="25" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaEntityManagerFactory" ref="entityManagerFactory" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaHandleTransaction" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaCloseEntityManager" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="deploymentResources"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;/diagrams/projectRoutingProcess/ProjectRoutingProcess.bpmn20.xml&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;I renamed the file in my project, so I can use the new designer, and I changed the path accordingly &lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;value&amp;gt;/diagrams/projectRoutingProcess/ProjectRoutingProcess.bpmn&amp;lt;/value&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;that's when I got the exception&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:07:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92756#M63430</guid>
      <dc:creator>rptmat57</dc:creator>
      <dc:date>2012-04-04T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92757#M63431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;changed my existing diagrams &lt;/SPAN&gt;&lt;STRONG&gt;from .bpmn20.xml to bpmn.xml&lt;/STRONG&gt;&lt;SPAN&gt; as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, automatic deployment of diagrams fails to process the given resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I digged into &lt;/SPAN&gt;&lt;CODE&gt; org.activiti.engine.impl.bpmn.deployer.BpmnDeployer.deploy(…)&lt;/CODE&gt;&lt;SPAN&gt; the resources still are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;checked against bpmn20.xml-suffix. So the default Deployer will skip the given resources unless suffixed with the previous ending.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are my short-term options ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Keep the "bpmn20.xml" ending and open and design them in Eclipse with 5.9 via the "Open With…" dialog instead a comfortable "double-click" - which by the way works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Write my own Deployer ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dokmatik&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Can you create a test case that reproduces this error, then I can take a look at it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;It's not very easy to provide a test with all the spring configuration.&lt;BR /&gt;&lt;BR /&gt;basically what I am using in my activiti-context.xml is this&lt;BR /&gt;&lt;CODE&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="history" value="full" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="mailServerHost" value="${app.pmsmail.server}" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="mailServerPort" value="25" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaEntityManagerFactory" ref="entityManagerFactory" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaHandleTransaction" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jpaCloseEntityManager" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="deploymentResources"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;/diagrams/projectRoutingProcess/ProjectRoutingProcess.bpmn20.xml&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;/CODE&gt;I renamed the file in my project, so I can use the new designer, and I changed the path accordingly &lt;CODE&gt;&amp;lt;value&amp;gt;/diagrams/projectRoutingProcess/ProjectRoutingProcess.bpmn&amp;lt;/value&amp;gt;&lt;/CODE&gt;that's when I got the exception&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:59:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92757#M63431</guid>
      <dc:creator>dokmatik</dc:creator>
      <dc:date>2012-04-04T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92758#M63432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the current trunk of Activiti this is already implemented. So you don't have to write your own deployer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another solution could be to keep using .bpmn20.xml as the model file extension and use open with.&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>Thu, 05 Apr 2012 07:36:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92758#M63432</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-04-05T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92759#M63433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Florian I think reverse-engineering from XML would be very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When do you think version with lanes and pools will be available ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2012 18:03:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92759#M63433</guid>
      <dc:creator>maclab</dc:creator>
      <dc:date>2012-04-08T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92760#M63434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you planned the support of the event based gateway in the next version of the designer ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently trying to evaluate this feature and the only way I have found to do it is to use the activiti-modeler (from signavio), but it does not seem to be really supported anymore (I had to patch the bpmn20.xml file manually to be able to load it in activiti-explorer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&amp;amp; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 09:20:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92760#M63434</guid>
      <dc:creator>vboulaye</dc:creator>
      <dc:date>2012-04-10T09:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Designer 5.9.0 released</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92761#M63435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is custom extension not supproted yet in Activiti Designer 5.9?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I open Activiti Designer 5.9 with Activiti Designer Extensions having my extension jars, below error is shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not open the editor: Can not initialize editor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.IllegalArgumentException: Argument cannot be null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.SWT.error(SWT.java:4263)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.SWT.error(SWT.java:4197)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.SWT.error(SWT.java:4168)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:128)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:22)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.ImageData.&amp;lt;init&amp;gt;(ImageData.java:331)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.swt.graphics.Image.&amp;lt;init&amp;gt;(Image.java:545)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.diagram.ActivitiToolBehaviorProvider.getPalette(ActivitiToolBehaviorProvider.java:505)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.internal.editor.GFPaletteRoot.updatePaletteEntries(GFPaletteRoot.java:104)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.internal.editor.GFPaletteRoot.&amp;lt;init&amp;gt;(GFPaletteRoot.java:80)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DefaultPaletteBehavior.createPaletteRoot(DefaultPaletteBehavior.java:103)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DefaultPaletteBehavior.getPaletteRoot(DefaultPaletteBehavior.java:115)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.getPaletteRoot(DiagramEditor.java:822)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.setEditDomain(GraphicalEditorWithFlyoutPalette.java:145)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.setConfigurationProvider(DiagramEditor.java:1736)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.setInput(DiagramEditor.java:492)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.eclipse.editor.ActivitiDiagramEditor.setInput(ActivitiDiagramEditor.java:184)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.gef.ui.parts.GraphicalEditor.init(GraphicalEditor.java:346)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.graphiti.ui.editor.DiagramEditor.init(DiagramEditor.java:432)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.eclipse.editor.ActivitiDiagramEditor.init(ActivitiDiagramEditor.java:132)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried activiti-designer-integration 5.9 but it's not found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a method to use Activiti Designer 5.8?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The installation site &lt;/SPAN&gt;&lt;A href="http://activiti.org/designer/update/" rel="nofollow noopener noreferrer"&gt;http://activiti.org/designer/update/&lt;/A&gt;&lt;SPAN&gt; always go to version 5.9, and can not get 5.8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 07:41:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-designer-5-9-0-released/m-p/92761#M63435</guid>
      <dc:creator>steve1</dc:creator>
      <dc:date>2012-04-11T07:41:14Z</dc:date>
    </item>
  </channel>
</rss>

