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

2019-04-11 Thread Christopher Dodunski
Hi Thiago, No, not solved yet. Was still exploring options, for instance overriding TapestryFilter.init(Registry). Sorry if I wasn't clear. I'm about to create a ServletContextListener in my app, so I can get access to the ServletContext, and consequently the Registry, on app initialisation. T

Re: ASM7 required

2019-04-11 Thread Dmitry Gusev
Hello Mats and Thiago, I guess we need to reopen https://issues.apache.org/jira/browse/TAP5-2588 or just don't forget to commit the last two edits. I also got failures trying to run our test suite against 5.5-beta-2 & Java 11. With the two last changes the errors are gone. Thanks! On Sat, Apr

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

2019-04-11 Thread Thiago H. de Paula Figueiredo
On Tue, Apr 9, 2019 at 10:07 PM Christopher Dodunski < chrisfromtapes...@christopher.net.nz> wrote: > Thank you very much for responding Thiago. > You're welcome! > Perhaps my understanding of the problem is wrong, so please feel free to > correct me. My endpoint service is configured to be au

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

2019-04-11 Thread Thiago H. de Paula Figueiredo
On Thu, Apr 11, 2019 at 7:54 AM Christopher Dodunski < chrisfromtapes...@christopher.net.nz> wrote: > Hi Thiago, > Hi! > I discovered a mailing-list post, from around 9 years ago, where you > advised someone to override the TapestryFilter.init(Registry registry) > method to save the registry to

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

2019-04-11 Thread Christopher Dodunski
Hi Thiago, I discovered a mailing-list post, from around 9 years ago, where you advised someone to override the TapestryFilter.init(Registry registry) method to save the registry to a static field. Ideally, I'd like to invoke the static method of a standalone class to access the registry and its