<?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: Fail to load custom parse listener in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173749#M126879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't see anything wrong there … seems to be a Spring wiring issue. What version of Spring is on your classpath?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 10:14:56 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-04-22T10:14:56Z</dc:date>
    <item>
      <title>Fail to load custom parse listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173744#M126874</link>
      <description>During configuration of the Activiti engine I am attempting to load a custom parser.The load fails with the following message&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.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngineConfiguration' defined in resource loaded through InputStream: Initializa</description>
      <pubDate>Tue, 08 Apr 2014 09:06:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173744#M126874</guid>
      <dc:creator>tony_dietrich</dc:creator>
      <dc:date>2014-04-08T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to load custom parse listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173745#M126875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using an old Activiti version? We are using postBpmnParseHandlers for quite some time now.&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, 08 Apr 2014 12:41:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173745#M126875</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-04-08T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to load custom parse listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173746#M126876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're using activiti5.11, and are locked into this version because of issues out of our control&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:13:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173746#M126876</guid>
      <dc:creator>tony_dietrich</dc:creator>
      <dc:date>2014-04-08T13:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to load custom parse listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173747#M126877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, understood.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the exception message that's important:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cannot convert value of type [com.kallik.wm.listeners.WorkflowManagerCustomParseListener] to required type [org.activiti.engine.impl.bpmn.parser.BpmnParseListener]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you implement the correct BpmnParseListener interface? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version of Spring are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you create a unit test project showing the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:39:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173747#M126877</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-04-08T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to load custom parse listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173748#M126878</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;BR /&gt;&lt;SPAN&gt;I'm not too sure what you mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see from the definition of the WorkflowManagereParseListener in my first post, the class is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public class WorkflowManagerCustomParseListener implements BpmnParseListener {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case BpmnParseListener resolves to org.activiti.engine.impl.bpmn.parser.BpmnParseListener.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:10:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173748#M126878</guid>
      <dc:creator>tony_dietrich</dc:creator>
      <dc:date>2014-04-09T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to load custom parse listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173749#M126879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't see anything wrong there … seems to be a Spring wiring issue. What version of Spring is on your classpath?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:14:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fail-to-load-custom-parse-listener/m-p/173749#M126879</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-22T10:14:56Z</dc:date>
    </item>
  </channel>
</rss>

