Re: IoC Question with Alias

2008-11-23 Thread Fernando Padilla
though I have no idea what you're trying to do :) have you considered using decorators? Those work well in most cases where you want to "override" a default service, and it always seems easier to understand.. [EMAIL PROTECTED] wrote: This happens to me in one Tapestry5 project when I start

Re: IoC Question with Alias

2008-11-23 Thread superoverdrive
This happens to me in one Tapestry5 project when I start it using the Jetty plugin and eclipse. If I start it up using mvn jetty:run, this does not occur - so it might be something with Maven or the classpath as well. Sun, 21 Sep 2008 23:41:37 -0700 hi michael, happened to me several time

Re: IoC Question with Alias

2008-09-21 Thread Kristian Marinkovic
8 19:32 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema IoC Question with Alias Hi, I have a problem with the contributions to the alias service. The AppModule is ... public static void bind( ServiceBinder binder ) { binder.bind( SiteDispat

IoC Question with Alias

2008-09-19 Thread Michael Gerzabek
Hi, I have a problem with the contributions to the alias service. The AppModule is ... public static void bind( ServiceBinder binder ) { binder.bind( SiteDispatcher.class ).withId( "SiteDispatcher" ); binder.bind( SiteServiceImpl.class ).withId( "SiteService" ); binder.bind( HttpdReq