<?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 Bug with SectionImpl class and others???? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267623#M220753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are in highly multi-user environment. Recently we keep getting 500 or duplicate sections issues (randomly). But I could not duplicate from my local machine which is single user environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1). Case one: We have section, and sub-sections under this section. Inside SectionImpl class, two properties are defined:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; /** Section children */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private List&amp;lt;Section&amp;gt; sections = new ArrayList&amp;lt;Section&amp;gt;();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /** Sections by name */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private Map&amp;lt;String, Section&amp;gt; sectionsByName = new TreeMap&amp;lt;String, Section&amp;gt;();&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Most time, it works fine. We can get sections which are the sub-sections. But after running some time, this list either returns empty or returns the list with duplicate sections. The similar things happen to Map for sectionsByName so that&amp;nbsp; It returns either nothing or correct result when calling the method: &lt;/SPAN&gt;&lt;STRONG&gt;getSection(String sectionName)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also SectionFactoryCmisImpl class behaviors odd in highly multi-user environment. For example, By calling getSectionFromPathSegments(String rootSectionId, String[] pathSegments), it returns right section or nothing (supposed to have results).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in a single user or not highly muti-user environment, It is hard to duplicate those issues. We had tests by asking more users more actively involved. It happens more often.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 14:21:52 GMT</pubDate>
    <dc:creator>qsdmv</dc:creator>
    <dc:date>2011-08-25T14:21:52Z</dc:date>
    <item>
      <title>Bug with SectionImpl class and others????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267623#M220753</link>
      <description>We are in highly multi-user environment. Recently we keep getting 500 or duplicate sections issues (randomly). But I could not duplicate from my local machine which is single user environment:1). Case one: We have section, and sub-sections under this section. Inside SectionImpl class, two properties</description>
      <pubDate>Thu, 25 Aug 2011 14:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267623#M220753</guid>
      <dc:creator>qsdmv</dc:creator>
      <dc:date>2011-08-25T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with SectionImpl class and others????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267624#M220754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the report. It's not something we've seen in testing and neither has it been reported before, but we will certainly look into it. Again, please would you let me know exactly which version you're on? The options for the 3.4 stream are: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Community 3.4.a, 3.4.b, 3.4.c, 3.4.d, 3.4.e&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Enterprise 3.4.0, 3.4.1, 3.4.2, 3.4.3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 14:39:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267624#M220754</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-08-25T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with SectionImpl class and others????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267625#M220755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Enterprise 3.4.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for quick response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the report. It's not something we've seen in testing and neither has it been reported before, but we will certainly look into it. Again, please would you let me know exactly which version you're on? The options for the 3.4 stream are: &lt;BR /&gt;&amp;nbsp; - Community 3.4.a, 3.4.b, 3.4.c, 3.4.d, 3.4.e&lt;BR /&gt;&amp;nbsp; - Enterprise 3.4.0, 3.4.1, 3.4.2, 3.4.3&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:11:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267625#M220755</guid>
      <dc:creator>qsdmv</dc:creator>
      <dc:date>2011-08-25T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with SectionImpl class and others????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267626#M220756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Deeply we did other tests. Whenever we modify or create new section, we got more problems&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Enterprise 3.4.0&lt;BR /&gt;Thanks for quick response&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the report. It's not something we've seen in testing and neither has it been reported before, but we will certainly look into it. Again, please would you let me know exactly which version you're on? The options for the 3.4 stream are: &lt;BR /&gt;&amp;nbsp; - Community 3.4.a, 3.4.b, 3.4.c, 3.4.d, 3.4.e&lt;BR /&gt;&amp;nbsp; - Enterprise 3.4.0, 3.4.1, 3.4.2, 3.4.3&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 23:34:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267626#M220756</guid>
      <dc:creator>qsdmv</dc:creator>
      <dc:date>2011-08-27T23:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with SectionImpl class and others????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267627#M220757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have committed a change to HEAD that I believe will address this issue, and also brought it into the 3.4 stream so it will be in the 3.4.5 release. I've also sent you a private message to follow it up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 08:05:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bug-with-sectionimpl-class-and-others/m-p/267627#M220757</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-09-16T08:05:11Z</dc:date>
    </item>
  </channel>
</rss>

