Oh yes, I now see what's going on. You don't have the latest version
of the plugin. It is trying to call a function on an AppContext,
which has been changed to use only BeanFactories. (Don't worry about
the confusion there) Just get the ber from cvs, all should be fine.
Chris
Chris Scott
[EMAIL PROTECTED]
http://cdscott.blogspot.com/
http://www.coldspringframework.org/

On Mar 21, 2006, at 6:21 PM, Patrick Lebon wrote:
I'm trying to use the placeFactoryInApplicationScope parameter for the
coldspring machii plugin but when I try to load the factory from
another sub-app with parentBeanFactoryKey I get the following error:
The method 'getBeanFactory' could not be found in component
\\Nas\Data\websites\dev\extensions\components\coldspring\beans
\DefaultXmlBeanFactory.cfc.
Check to ensure that the method is defined, and that it is spelled
correctly.
The error occurred in
\\Nas\Data\websites\dev\extensions\components\coldspring\machii
\ColdspringPlugin.cfc:
line 83
It seems to be looking for a function that doesn't exist. I haven't
seen any documentation on the placeFactoryInApplicationScope so im not
sure if im using it correctly so if anyone can shed some light on this
that would be helpful.
Thanks.