On Wed, 9 Mar 2005 11:07:14 +1100, Steve Onnis <[EMAIL PROTECTED]> wrote: > those little quirks that seem to break everything.
CFMX 7 no longer allows cfbreak inside cfcase (if you are not inside cfloop) - that is compatible with CF5 but CFMX 6 accidentally allowed it (bug in CFMX 6). CFMX 7 no longer allows you to fake a multi-part email message - you need to use cfmailpart which was introduced in CFMX 6.1. CFMX 7 introduces a new function called isValid() which means you can't have a UDF - or CFC method - with that name. If you invoke Java that in turn calls a web service, you *may* need to comment out the global QueryBean mappings in the client-config.wsdd configuration file. I think those were the only issues we hit. The first two were really bugs in our code. The third is sort of a fact of life (and we probably should have used a less generic method name in our own code). The last one was a bit hard to find but it should be an edge case that will affect very few users. -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 49, yes 49, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
