On 4/19/06, Jon Gunnip <[EMAIL PROTECTED]> wrote: > I don't think my Model does know anything about ColdSpring. I have some > service components in my Model that are instantiated via ColdSpring. I want > to have one XML file to create these service components and handle their > dependencies. I would use this factory for testing the service components > and to generate the service components for Mach-II. I would then like to > use another XML file to have ColdSpring pull the service components from the > other factory and put the references to them in my listerners.
So you have a production version (that injects your model / service components into your listeners) and a test version (that builds your model / service components for your test harness). So I'm not sure what the problem is? You have two XML files and all's well...? -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
