|
[
Permlink
| « Hide
]
Matt Solnit added a comment - 19/Dec/06 11:34 AM
I would also like to request support for parent-child bean relationships, if possible.
I have added the lazy-init option. Can you double check it?
When you say parent child relationship, do you mean the option to define the compass bean as an inner bean? I am not sure that it is possible,.
Thanks! I'll try it out. Use the latest snapshot, right?
By parent-child relationship, I mean bean inheritance. Yea, use the snapshot. Regarding the parent part, if you mean bean inheritance that you can use in Spring, I don't see a simple way to have it with namespaces. I will need to investigate it more within Spring codebase.
I just tried the snapshot, and lazy-init='true' works exactly as expected. Woo hoo! Thanks for the super-fast turnaround.
Setting default-lazy-init='true' in the root element (<beans/>) would also be nice to have, but it's not as important because I can still get the job done with what's available. Finally, if you prefer, I can create a new JIRA issue to track bean inheritance (so that this one can be closed). Another issue sounds good. I will close this one.
|