Have you tried printing the contents of the ArrayList?  I imagine this would
be useful to Google if they don't already understand what's going on, and
maybe you can use the contents anyway until this is fixed.  Just put a check
in your program for which class the collection element is an instance of.

In ALL things, strive for ><>,
Chris


On Fri, Jan 15, 2010 at 1:50 AM, Wes <[email protected]> wrote:

> No one wants to comment on the issue?
>
>
> On Jan 14, 3:35 pm, Wes <[email protected]> wrote:
> > In my coding, I use the exact same function for both
> > getAddedParticipants() and getRemovedParticipants().  While added
> > participants can be 'extracted' without any problem, but for removed
> > participants, I get the following exception on (String)iterator.next
> > ():
> >
> > /_wave/robot/jsonrpc
> > java.lang.ClassCastException: java.util.ArrayList cannot be cast to
> > java.lang.String
> >         at
> com.google.wave.api.impl.EventImpl.getProperty(EventImpl.java:59)
> >         at com.google.wave.api.impl.EventImpl.getRemovedParticipants
> > (EventImpl.java:84)
> >
> > So the api doc is wrong?  EventImpl.getRemovedParticipants() returns
> > java.util.Collection<java.util.ArrayList>???
> >
> > http://wave-robot-java-client.googlecode.com/svn/trunk/doc/com/google...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-wave-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.

Reply via email to