On Tuesday 10 February 2004 15:59, Stephan Coboos wrote: > The "AnotherComponent" is pooled. What I want to do is to get an new > "MyComponent" from the serviceManager like in initialize() but > initialize() is only called once at instanciation time. So how can I get > a new component "MyComponent" from the serviceManager? Is there another > method avaiable which will be called between the pool and the lookup of > the serviceManager so I can get "MyComponent" there?
You need to declare the LifeStyle=transient for MyComponent. :o) See http://avalon.apache.org/meta/tools/tags/type.html Niclas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
