I recently installed cf9 beta and ran into an issue when testing an
app under development against the server. The (identical) app runs
fine in cf7 and cf8.
Long story short, I ran the code analyzer in the cf9 administrator
against /transfer and found a problem.
D:\JRun4\servers\cf9\cfusion-war\transfer\com\facade
\AbstractBaseFacade.cfc
Parse Error Error
Exception while parsing file: Invalid CFML construct found on line 306
at column 145.ColdFusion was looking at the following text:
>
The CFML compiler was processing:
* A cfset tag beginning on line 306, column 10.
* A cfset tag beginning on line 306, column 10.
I was able to fix the problem by replacing the "throw" function call
with a <cfthrow /> using the same arguments as attributes. The app now
performs as expected in cf9. Can someone verify this?
<cf_Ray />
Transfer 1.1 (freshly downloaded)
CF9 installed from a WAR file into an existing cf8 mulit-server
installation
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
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/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---