Sorry - I'm starting to get frantic on this one.


When I call:


<cfdump var="#CreateObject('Component',
'com.Depressedpress.DPDataSource')#">


I get back a type of "DPDataSource" but I get an error if I try:


<cfdump var="#CreateObject('Component', 'DPDataSource')#">


How could this happen?  With the same code the problem only occurs in
production (hosted at CrystalTech.net) not on Develoment (I've tried to
mimic the environments as closely as possible, both CFMX 6.1).  It had
worked on production until sometime yesterday.


Any ideas at all one what could cause this?  Even crazy ones. I'm facing
a nasty evening if I can't figure this out.


Jim Davis

-----Original Message-----
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 6:24 PM
To: CF-Talk
Subject: RE: Wierd CFC Path Problem - Question on CFC types


I'm now seeing my problem in most of my CFCs - but only on the
production (hosted) server.

For example if I call:

<cfdump var="#CreateObject('Component',
'com.Depressedpress.DPEvents.Festival')#">

The resulting component is of type "Festival", not
"com.Depressedpress.DPEvents.Festival"

Since I'm specifying the full path in my create, how could it get
truncated?  I would think that the only way to get truncated to the base
name would be for a mapping to that specific folder to be in effect - is
that true?

It seems that a mapping to the "com" folder wouldn't do it, for example.

How can this occur (when I call a fully qualified type and it returns an
unqualified, generic type)?

Jim Davis

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to