Can someone confirm that I'm not crazy and/or missing something obvious
that would cause this weird response from 6.1.

 

<cfset a = CreateObject("component","ActivityAuthDAO")>

<cfset b = a.load( fromDate=CreateDateTime(2003,4,25,0,0,0),
toDate=now() )>

 

<cfdump var="#b#">

 

Now this 'ActivityAuthDAO' just makes a db query and returns a query
object. When running the above code it forwards to the CFC browser and
prompts for login info. Then displays:

 

 

WEB-INF.cftags.component
Component component 



hierarchy:

WEB-INF.cftags.component

path:

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

properties:



 

methods:

 

*          - private method

 

 

 

When this same initial code is run a second time it *now* shows the
CFDUMP followed by the above CFC explorer crapola. Here's the CFC code
(simplified - but did not contain anything beyond these basics):

 

<cfcomponent>

      

      <cffunction access="remote" name="load" output="false"
returntype="query">

            <cfargument name="fromDate"         type="date"
required="false">

            <cfargument name="toDate"           type="date"
required="false">

                        

            <cfquery name="result" datasource="mydb">

                  DB query here, cut it out cause its huge

            </cfquery>

            

            <cfreturn result>

      </cffunction>

 

</cfcomponent>



AVIS IMPORTANT:
------------------------------- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
-------------------------------
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to