Sorry, I should have been more specific.

Yes, this code is in a CFM page:

> <cfset a = CreateObject("component","ActivityAuthDAO")>
>
> <cfset b = a.load( fromDate=CreateDateTime(2003,4,25,0,0,0),
> toDate=now() )>
> <cfdump var="#b#">

Yes, ActivityAuthDAO is a CFC. I don't believe this should be hitting
the CFC explorer at all!

Stace

-----Original Message-----
From: Sean A Corfield [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 18, 2003 12:42 AM
To: CF-Talk
Subject: Re: Possible RedSky/CFC Bug...

On Sunday, Aug 17, 2003, at 20:45 US/Pacific, Stacy Young wrote:
> Can someone confirm that I'm not crazy and/or missing something
obvious
> that would cause this weird response from 6.1.

This code is in a CFM page?

> <cfset a = CreateObject("component","ActivityAuthDAO")>
>
> <cfset b = a.load( fromDate=CreateDateTime(2003,4,25,0,0,0),
> toDate=now() )>
> <cfdump var="#b#">

This indicates you tried to hit TEST_ActivityAuthDAO.cfc, not a .cfm  
page:

>
D:\dev\ino3\model\com\sfcommerce\reports\activity\TEST_ActivityAuthDAO. 
> c
> fc


If your code is in a .cfc page, it will call the CFC Explorer.

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to