Are there perhaps two different folders that could potentially be referenced
by 'com.depressedpress' in a CFC name?  If one of them has only one CFC, the
other has both, and they are in that order on the CFC search path, you might
get that behaviour.

banreyb
  -----Original Message-----
  From: Jim Davis [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 28, 2003 2:33 PM
  To: CF-Talk
  Subject: RE: Wierd CFC Path Problem

  Some more information.  The following page:

  http://www.firstnight.org/TEST.CFM

  has the following code:

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

  If you try the page you'll see that the first produces a component of
  "DPDataSource" (incorrect) while the second produces
  "com.depressedpress.DPException" (which is correct).  Both CFCs are in
  the same folder, on the same server with same mappings.

  How could this happen - and more importantly how could I fix it?

  Jim Davis

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

Reply via email to