On Mon, Apr 15, 2019 at 8:29 PM Christopher Dodunski <
chrisfromtapes...@christopher.net.nz> wrote:

> By the way, the @ServerEndpoint and @OnOpen and other WebSocket
> annotations are on the implementation class, not the interface.  Perhaps
> this is not right when providing endpoints as a Tapestry-IoC service?
>

Since Tapestry 5.4, annotations on service implementation methods are
copied to the service proxy, so you can keep the annotations on the service
class if the endpoint library. If it doesn't work, which is most probably
due to the way the endpoint library works, you should move the annotations
to the interface.


>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

-- 
Thiago

Reply via email to