Forget it, after debugging and fixing the problem, I read
Chris' post with the answer. :-)
Yes, the other ObjectDAO files need to be updated.
:-)
- JS
------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.
http://www.resonantmedia.com | http://blog.resonantmedia.com
"It is impossible to get out of a problem by using the same type of thinking that it took to get into the problem." -- Albert Einstein
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Scott
Sent: Tuesday, July 04, 2006 10:52 PM
To: [email protected]
Subject: [Reactor for CF] Porting ReactorBlog to Unity
All,
I started today to
see how the Reactor blog would work inside of MG-Unity. I did not get very far
before getting this error:
The selected
method getCfDataType was not found.
Either there are no methods with the specified method name and argument types, or the method getCfDataType is overloaded with arguments types that ColdFusion can't decipher reliably. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity.
The error occurred in C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\data\mysql\ObjectDao.cfc: line 70
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\data\mysql\ObjectDao.cfc: line 8
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\core\objectFactory.cfc: line 218
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\core\objectFactory.cfc: line 69
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\reactorFactory.cfc: line 53
Called from C:\Inetpub\wwwroot\resonant\blog\controller\BlogController.cfc: line 21
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\loader\XmlConfigurationLoader.cfc: line 197
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\loader\XmlConfigurationLoader.cfc: line 46
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\loader\FrameworkLoader.cfc: line 60
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\ModelGlue.cfm: line 44
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\ModelGlue.cfm: line 1
Called from C:\Inetpub\wwwroot\resonant\blog\index.cfm: line 28
Either there are no methods with the specified method name and argument types, or the method getCfDataType is overloaded with arguments types that ColdFusion can't decipher reliably. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity.
The error occurred in C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\data\mysql\ObjectDao.cfc: line 70
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\data\mysql\ObjectDao.cfc: line 8
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\core\objectFactory.cfc: line 218
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\core\objectFactory.cfc: line 69
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_RC3\reactorFactory.cfc: line 53
Called from C:\Inetpub\wwwroot\resonant\blog\controller\BlogController.cfc: line 21
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\loader\XmlConfigurationLoader.cfc: line 197
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\loader\XmlConfigurationLoader.cfc: line 46
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\loader\FrameworkLoader.cfc: line 60
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\unity\ModelGlue.cfm: line 44
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue_Unity_v190\ModelGlue.cfm: line 1
Called from C:\Inetpub\wwwroot\resonant\blog\index.cfm: line 28
68 :
<cfset Field.cfSqlType = getCfSqlType(qFields.dbDataType)
/>
69 : <cfset Field.length = qFields.length />
70 : <cfset Field.default = getDefault(qFields.default, Field.getCfDataType(), Field.getNullable()) />
71 : <cfset Field.sequenceName = "" />
72 :
69 : <cfset Field.length = qFields.length />
70 : <cfset Field.default = getDefault(qFields.default, Field.getCfDataType(), Field.getNullable()) />
71 : <cfset Field.sequenceName = "" />
72 :
Any idea what
might be going on?
Thanks,
Josh
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

