You need to use the MachII.properties.ColdspringProperty in 1.6. Define all beans you want from CS in the depends attribute in your cfcomponent tag. Depends takes a comma delimited list of bean names. You do not need to define any setters/getters as the CS property atuomagically creates and injects them for you via mixins. This works on framework level components only (I.e. Listeners, filters) and cannot be used on beans managed by CS as this is not a CS feature but unique to our CS loader.
HTH,
.Peter
-----Original Message-----
From: "<jorge_loyo>" <
jorgeloyo...@gmail.com>
Date: Mon, 12 May 2008 20:47:19
To:Mach-II for ColdFusion <
mach-ii-for...@googlegroups.com>
Subject: [Mach-II] Re: Sample use of "depends" in CFCs