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 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:
> > > 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
> > > <peter.clijst...@gmail.com>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 <peter.clijst...@gmail.com> wrote:
> > > > > Reply to myself.. Overlooked the event.getRemovedBlipId() method.
> > > > > Workes perfectly now.
>
> > > > > On Nov 18, 11:16 am, Peter Clijsters <peter.clijst...@gmail.com>
> > > > > wrote:
>
> > > > > > Hi guys,
>
> > > > > > Does anybody know what's the best way to get the blipID from a blip
> > > > > > that is deleted (so, when the eventBLIP_DELETEDgets 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 google-wave-...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-wave-api+unsubscr...@googlegroups.com<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 google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.


Reply via email to