Got a Service component using existing DI with no ...
# fw1
o
Got a Service component using existing DI with no issue, but when I attempt to add another service component to it - either via a constructor argument or a property in coldspring.xml, it simply will not inject the new component. I am getting what looks like a stack overflow error of some kind. If this is a chicken/egg thing I'm not seeing it. Where should i start to look for the cause? The additions I am making to coldspring.xml and the component getting the new reference look exactly like all the other DI settings/moves that are working... seems like this should have been a straightforward addition to the component's properties, but it just won't work.