On Thu, Jul 23, 2009 at 2:59 PM, Glyn Jackson<glyn.jack...@newebia.co.uk> wrote:
> I think I have it now in my handler...
>
>  variables.oUserService = 
> getPlugin("ioc").getBean("UserService").getUserGateway();
>
> and i now see all common.cfc methods is this right?

If it has autowire by name enabled. Otherwise you need a <property>
tag in the userService definition to inject the userGateway bean.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies US -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwoo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:324917
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to