<?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: Contributing functionality in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6449#M1447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Foreach: Joram plans to do that one this release.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;ok, since one part that I already did was not my satisfaction, I'll wait what Joram comes up with. Keep in mind though that loop and serial 'foreach' are easy but the parallel one might require a kind of async functionality if it needs to be limited in one way or another or it might even be more difficukt if all run in one transaction. Not sure if it is technically related to async but it mit be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;EJB and JMS activities: would be great if you could contribute those.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I will. I remember the discussion from a while ago (pre Activiti) on how these should be configured. Are those still valid? I'll ask my collegue to implement the shorthand version and do the long bpmn one myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Async continuations: I think I need to do that myself as there is already a lot of undocumented design ideas half in the code for that.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;The jobhandler functionality was clear, so I made an AsyncJobHandler. Qurious what the rest is, since my implementation is not that complicated at all. Since it scheduled for 5.5 I'd be happy to still help out with you giving some pointers and do the validating. I am already fairly familiar with the internal workings of Activiti &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What effectively happens is that jobs are put in the db, directly pinned to the server they are created on and put in the threadpool (if there is room).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;GREAT IDEAS!&amp;nbsp; Now why didn't I think of that?!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; Kudos!&amp;nbsp; You're very welcome to implement this, but do consider what kind of testing you would write for that.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Well, I just implemented it in Activiti. The ideas are from a collegue of mine, Frederik Wiers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ACT-34 would be great if you could take that in one go.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;will give tat a try&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Another thing related to the JobExecutor is that some of the tests are failing once and a while on windows.&amp;nbsp; We didn't have time yet to figure out if it is the test or the implementation that is the problem.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I run everything on Linux, but Frederik is still on windows. So hopefully it does not show up anymore with the changes, but if it does we'll check it out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Also expanding test coverage on the job executor would be good.&amp;nbsp; Especially high throughput or high load simulations would be great to have.&lt;BR /&gt;In our opinion, refactoring of the JobExecutor would be the most important and urgent.&amp;nbsp; Would it be ok for you to start with that one?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;sure, since we want/need to use a JBoss threadpool for other reasons as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Jan 2011 16:47:31 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-01-09T16:47:31Z</dc:date>
    <item>
      <title>Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6447#M1445</link>
      <description>Hola,With years of detailed experience in jBPM, including the BPMN parts of jBPM4, I made the switch to using Activiti. In the company I currently work for, I convinced people to do a proof-of-concept with Activiti. The most important initial tests will be 'crash restistency' regarding transactions</description>
      <pubDate>Fri, 07 Jan 2011 15:43:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6447#M1445</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-01-07T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6448#M1446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What a start, Ronald!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Foreach: Joram plans to do that one this release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EJB and JMS activities: would be great if you could contribute those.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Async continuations: I think I need to do that myself as there is already a lot of undocumented design ideas half in the code for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What effectively happens is that jobs are put in the db, directly pinned to the server they are created on and put in the threadpool (if there is room).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;GREAT IDEAS!&amp;nbsp; Now why didn't I think of that?!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; Kudos!&amp;nbsp; You're very welcome to implement this, but do consider what kind of testing you would write for that.&amp;nbsp; ACT-34 would be great if you could take that in one go.&amp;nbsp; Currently we manage the threads ourselves.&amp;nbsp; This should be done with a pluggable thread pool.&amp;nbsp; There some JSR that specifies for appserver environments how you can obtain a threadpool that is managed by the server.&amp;nbsp; (as you're not allowed to manage threads on your own in j2ee environments).&amp;nbsp; Most j2ee servers don't check that by default, but I heard that websphere does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pluggability threadpool pluggability should be created in such a way that we don't introduce a dependency on any library when you use our own thread pool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing related to the JobExecutor is that some of the tests are failing once and a while on windows.&amp;nbsp; We didn't have time yet to figure out if it is the test or the implementation that is the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also expanding test coverage on the job executor would be good.&amp;nbsp; Especially high throughput or high load simulations would be great to have.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In our opinion, refactoring of the JobExecutor would be the most important and urgent.&amp;nbsp; Would it be ok for you to start with that one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Expressions in timer duration ACT-429: yep, assign to you if you want.&amp;nbsp; good addition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same for dynamic subprocesses issue. Would be a great issue for you to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jan 2011 20:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6448#M1446</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-08T20:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6449#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Foreach: Joram plans to do that one this release.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;ok, since one part that I already did was not my satisfaction, I'll wait what Joram comes up with. Keep in mind though that loop and serial 'foreach' are easy but the parallel one might require a kind of async functionality if it needs to be limited in one way or another or it might even be more difficukt if all run in one transaction. Not sure if it is technically related to async but it mit be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;EJB and JMS activities: would be great if you could contribute those.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I will. I remember the discussion from a while ago (pre Activiti) on how these should be configured. Are those still valid? I'll ask my collegue to implement the shorthand version and do the long bpmn one myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Async continuations: I think I need to do that myself as there is already a lot of undocumented design ideas half in the code for that.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;The jobhandler functionality was clear, so I made an AsyncJobHandler. Qurious what the rest is, since my implementation is not that complicated at all. Since it scheduled for 5.5 I'd be happy to still help out with you giving some pointers and do the validating. I am already fairly familiar with the internal workings of Activiti &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What effectively happens is that jobs are put in the db, directly pinned to the server they are created on and put in the threadpool (if there is room).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;GREAT IDEAS!&amp;nbsp; Now why didn't I think of that?!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; Kudos!&amp;nbsp; You're very welcome to implement this, but do consider what kind of testing you would write for that.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Well, I just implemented it in Activiti. The ideas are from a collegue of mine, Frederik Wiers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ACT-34 would be great if you could take that in one go.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;will give tat a try&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Another thing related to the JobExecutor is that some of the tests are failing once and a while on windows.&amp;nbsp; We didn't have time yet to figure out if it is the test or the implementation that is the problem.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I run everything on Linux, but Frederik is still on windows. So hopefully it does not show up anymore with the changes, but if it does we'll check it out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Also expanding test coverage on the job executor would be good.&amp;nbsp; Especially high throughput or high load simulations would be great to have.&lt;BR /&gt;In our opinion, refactoring of the JobExecutor would be the most important and urgent.&amp;nbsp; Would it be ok for you to start with that one?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;sure, since we want/need to use a JBoss threadpool for other reasons as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 16:47:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6449#M1447</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-01-09T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6450#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What a start, Ronald!&lt;BR /&gt;Also expanding test coverage on the job executor would be good.&amp;nbsp; Especially high throughput or high load simulations would be great to have.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the tweet test to produce messages with unique content. This way it was easy to test if duplicates would be created or messages missed. What went wrong is that hitting the connection limit of the database, the (multi-threaded) creation of messages would fail and the test would sometimes stop. So some changes need to be made there but when I configured things in a way the connection limit was not reached, I could get a fairly constant rate of 420-460 jobs per second produced AND consumed on a 2GB Intel Centrino2 laptop where MySQL was running on that same laptop. (h2 in mem mode was 6000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Coming week, I'll try to run a test&amp;nbsp; with Activiti instances with an adapted JobExecutor (still with it's own threads) on Linux and Windows against the same remote db and see what happens. We'll also be crashing the DB at that time to see how the jobexecutor (and later on Activiti as a whole) keeps behaving. This area is where there has been bad experiences with JBoss JMS and which lead to a custom queueing solution… Activiti has to be om par here what was custom developed. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But comparing the custom queue and the jobexecutor gave me the feeling that we could merge some functionality and 'switch' &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll keep you guys posted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 21:15:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6450#M1448</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-01-09T21:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6451#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow, cool. Especially the JobExecutor stuff seems reasonable and makes a lot of sense. It is very good that you start to focus on these enterprise kind of things. Cool!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 08:24:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6451#M1449</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-10T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6452#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome! Welcome back, Ronald!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Offloading work from me is always something which I like &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 10:24:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6452#M1450</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-10T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6453#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Awesome! Welcome back, Ronald!&lt;BR /&gt;&lt;BR /&gt;Offloading work from me is always something which I like &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Offloading? No way… you'll get other thing to do, no worries mate…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 10:53:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6453#M1451</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-01-10T10:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6454#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ronald -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know I am reading this a little late, but in the first post here,&amp;nbsp; you had mentioned about dynamically running subprocesses based on a process value and that there was no JIRA issues for that. We needed the same functionality and this issue was created by one of my teammates some time ago&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-831" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-831&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you take a look at this and see of this is what you meant. Also, can we have this feature so that we don't have to hard code the sub process key…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 22:11:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6454#M1452</guid>
      <dc:creator>sangv</dc:creator>
      <dc:date>2011-11-02T22:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6455#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll have a look, but important for me to check the correctness of te patch is to have testcases. So if you can provide some, that would make the testing easier. And the next step ten is to have some documentation as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 23:29:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6455#M1453</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-11-02T23:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6456#M1454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds good. I will move my teammates patch to 5.9-SNAPSHOT,&amp;nbsp; add test cases and create another patch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:11:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6456#M1454</guid>
      <dc:creator>sangv</dc:creator>
      <dc:date>2011-11-03T14:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6457#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ronald -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Provided an updated patch, test cases and documentation for &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-831" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-831&lt;/A&gt;&lt;SPAN&gt;. Please take a look and let me know if you need any other information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 21:29:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6457#M1455</guid>
      <dc:creator>sangv</dc:creator>
      <dc:date>2011-11-07T21:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6458#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, will look into it tomorrow or thursday&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 16:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6458#M1456</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-11-08T16:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Contributing functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6459#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi - Did you get a chance to look at the updated patch for this issue. Please let me know if you have any questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sang&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 14:29:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/contributing-functionality/m-p/6459#M1457</guid>
      <dc:creator>sangv</dc:creator>
      <dc:date>2011-11-14T14:29:53Z</dc:date>
    </item>
  </channel>
</rss>

