AdobeStock_455007340

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).

7 responses to “ColdFusion MX 7.0.1 Hotfix Available”

  1. Sean Avatar
    Sean

    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.

  2. Dale Fraser Avatar
    Dale Fraser

    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!

  3. Giampaolo Bellavite Avatar
    Giampaolo Bellavite

    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)#">

  4. David Walsh Avatar
    David Walsh

    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:Inetpubforthealthcarejobsindex.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?

  5. Giampaolo Bellavite Avatar
    Giampaolo Bellavite

    Reading around CFTalk, it seems you can solve this issue using argumentCollection=duplicate(URL).
    BTW it’s a bug filed by Macromedia (#61485)

  6. Dennis Spaag Avatar
    Dennis Spaag

    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

  7. Betch Avatar
    Betch

    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

Leave a Reply