<?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: Listening to Lifecycle events (start, end, transitions) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112818#M79393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just have exciting weekend with CDI so can share experience, strenght and hope:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No need for EJB. No need to configure anything ( except activiti-cdi ). Say you tested activiti-cdi working for you. As a minimal test I would say that the below works for you instead of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; processEngine = ProcessEngines.getDefaultProcessEngine();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; identityService = processEngine.getIdentityService();&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;you use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;private @Inject IdentityService identityService;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you update activiti-context.xml with what you referenced and create a POJO with method you referenced say with e content like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;log.debug( businessProcessEvent );&lt;/CODE&gt;&lt;SPAN&gt;then you see in log &lt;/SPAN&gt;&lt;STRONG style="color: #FF0000;"&gt;every stupid event of every running process&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2012 11:20:40 GMT</pubDate>
    <dc:creator>p4w3l</dc:creator>
    <dc:date>2012-06-09T11:20:40Z</dc:date>
    <item>
      <title>Listening to Lifecycle events (start, end, transitions)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112817#M79392</link>
      <description>update: 3/22/2012After going through the CDI section of documentation and the examples in ActivitiInAction book, I now understand that part of my question was just wrong and was a consequence of my bad understanding of differences between CDI (JSR299) vs Spring. I am going to ask my new question in</description>
      <pubDate>Thu, 22 Mar 2012 02:42:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112817#M79392</guid>
      <dc:creator>jjfutt</dc:creator>
      <dc:date>2012-03-22T02:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Listening to Lifecycle events (start, end, transitions)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112818#M79393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just have exciting weekend with CDI so can share experience, strenght and hope:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No need for EJB. No need to configure anything ( except activiti-cdi ). Say you tested activiti-cdi working for you. As a minimal test I would say that the below works for you instead of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; processEngine = ProcessEngines.getDefaultProcessEngine();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; identityService = processEngine.getIdentityService();&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;you use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;private @Inject IdentityService identityService;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you update activiti-context.xml with what you referenced and create a POJO with method you referenced say with e content like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;log.debug( businessProcessEvent );&lt;/CODE&gt;&lt;SPAN&gt;then you see in log &lt;/SPAN&gt;&lt;STRONG style="color: #FF0000;"&gt;every stupid event of every running process&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 11:20:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112818#M79393</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2012-06-09T11:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Listening to Lifecycle events (start, end, transitions)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112819#M79394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for the help – I will be checking this out this weekend. Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 01:50:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112819#M79394</guid>
      <dc:creator>jjfutt</dc:creator>
      <dc:date>2012-06-15T01:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Listening to Lifecycle events (start, end, transitions)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112820#M79395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What happened to these classes in the 5.13 release ????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no longer a class BpmnParseListener and no setCustomPostBPMNParseListeners(…) method on the ProcessEngineConfigurationImpl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So in 5.13 how do I now setup the engine so that I can hook into all of the process engine events ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2013 03:52:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112820#M79395</guid>
      <dc:creator>smcardle</dc:creator>
      <dc:date>2013-08-03T03:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Listening to Lifecycle events (start, end, transitions)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112821#M79396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They are refactored to have a cleaner model. It's now called BPMNParseHandlers…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 08:42:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/listening-to-lifecycle-events-start-end-transitions/m-p/112821#M79396</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-08-05T08:42:32Z</dc:date>
    </item>
  </channel>
</rss>

