Sounds like a mapping issue... I'm sure others have more experience but there is a particular reason that in certain configurations you can use createObject() successfully on a component path but compile-time attributes like extends="" don't work.
So... what hosting company, version of CF, etc etc? -Dave On 6/7/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
I have a project I'm using teh latest coldspring code on. Works great on my local PC. Have coldspring residing in the web root and no mapping. Move the code to a server with coldspring setup in teh webroot and no mapping as well, but its a shared host. I get the following Could not find the ColdFusion Component coldspring.beans.AbstractBeanFactory being thrown from createObject( 'component', 'coldspring.beans.DefaultXmlBeanFactory').init() note that it finds coldspring.beans.DefaultXmlBeanFactory fine, but bombs trying to find coldspring.beans.AbstractBeanFactory. A simple test of createObject( 'component', 'coldspring.beans.BeanFactory') works as well. thoughts or suggestions? -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?
