My first app using Coldspring ....   the coldspring installation works on my
dev server, but when I upload it to the (shared) production server, I get
the following error when I try to instantiate the DefaultXmlBeanFactory cfc:

[quote]
The method getClass was not found in component
C:\websites\ybunp9\coldspring\beans\DefaultXmlBeanFactory.cfc.
[/quote]

I checked with the hosting sysadmin, thinking perhaps this meant that
there was some other coldfusion mapping on the box called "coldspring"
but he says there is no such mapping.    Also the path is correct too.

I haven't done anything about making apps yet, just wanting to install
coldspring and check it's working ok before I go ahead and start using
it.

We dont have the full trace because this is a production box and
robust error messages are turned off.    At this stage I just want to
upload coldspring and make sure it's working properly.   This error is
the result.

The line that triggers that error is:

<cfset BeanFactory =
createObject("component","coldspring.beans.DefaultXmlBeanFactory").init()/>

Can anyone tell me what that error indicates please?

Here's what I know for sure: 
*There is no "coldspring" mapping on the server
*The code works on my dev server
*The code has uploaded properly to the root of the site
*createObject() is not disabled on the server
*the server is CF8 while my dev server is CF7



Cheers
Mike Kear
Windsor, NSW, Australia
0422 985 585
Adobe Certified Advanced ColdFusion Developer
AFP Webworks Pty Ltd
http://afpwebworks.com
Full Scale ColdFusion hosting from A$15/month





Reply via email to