Re: Injecting one service into another 'ignored path' service

2019-04-18 Thread Thiago H. de Paula Figueiredo
On Mon, Apr 15, 2019 at 8:04 PM Christopher Dodunski < chrisfromtapes...@christopher.net.nz> wrote: > By creating a ServletContextListener that sets a static ServletContext > variable in a RegistryProxy class I created, I now have access to the > Tapestry-IoC registry from anywhere in the applicat

Re: ASM7 required

2019-04-18 Thread Thiago H. de Paula Figueiredo
Thanks, Dmitry! Would you do the honors of applying this patch? :) On Fri, Apr 12, 2019 at 6:53 PM Dmitry Gusev wrote: > Hi Thiago! > > > From 1f428d21610ca2ee4a0b0630b1e3d1c693a5a7e6 Mon Sep 17 00:00:00 2001 > From: Mats Andersson > Date: Mon, 1 Apr 2019 17:52:26 +0200 > Subject: [PATCH] ASM7

Re: Injecting one service into another 'ignored path' service

2019-04-18 Thread Thiago H. de Paula Figueiredo
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 Tapestr