<?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 Specify delayTime at startup ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35199#M18486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there an option somewhere to specify a delay time before the jobExecutor starts the polling process ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 08:29:37 GMT</pubDate>
    <dc:creator>stroobat</dc:creator>
    <dc:date>2011-03-22T08:29:37Z</dc:date>
    <item>
      <title>Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35199#M18486</link>
      <description>Is there an option somewhere to specify a delay time before the jobExecutor starts the polling process ?Best regards,Tom.</description>
      <pubDate>Tue, 22 Mar 2011 08:29:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35199#M18486</guid>
      <dc:creator>stroobat</dc:creator>
      <dc:date>2011-03-22T08:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35200#M18487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What would be the use of that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would an intermediate timer event in your process do the trick?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:43:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35200#M18487</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-22T08:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35201#M18488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;one reason I can think of is that other required services are not 'deployed' yet. E.g. if you have external jars with ejb's or cdi or… and those are not started yet, the jobexecutor cannot execute async services (which we do not have yet). But this is true for the engine in general.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 11:42:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35201#M18488</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-03-22T11:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35202#M18489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use the Activiti Spring integration and from the moment that the processEngineConfiguration bean is loaded (and the jobExector is active) the polling process begins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an application server that hosts different web applications that communicatie through http. My Activiti workflow uses timeEvents. Suppose &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that the activiti appliction is started, a timer has reached the duedate and want to access functionallity in another application that is not yet started …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope my explanation is clear ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 13:42:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35202#M18489</guid>
      <dc:creator>stroobat</dc:creator>
      <dc:date>2011-03-22T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35203#M18490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I never would have thought in that direction &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing I can think of (besides hacking the engine), is to define an order in the booting of your webapps (i know that JBoss can do that)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:29:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35203#M18490</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-22T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35204#M18491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Frameworks like Camel do support it for FTP polling … &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &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>Tue, 22 Mar 2011 15:01:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35204#M18491</guid>
      <dc:creator>stroobat</dc:creator>
      <dc:date>2011-03-22T15:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35205#M18492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe as a workaround, you could disable the jobExecutor activating by default, and using some kind of mechanism (like a BarrierService or listener of some kind) to call the jobexecutor.start() when container is booted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 19:43:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35205#M18492</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-22T19:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35206#M18493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't like to use permanent workarounds …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does activiti has any plans to support this in the future ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I create a Jira ticket for this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 08:01:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35206#M18493</guid>
      <dc:creator>stroobat</dc:creator>
      <dc:date>2011-03-23T08:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35207#M18494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You definitely can create a JIRA, but I'm unsure if it will end up prioritised in the coming releases.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 06:38:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35207#M18494</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-24T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35208#M18495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ticket has been created:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-727" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-727&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 11:47:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35208#M18495</guid>
      <dc:creator>stroobat</dc:creator>
      <dc:date>2011-03-24T11:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35209#M18496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if this scenario was outlined in this thread, but I have a similar need. I have a number of executions waiting on timer boundary events in the activiti database. When I start my activiti engine, the job executor fires some of these executions during the application start up. Unfortunately, these processes use Camel routes and my camel routes haven't started before the job executor is enabled. Hence all my stored executions crash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to have all the Camel routes and everything configured and working before the job executor comes alive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 15:33:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35209#M18496</guid>
      <dc:creator>njames</dc:creator>
      <dc:date>2013-05-24T15:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35210#M18497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see your problem, but I don't know if a 'delay' attribute is the solution. After all, you can never know how long it will take next time it will take for the engine to boot….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using spring, as in the Jira issue above, there is a already a solution proposed which allows you to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody has a suggestion on how to know when the executor is safe to start?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 12:20:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35210#M18497</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-27T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35211#M18498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are facing the issue as mentioned above in a multi-node cluster. I am thinking of a full blown solution as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- set jobexecutor as false in activiti configuration file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- have a topic and listener configured from every jvm&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- once server starts, we will have someone click to openup the workflow engine (it places a message in topic, the listener would start the jobexecutor)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A cleaner solution would avoid having all these lot of moving parts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:28:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35211#M18498</guid>
      <dc:creator>jdev_hari</dc:creator>
      <dc:date>2013-08-14T15:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35212#M18499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that's a good solution to implement the "delay" behavior.&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, 15 Aug 2013 08:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35212#M18499</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-08-15T08:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35213#M18500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We went with an event-driven solution to address this problem.&amp;nbsp; We're using Activiti 5.14 with Spring 3.2 and Camel 2.12.&amp;nbsp; Our processes rely on Camel routes, so if the JobExecutor starts before the Camel routes have been started, then the jobs will fail.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, I tried using Spring's &lt;/SPAN&gt;&lt;A href="http://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/htmlsingle/#beans-factory-lifecycle-processor" rel="nofollow noopener noreferrer"&gt;SmartLifecycle&lt;/A&gt;&lt;SPAN&gt; to ensure the JobExecutor starts during the last phase.&amp;nbsp; It did make it start in the last phase of startup, but then I realized that the Camel routes are started upon receiving Spring's ContextRefreshedEvent, which is fired after the spring context has loaded.&amp;nbsp; So the JobExecutor was still starting prior to the Camel route startup. I only mention this because if you are not using Camel, then the SmartLifecycle approach may work for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since we require the Camel context to have loaded completely before JobExecutor, I added a bean to start the JobExecutor upon receipt of the CamelContextStartedEvent.&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;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;property name="jobExecutor" ref="jobExecutor"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bean id="jobExecutor" class="org.activiti.engine.impl.jobexecutor.DefaultJobExecutor"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@Named&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public class JobExecutorStarter extends EventNotifierSupport {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Inject&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; private JobExecutor jobExecutor;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; public void notify(EventObject event) throws Exception {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if (event instanceof CamelContextStartedEvent) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; jobExecutor.start();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; } else if (event instanceof CamelContextStoppingEvent) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; jobExecutor.shutdown();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; public boolean isEnabled(EventObject event) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; return event instanceof CamelContextStartedEvent || event instanceof CamelContextStoppingEvent;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; protected void doStart() throws Exception {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; protected void doStop() throws Exception {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 19:55:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35213#M18500</guid>
      <dc:creator>engywook</dc:creator>
      <dc:date>2014-01-20T19:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Specify delayTime at startup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35214#M18501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for posting this! Clean solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:57:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/specify-delaytime-at-startup/m-p/35214#M18501</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-01-21T12:57:11Z</dc:date>
    </item>
  </channel>
</rss>

