I woke up with an idea of workaround : adding this at Sally's level

public void onBlipSubmitted(BlipSubmittedEvent event) {
       super.onBlipSubmitted(event);
}

Unfortunately, it does not work.

Cheers,

Jérôme


On 31 mar, 01:08, Wadael <wad...@gmail.com> wrote:
> Hi all,
>
> I am experiencing a problem with the v2 Java API.
>
> Consider 3 classes :
> grandMa , Ma, and Sally
>
> With grandMa == AbstractRobot and Sally being quoted in the web.xml
> for all the   _wave/*   web requests.
>
> If Ma implements (for example)
> public void onBlipSubmitted(BlipSubmittedEvent event) then, it will
> not be triggered when Sally should receive the event.
>
> Has anyone else witnessed this ?
>
> Frankly, it's a kind of showstopper for my WadRobotFramework, as its
> purpose is to add more ease of use (v2 is better than v1 on this) and
> the mean I use is transferring method to Ma and leaving the minimum to
> be implemented at Sally's level.
>
> I presume it is the implementation of getCapabilites() that is
> responsible.
>
> Jérome Baton  (Wadaël)http://code.google.com/p/wadrobotframework/

-- 
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