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
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
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