Jim Marino wrote: > Any luck with converting the visitor stuff? Let me know if you want me > to do some of it. >
I got distracted looking at the Tomcat stuff again. I ran into a wall with the visitor trying to figure out how to recurse as during the build phase the new parent context has not yet been built. I think we have two options: 1) build but do not start the nested contexts during the build phase thus allowing the ReferenceTargetFactory's to refer to them 2) configure the ReferenceTargetFactory's with the address of the service rather than injecting the object itself and resolve the reference on component start The latter seems the better solution as it is closer to what the non-system references are doing. But that raises the question of whether we still need system contexts at all and I wanted to think a little more (hence the Tomcat distraction). -- Jeremy
