[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-12-25 Thread Evgeniy Beschastnov
Yes, you can replace getRemovedBlipId() with this code: @Override public String getRemovedBlipId() { //return getProperty(removedBlipId); return eventData.getProperties().get(blipId).toString(); } On 26 ноя, 17:45, Peter Clijsters peter.clijst...@gmail.com wrote: Thanks, I

[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-26 Thread dLux
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) api.aus...@google.com wrote: There is a bug in that method that is not using the correct property name.  An issue has been

[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-26 Thread Peter Clijsters
Thanks, I might just do that.. Peter. On Nov 26, 11:01 am, dLux d...@dlux.hu wrote: 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) api.aus...@google.com wrote:

[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-25 Thread Peter Clijsters
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

Re: [Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-25 Thread Austin Chau (Google employee)
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