On 7/2/11 15:06 , Niclas Hedhman wrote:
Rickard,
Can I have a comment on what you think about QI-327??
The initialize() method is called too early, when the prototype()
method is called. This means that one can't assume that the
initialization of properties has occurred, and you have the same
problem as in Spring "is it ready for use?"
Do you agree that this is a bug is the most important thing I want answered.
Well, initialize() should be called whenever a mixin is instantiated, so
that would be during prototype(). We could change the definition so that
it is instead done during instantiation of the composite though, which
would solve the issue. Does that sound ok?
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev