As far as I see, be default a component uses transient lifestyle. Also, a component defined in block.xml uses activation="startup" be default. So the result is that the transient component is instantiated at startup. How could it be useful to instantiate a transient components at startup? If I call ServiceManager.lookup, I always get a new instance, so I can't get the instance created at startup anyway.
Maybe it is just that I don't understand transient lifestyle, but I couldn't find documentation regarding lifestyles. Any hints? -- Best regards, Daniel Dekany --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
