Re: TapestryFilter subclassing problem

2008-07-15 Thread Udo Abel
ED]> > An: "Tapestry users" > Betreff: Re: Antwort: Re: TapestryFilter subclassing problem > hi udo, > > i dont see what the problem is. it seems like the ioc > container has problems to build the ServletApplicationInitializer > service. i just extended my own Tap

Re: Antwort: Re: TapestryFilter subclassing problem

2008-07-15 Thread Kristian Marinkovic
users" An "Tapestry users" Kopie Thema Re: Antwort: Re: TapestryFilter subclassing problem Hi Kris, thanks for your help. The stack trace is quite long, I hope this part conatins more clues: ERROR main org.mortbay.log - failed PostConERP java.lang.Runtime

Re: Antwort: Re: TapestryFilter subclassing problem

2008-07-14 Thread Udo Abel
Datum: Mon, 14 Jul 2008 14:51:42 +0200 > Von: Kristian Marinkovic <[EMAIL PROTECTED]> > An: "Tapestry users" > Betreff: Antwort: Re: TapestryFilter subclassing problem > hi, Udo, > > seems to be correct. > > i created an own filter for my testcases

Antwort: Re: TapestryFilter subclassing problem

2008-07-14 Thread Kristian Marinkovic
uot; An "Tapestry users" Kopie Thema Re: TapestryFilter subclassing problem Hi Kris, maybe my understanding is wrong. To be clear: what I've tried is to implement this class: public class ErpTapestryFilter extends TapestryFilter { protected void init(Re

Re: TapestryFilter subclassing problem

2008-07-14 Thread Udo Abel
t? Does "...maybe overriden in subclasses" mean: "...in tapestry-internal subclasses" ? Thanks, Udo. Original-Nachricht > Datum: Mon, 14 Jul 2008 13:40:42 +0200 > Von: Kristian Marinkovic <[EMAIL PROTECTED]> > An: "Tapestry users" >

Re: TapestryFilter subclassing problem

2008-07-14 Thread Kristian Marinkovic
Hi Udo, take a closer look at your code. the init() method you override is not the one from the Filter!! it is a method to add additional inits AFTER the Registry has been started. take a look at org.apache.tapestry5.TapestryFilter.java btw. you cannot override init() because it is marked fi