<?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 Custom BPMN Parser not working after 5.15.1 Updates in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154021#M108539</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 my application, I have written a couple of custom BPMN parsers to validate the bpmn file during deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those used to work fine till I was running 5.14, but since I have updated the activiti 5.15.1, these aren't working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I noticed was &lt;/SPAN&gt;&lt;STRONG&gt;BpmnModel.addProblem()&lt;/STRONG&gt;&lt;SPAN&gt; has been removed, and &lt;/SPAN&gt;&lt;STRONG&gt;addError()&lt;/STRONG&gt;&lt;SPAN&gt; of same class is not reporting the errors to client. I mean, errors get added to ErrorMap in BpmnModel, yet the deployment process doesn't fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest, do we have another alternative method on for addProblem() ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Abhishek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 09:35:37 GMT</pubDate>
    <dc:creator>mittalabhi86</dc:creator>
    <dc:date>2014-04-16T09:35:37Z</dc:date>
    <item>
      <title>Custom BPMN Parser not working after 5.15.1 Updates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154021#M108539</link>
      <description>Hi,In my application, I have written a couple of custom BPMN parsers to validate the bpmn file during deployment.Those used to work fine till I was running 5.14, but since I have updated the activiti 5.15.1, these aren't working.What I noticed was BpmnModel.addProblem() has been removed, and addErro</description>
      <pubDate>Wed, 16 Apr 2014 09:35:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154021#M108539</guid>
      <dc:creator>mittalabhi86</dc:creator>
      <dc:date>2014-04-16T09:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BPMN Parser not working after 5.15.1 Updates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154022#M108540</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;There's a new module named activiti-process-validation which now centralizes all validation logic. So if you would like to add your own validation logic you should inject your own ProcessValidator instance into the process engine configuration.&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, 16 Apr 2014 13:00:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154022#M108540</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-04-16T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BPMN Parser not working after 5.15.1 Updates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154023#M108541</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;Thanks for reverting back!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to check, if there is any user guide/reference material for this new module added.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Abhishek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 17:48:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154023#M108541</guid>
      <dc:creator>mittalabhi86</dc:creator>
      <dc:date>2014-04-16T17:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BPMN Parser not working after 5.15.1 Updates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154024#M108542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, following is the code snippet that illustrates how I set my custom parse validator. It was working till 5.14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;processEngineConfigurationImpl.setPostBpmnParseHandlers(Lists.newArrayList(topicValidationParser));&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;processEngineConfigurationImpl is the instance of Process Engine Configuration, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and topicValidationParser is instance of custom parser validator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Abhishek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 18:25:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154024#M108542</guid>
      <dc:creator>mittalabhi86</dc:creator>
      <dc:date>2014-04-16T18:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BPMN Parser not working after 5.15.1 Updates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154025#M108543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't need to inject it in the parse handlers. See ProcessEngineConfigurationImpl.setProcessValidator()&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:48:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-bpmn-parser-not-working-after-5-15-1-updates/m-p/154025#M108543</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-22T10:48:23Z</dc:date>
    </item>
  </channel>
</rss>

