Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] uPortal GroupStore - ws queries for channels

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] uPortal GroupStore - ws queries for channels


Chronological Thread 
  • From: Shilen Patel <>
  • To: Arnaud Deman <>
  • Cc: "" <>
  • Subject: Re: [grouper-dev] uPortal GroupStore - ws queries for channels
  • Date: Wed, 21 Sep 2011 19:58:56 +0000
  • Accept-language: en-US

That seems like a reasonable adjustment for you (although maybe not for
others). I created a Jira: https://bugs.internet2.edu/jira/browse/GRP-653

Thanks!

-- Shilen


On 9/21/11 11:23 AM, "Arnaud Deman"
<>
wrote:

>Hello,
>
>I am working on the uPortal/Grouper integration with the Internet2
>GroupStore.
>
>I have noticed there is unnecessary queries with ids of channels
>resulting in SubjectNotFoundException for the web service.
>
>May be that's specific to our context, but as we know that our Gropuer
>groups
>don't contain channel definitions, these operations could be avoided.
>
>In the method findContainingGroups(IGroupMember) in the class
>GrouperEntityGroupStore
>I have added this test based on the type of the underlying entity:
>
>public Iterator findContainingGroups(IGroupMember gm) throws
>GroupsException {
>
> final List<IEntityGroup> parents = new LinkedList<IEntityGroup>();
>
> if (gm.getEntityType() == IChannelDefinition.class) {
> return parents.iterator();
> }
> (...)
>
>Does this sound reasonable?
>
>Thanks,
>Best regards,
>Arnaud.
>
>
>
>
>
>
>--
>Arnaud Deman
>04 91 28 85 25
>DSI - Université Paul Cézanne Aix-Marseille III
>Avenue Escadrille Normandie-Niemen
>13397 MARSEILLE CEDEX 20
>




Archive powered by MHonArc 2.6.16.

Top of Page