Henry: Yes it was against trunk.
Stanton: That is exactly the code I am looking at. When changing to:
protected Set<Class<?>> getHandlers() {
return ImmutableSet.of(ActivityHandler.class, AppDataHandler.class,
PersonHandler.class, MessageHandler.class, AlbumHandler.class,
MediaItemHandler.class, ActivityStreamHandler.class,
GroupHandler.class);
}
Errors appear and the build fails.
Regards,
--
Mike May
From: Stanton Sievers/Westford/IBM@Lotus
To: [email protected],
Date: 03/05/2012 05:09 PM
Subject: Re: osapi.groups missing
I see the same thing in trunk, Henry.
protected Set<Class<?>> getHandlers() {
return ImmutableSet.of(ActivityHandler.class, AppDataHandler.class,
PersonHandler.class, MessageHandler.class, AlbumHandler.class,
MediaItemHandler.class, ActivityStreamHandler.class);
}
No GroupHandler in there. And actually, zero refs to GroupHandler at all
according to Eclipse. :(
Thanks,
-Stanton
From: Henry Saputra <[email protected]>
To: [email protected],
Date: 03/05/2012 16:55
Subject: Re: osapi.groups missing
Are you running against trunk?
- Henry
On Mon, Mar 5, 2012 at 12:32 PM, Misty May <[email protected]> wrote:
> Hello all,
>
> So it turnes out that groups is missing from the osapi namespace. Is
there
> any reason for this or is this a bug?
>
> Running under the assumption it was a bug, I searched for a solution.
> Turns out that the SocialApiGuiceModule fails to include the
GroupHandler
> when getting handlers. However when I added the GroupHandler tests
started
> failing. Any ideas?
>
> If this should not be happening I will investigate the failing tests
> further but I wanted to clear these few questions up first.
>
> Regards,
> Mike