Hi Sean, thanks for the reply. Quote: Common.cfc has to be managed by ColdSpring for the dependency injection to take place
So the dependency injection would be... <bean id="common" class="model.Common"> <property name="dsnBean"> <ref bean="dsnBean" /> </property> <property name="ConfigBean"> <ref bean="ConfigBean" /> </property> </bean> ---------------- Quote: Your XML has the bean named userGateway which doesn't seem right (since you have a property injector method in Common.cfc for userGateway)? could you expand on this. Common is the userGateway layer right? last in common.cfc how to a use the injected DNS in common.cfc i,e. getDatasource(password)? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324899 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

