It's an issue with CF. Metadata from parent CFCs that is accessed via a getMetaData() call on a child CFC are copied by value into the child CFC's metadata, and never updated. I.e. as soon as you call getMetaData() on a CFC type, it's metadata, including all the metadata it inherits from it's parent CFCs is locked until the CFC in question is updated and the metadata is rebuilt.
cheers, barneyb On 10/2/06, Ryan Miller <[EMAIL PROTECTED]> wrote:
When I make a change to a parent class (like adding a function), ColdSpring doesn't refresh it's local cache of the child class, so the change does not get picked up by ColdSpring? Is there any way around this besides making a dummy change to the child class? Is it a known issue? thanks, Ryan
-- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites.
