EagerLoad and PerThread just don't fit together, you should move the code that needs to be eager loaded to another service. and use it from your threaded service.
provide some more insight into your use case so we can assist you concretely. Davor Hrg On 8/19/07, Ben Tomasini <[EMAIL PROTECTED]> wrote: > > It seems to me that the normal eager load behavior would be irrelevant for > a > perthread service because a perthread service must be bound to a thread > which is using the registry, and the registry cannot be used until it is > built. > > On 8/18/07, Jun Tsai <[EMAIL PROTECTED]> wrote: > > > > I had a perthread scope service ,I find the @EagerLoad can't let the > > service eager loading. how to do it? > > > > Thanks > > -- > > regards, > > Jun Tsai > > >