Unless you were auto-wiring, you would have to add:
<bean id="CMSGateway" class="Application.model.Gateways.CMSGateway"> <property name="ApplicationConfiguration"><ref bean=" ApplicationConfiguration" /></property> </bean> Otherwise, ColdSpring has no idea you are trying to do anything. DW On Tue, Nov 22, 2011 at 4:10 AM, marc <[email protected]> wrote: > Hi Dan, > > thanks for your answer. After submitting my post yesterday I solved the > problem this way. Yet it's nagging me - why is what I tried not workling? > Is the bean injection implementation of MG or CS at fault here or my > understanding of it? > > thanks again, > > Marc > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- Plutarch - "The mind is not a vessel to be filled but a fire to be kindled." -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
