11-28-2013 09:31 AM
In schedule handle I use the following code:
UserManager userManager = Framework.getService(UserManager.class);
List<String> users = userManager.getUserIds();
log.debug("users: " + users.size());
It have worked in Nuxeo 5.5 but in 5.8 it returns 0 as the size. What has changed between these two versions ?
11-29-2013 12:10 PM
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:
11-29-2013 12:14 PM
There was a SizeLimitExceededException according to the standard 50 records limit.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.