Re: T5: tapestry-ioc scope problem in a standalone program

2008-09-10 Thread hua.jiang
kristian.marinkovic wrote: > > add following instruction after you have started the thread: > Thread.currentThread().join() > > changes are good that you main program (process) is terminated > before the thread is started. > > g, > kris > Thank you for your reply. But it seems not a corre

Re: T5: tapestry-ioc scope problem in a standalone program

2008-09-09 Thread Kristian Marinkovic
ry users" An users@tapestry.apache.org Kopie Thema T5: tapestry-ioc scope problem in a standalone program Hello, every one. I met the following problem when trying to use tapestry-ioc in a standalone program. According to the tapestry official site, a service builder method should

T5: tapestry-ioc scope problem in a standalone program

2008-09-09 Thread hua.jiang
Hello, every one. I met the following problem when trying to use tapestry-ioc in a standalone program. According to the tapestry official site, a service builder method should be invoked multiple times, if it is annotated with @Scope("perthread") and the service is used in multi threads. So I wrot