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?


-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291807
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to