Re: Review Request: Remove throwing UnsupportedOperationException with call to BlobCrypterSecurityToken.getActiveUrl and BasicSecurityToken.getActiveUrl

2012-03-05 Thread Henry Saputra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4135/#review5615 --- Committed as 1297157 - Henry On 2012-03-02 19:56:52, Henry Saputra

Re: Fwd: Google Summer of Code 2012 upcoming

2012-03-05 Thread Henry Saputra
I was thinking about adding analytics extension module to Shindig to help analyzing user patterns on the gadgets and API calls. The only thing is with Shindig supporting both Java and PHP version I am not sure if students could pick one version over the other or need to implement in both

Re: Fwd: Google Summer of Code 2012 upcoming

2012-03-05 Thread Paul Lindner
Students can pick whatever they want to work on. It's just up to us to provide mentorship. I almost had someone for this last year, but she decided to work on another project. On Mon, Mar 5, 2012 at 11:13 AM, Henry Saputra henry.sapu...@gmail.comwrote: I was thinking about adding analytics

Re: osapi.groups missing

2012-03-05 Thread Henry Saputra
Are you running against trunk? - Henry On Mon, Mar 5, 2012 at 12:32 PM, Misty May themisty...@gmail.com 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

Re: Fwd: Google Summer of Code 2012 upcoming

2012-03-05 Thread Henry Saputra
Ah so we just tell ASF the Shindig project available for GSoC students? - Henry On Mon, Mar 5, 2012 at 12:46 PM, Paul Lindner lind...@inuus.com wrote: Students can pick whatever they want to work on.  It's just up to us to provide mentorship. I almost had someone for this last year, but she

Re: osapi.groups missing

2012-03-05 Thread Stanton Sievers
I see the same thing in trunk, Henry. protected SetClass? getHandlers() { return ImmutableSet.of(ActivityHandler.class, AppDataHandler.class, PersonHandler.class, MessageHandler.class, AlbumHandler.class, MediaItemHandler.class, ActivityStreamHandler.class); } No

Problem with latest shindig

2012-03-05 Thread daviesd
I just got back from vacation and pulled down today¹s 2.5.0. Some of my unit tests that derive from AbstractLargeRestfulTests are failing deep in the bowels of LocalCache.java. Specifically I get a java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: duplicate key: value

Re: osapi.groups missing

2012-03-05 Thread Michael S May
Henry: Yes it was against trunk. Stanton: That is exactly the code I am looking at. When changing to: protected SetClass? getHandlers() { return ImmutableSet.of(ActivityHandler.class, AppDataHandler.class, PersonHandler.class, MessageHandler.class, AlbumHandler.class,

Re: osapi.groups missing

2012-03-05 Thread Henry Saputra
Hmm its probably because the GroupService API is not implemented in the JsonDbOpensocialService that cause Guice injection to fail? - Henry On Mon, Mar 5, 2012 at 2:13 PM, Stanton Sievers ssiev...@us.ibm.com wrote: I see the same thing in trunk, Henry.  protected SetClass? getHandlers() {