Hello,

I have a problem to use big groups (more than 60 000 members) with the
Portlet manager. When it works that's very long, 10 or 15
minutes and more often it stops after a while.

The version of uPortal is3.2.4 and I am using the new GroupStore for Grouper. 

To add a group, I search it by its name and it 's when I click on the group 
in the search result that it freezes.

I think I have found a workaround which consists in disabling, for the
Grouper's groups, the operation of populating wich is performed at this
step.

It is in the method handleRequestInternal of the class FindEntityController
where I replaced :

JsonEntityBean result = groupListHelper.getEntity(entityType, entityId, true);
by
JsonEntityBean result = groupListHelper.getEntity(entityType, entityId, 
!entityId.startsWith("grouper.")); 

I wondered if someone else has the same kind of problem with big
groups or if this is because the GroupStore use a web service and is not
quick enough ?

But perhaps there is something I missed or misunderstood?

Thanks in advance,
best regards,

A. Deman.

-- 
Arnaud Deman
04 91 28 85 25
DSI - Université Paul Cézanne Aix-Marseille III
Avenue Escadrille Normandie-Niemen
13397 MARSEILLE CEDEX 20


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to