On Sun, 18 Aug 2002 00:31, Eung-ju Park wrote: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9270 > > How about below configuration? > > at assembly.xml > > <block > class="org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler" > name="scheduler"> > <proxy disable="true"/> > <provide name="thread-manager" > > role="org.apache.avalon.cornerstone.services.threads.ThreadManager" /> > </block>
Works for me. Or alternatively it could be something like <interceptors include-default="false"> </interceptors> That way the extensions that Igor has been discussing could be easily added via something like <interceptors include-default="false"> <interceptor class="com.thinkdynamics.interceptors.LoggingInterceptor"/> </interceptors> -- Cheers, Peter Donald *------------------------------------------------* | Trying is the first step to failure. | | So never try, Lisa - Homer Jay Simpson | *------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
