From: Robert B. <ro...@ob...> - 2006-10-23 01:15:04
|
Hi, I have a few components defined in my app context which need to have a child application context instance injected into them. I can easily define an object of type XmlApplicationContext specifying the xml config resources, but I need to set the parent context, as there are object definitions in the child context that refer to objects in the parent. Is there a way in my object definition I can do this? Rob |