I haven't checked on the latest of CF9, but it sounds like Adobe could have broken something again. Returning "ThreadingAdapter" should be valid because "ThreadingAdapterCF" extends that component. This is a valid construct in CFML. So if it fails there as "ThreadingAdapter" as the return type then it's a bug in Adobe's code base because that works on CF7/8, OpenBD and Railo.

Are you sure you are running the latest version of CF9? If so, any hot fixes or patches applied?

.Peter

Bruce said the following on 21/06/10 19:19:
Wow thanks for the fast response.

yes I restarted the CF server.  Didn't work.

Something I did try.
In the file ThreadingAdapterCF.cfc
Line58:<cffunction name="init" access="public"
returntype="ThreadingAdapter" output="false"

I changed the returntype to "ThreadingAdapterCF"
Line58:<cffunction name="init" access="public"
returntype="ThreadingAdapterCF" output="false"

And this worked.  But I'd prefer to use the framework w/o editing it
ideally.  I was just troubleshooting and browsing through the
stacktrace.

--Bruce
On Jun 21, 4:52 pm, Matthew Woodward<[email protected]>  wrote:
On Mon, Jun 21, 2010 at 4:48 PM, Bruce<[email protected]>  wrote:
Greetings MachII community-
I'm new to machII&  CF (but seasoned in MVC for Flex).
Welcome!

First one I hit was not being able to find the machII component.
Which I addressed with the workaround to put the mach-ii framework at
the wwwroot.
After you did this did you restart CF?

--
Matthew Woodward
[email protected]http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html

--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to