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
final. g, kris "Udo Abel" <[EMAIL PROTECTED]> 14.07.2008 08:55 Bitte antworten an "Tapestry users" An Kopie Thema TapestryFilter subclassing problem Hi, when I try to subclass TapestryFilter to do some initialization in the overridden init(), I get

TapestryFilter subclassing problem

2008-07-13 Thread Udo Abel
Hi, when I try to subclass TapestryFilter to do some initialization in the overridden init(), I get a runtime exception during filter start: ERROR main org.mortbay.log - failed TapTest java.lang.RuntimeException: Error building service proxy for service 'ServletApplicationInitializer' (at org.