Re: Override service injection

2008-05-19 Thread Robin Helgelin
On Mon, May 19, 2008 at 10:20 AM, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: > have you tried contributing an alias for your named service? > > take a look at > http://tapestry.apache.org/tapestry5/tapestry-core/guide/alias.html Actually I manage to solve this via aliases by splitting my servi

Re: Override service injection

2008-05-19 Thread Robin Helgelin
On Mon, May 19, 2008 at 10:20 AM, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: > have you tried contributing an alias for your named service? > > take a look at > http://tapestry.apache.org/tapestry5/tapestry-core/guide/alias.html Yes, but wouldn't that break as several services implements the s

RE: Override service injection

2008-05-19 Thread Kristian Marinkovic
y users" Kopie Thema Override service injection Hi, I'm still trying to work around something I'm not really sure on how to solve :) My contribution looks like this: public static void contributeHttpServletRequestHandler( OrderedConfigu

Override service injection

2008-05-19 Thread Robin Helgelin
Hi, I'm still trying to work around something I'm not really sure on how to solve :) My contribution looks like this: public static void contributeHttpServletRequestHandler( OrderedConfiguration configuration, @InjectService("HttpSessionContextIntegrationFilter") HttpServl