[cfaussie] Re: Coldfusion CFC argument typing

2007-08-02 Thread Rony
1. I have the same mapping on both servers, if this wasnt the case then ALL of my component calls would fail. This issue seems isolated to only two of my components. 2. I have tested to ensure the object being sent to the read() is of the correct type. 3. ALL MY COMPONENTS are under the "core.pack

[cfaussie] Re: Coldfusion CFC argument typing

2007-08-02 Thread Robin Hilliard
On 8/2/07, Rony <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have an OO CF application in which I have declared the CFC > argument(s) type consistently. My types also include objects that i > have created. > > I have tested this all on my local machine and all works fine. > > However, when testing

[cfaussie] Re: Coldfusion CFC argument typing

2007-08-02 Thread Taco Fleur
> " The argument [objectname] passed to function read is not of type > [objectname]". Can you post the types you use? Do you use a mapping for the types? Something like au_com_yoursite.class.data.Type Where "au_com_yoursite" is your CF mapping. -- *** http://www.clickfind.com.au The new Australi

[cfaussie] Re: Coldfusion CFC argument typing

2007-08-02 Thread MrBuzzy
Hi this is probably a bug or two in your app :) This should be pretty easy to debug, for example log the object/value before the read() call and you should be able work out when it's the wrong type. Then work out what's creating the incorrect type. The problem might be related to a cfparam or ano