Hi, What you can do is to download the client API source and fix it for yourself, this is what I did for Emaily.
Balázs On Nov 25, 10:39 am, "Austin Chau (Google employee)" <[email protected]> wrote: > There is a bug in that method that is not using the correct property name. > An issue has been filed and it should be fixed with the next Java client > library release - > > http://code.google.com/p/google-wave-resources/issues/detail?id=484 > > <http://code.google.com/p/google-wave-resources/issues/detail?id=484>Austin > > On Wed, Nov 25, 2009 at 1:35 AM, Peter Clijsters > <[email protected]>wrote: > > > > > Well.., again a reply to myself. > > > After some more testing, this event.getRemovedBlipId() method does not > > seem to work so well after all. Most of the times, it does not return > > the removed BlipId and instead just returns null. > > > Any ideas? > > > Thanks, > > > Peter > > > On Nov 19, 9:23 am, Peter Clijsters <[email protected]> wrote: > > > Reply to myself.. Overlooked the event.getRemovedBlipId() method. > > > Workes perfectly now. > > > > On Nov 18, 11:16 am, Peter Clijsters <[email protected]> > > > wrote: > > > > > Hi guys, > > > > > Does anybody know what's the best way to get the blipID from a blip > > > > that is deleted (so, when the event BLIP_DELETED gets triggered)? I've > > > > noticed that > > > > > String blipId = event.getBlip().getBlipId(); > > > > > does not work because the blip retrieved with getBlip() is null. > > > > > Thanks, > > > > > Peter > > > -- > > > 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%2Bunsubscribe@ > > googlegroups.com> > > . > > 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.
