Hi all,

I have a service that is marked with @Scope(ScopeConstants.PERTHREAD). Can
I assume that there will be just *one* instance of this service per thread
or there may be multiple instances?. I was under the impression that this
service will be unique per thread but am facing a problem that might be
explained if there are multiple instances of it. Any pointers to the
documentation will be appreciated. My reading of
http://tapestry.apache.org/defining-tapestry-ioc-services.html suggests me
that there will be just one instance but wanted to be sure.

Regards,
Manuel.

Reply via email to