Thursday, September 02, 2010    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Sep 2010 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (97) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (11) [RSS]
 • AIR (236) [RSS]
 • Appearances (200) [RSS]
 • Books (81) [RSS]
 • CFEclipse (15) [RSS]
 • ColdFusion (1418) [RSS]
 • ColdFusion Builder (9) [RSS]
 • Data Services (36) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (259) [RSS]
 • Flex (516) [RSS]
 • Home Automation (5) [RSS]
 • Jobs (120) [RSS]
 • JRun (14) [RSS]
 • Labs (47) [RSS]
 • LiveCycle (35) [RSS]
 • MAX (242) [RSS]
 • Mobile (144) [RSS]
 • Regular Expressions (18) [RSS]
 • RIA (21) [RSS]
 • SQL (42) [RSS]
 • Stuff (544) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (164) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
November 4, 2005

ColdFusion MX 7.0.1 Hotfix Available

Hotfix 1 for ColdFusion MX 7.0.1 has been made available. Thirteen reported issues have been addressed in this hotfix (as listed on the hotfix page).

Comments
is anyone else experiencing problems calling functions like this since intalling the update?

<cfset temp = application.foo.bar(argumentCollection = argCol) />

I get the following error:

Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed.
# Posted By Sean | 11/4/05 3:07 PM
Fantastic,

Fixes two problems I've been having, cfdocument and report grouping.

Google homepage RSS feed to this blog is cool!

Thanks for the info, keep it coming!
# Posted By Dale Fraser | 11/4/05 5:18 PM
Sean I've your same problem too, but I can replicate it only using an "url" collection:

test.cfm?myArgument=1

<!--- test.cfm --->
<cffunction name="testFunction">
<cfargument name="myArgument" type="any">
<cfreturn arguments.myArgument>
</cffunction>

<cfset myStruct = structNew()>
<cfset myStruct.myArgument = 1>
<!--- This is ok --->
<cfdump var="#testFunction(argumentcollection=myStruct)#">

<cfdump var="#url#">
<!--- This is not ok --->
<cfdump var="#testFunction(argumentcollection=url)#">
# Posted By Giampaolo Bellavite | 11/7/05 6:55 AM
I am having this problem out of nowhere now.

Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed.

The error occurred in D:\Inetpub\forthealthcare\jobs\index.cfm: line 12

10 :       getCategoryDesc = objCategories.get(categoryID=URL.categoryID);
11 :    }
12 :    getJobs = objJob.get(argumentCollection=URL);
13 : </cfscript>
14 :


Anyone have any ideas on how to fix this?
# Posted By David Walsh | 11/16/05 9:53 AM
Reading around CFTalk, it seems you can solve this issue using argumentCollection=duplicate(URL).

BTW it's a bug filed by Macromedia (#61485)
# Posted By Giampaolo Bellavite | 11/16/05 12:08 PM
Hi Ben,

Perhaps you can help expedite fixing the Macromedia updater download page. The Windows version of the 7.01 updater is not currently available. I would really like to apply it and the hot fix.

Thanks,
Dennis
# Posted By Dennis Spaag | 11/16/05 12:32 PM
This update has killed my installation: all my instances returned service unavailable (not bound to the licence.properties problem).

So, to make a test, I fresh installed MX 7.0.1, used my CAR file to restore my settings. All was working well. Then started creating new instances. Guess what? 7.0.1 returned service unavailable again on all instances.

So I had to fresh install MX 7.0.0 back.

Has anyone a clue on how to fix this?

Thanks a lot.

Betch
# Posted By Betch | 11/23/05 4:07 AM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved