<?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 change in getUserIds() method. in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324437#M11438</link>
    <description>&lt;P&gt;In schedule handle I use the following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;UserManager userManager = Framework.getService(UserManager.class);
List&amp;lt;String&amp;gt; users = userManager.getUserIds();

log.debug("users: " + users.size());
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It have worked in Nuxeo 5.5 but in 5.8 it returns 0 as the size.
What has changed between these two versions ?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2013 14:31:07 GMT</pubDate>
    <dc:creator>adam_bo_</dc:creator>
    <dc:date>2013-11-28T14:31:07Z</dc:date>
    <item>
      <title>change in getUserIds() method.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324437#M11438</link>
      <description>&lt;P&gt;In schedule handle I use the following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;UserManager userManager = Framework.getService(UserManager.class);
List&amp;lt;String&amp;gt; users = userManager.getUserIds();

log.debug("users: " + users.size());
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It have worked in Nuxeo 5.5 but in 5.8 it returns 0 as the size.
What has changed between these two versions ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2013 14:31:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324437#M11438</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2013-11-28T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: change in getUserIds() method.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324438#M11439</link>
      <description>&lt;P&gt;Ok, I found a solution.
The problem was that directory should be removed in 5.8 (it was not necessary in 5.5) before it can be redefined.
So, I have included extra line: &lt;DIRECTORY name="userDirectory" remove="true"&gt;&lt;/DIRECTORY&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 17:10:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324438#M11439</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2013-11-29T17:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: change in getUserIds() method.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324439#M11440</link>
      <description>&lt;P&gt;There was a SizeLimitExceededException according to the standard 50 records limit.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 17:14:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-in-getuserids-method/m-p/324439#M11440</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2013-11-29T17:14:44Z</dc:date>
    </item>
  </channel>
</rss>

