On Sun, 18 Aug 2002 16:34, Eung-ju Park wrote: > proxy with interceptors > ----------------------- > <block > > class="org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler" > name="scheduler"> > <provide .../> > <proxy> > <interceptor > class="com.thinkdynamics.interceptors.LoggingInterceptor"/> > </proxy> > </block> > > disable proxy. > ----------------------- > <block > > class="org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler" > name="scheduler"> > <provide .../> > <proxy disable="true"/> > </block> > > Above is my initial concept. > thought?
I like it ! -- Cheers, Peter Donald --------------------------------------------------- "It is easy to dodge our responsibilities, but we cannot dodge the consequences of dodging our responsibilities." -Josiah Stamp --------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
