That'll be your problem. If you're trying to use a CFC on ColdFusion 4.5
it's going to fail.

Versions of CF before CF MX didn't support CFCs.


andy

-----Original Message-----
From: mark [mailto:m...@mdprofinish.com] 
Sent: Thursday, January 14, 2010 10:49 AM
To: cf-talk
Subject: RE: For the old time ColdFusion developers on the list.


Forgive my ignorance, please.  What should be different in my
application.cfc?

<cfcomponent>            

<cfset this.name = "myORMApplication">

<cfset this.ormenabled = "true">
  
<cfset this.datasource = "OrmTesting">

<!---- ORM Setting this tells ORM to drop and create database---->

<cfset this.ormsettings = "dropcreate">

</cfcomponent>

-----Original Message-----
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Thursday, January 14, 2010 11:41 AM
To: cf-talk
Subject: Re: For the old time ColdFusion developers on the list.


> This is a Solaris 8, Unix installation of ColdFusion 4.5 Professional.
> I am not an administrator on this box so I do not have any permissions
> to snoop around beyond what can be accessed through a browser.  But,
> when my support ticket finally gets to such a sysop, I know they are not
> going to know much about ColdFusion. Can any of the old hats on this
> list give me some insight on what this error may mean for when they come
> asking me.

I don't have any insight on what it is, but trying to start it as an
application rather than having it start up by itself might show the
sysop what's going on.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329683
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