|
|
|
re-assigned to David who is investigating this
This is using the flex2 HF3 and lcds 2.5.1 in CF8. While it is reproducible, it has nothing to do with Moxie SDK3/FB3 or BlazeDS.
Trevor - Project was last tested with FB 3 RC6. Not working, Not clear what you mean by flex2 HF3.
The project references the swc's shipped with CF8, when yo urun that new project wizard, but should have been pointing to Flex Moxie, not Flex 2.01 -- I may have changed the reference in my frustration to try to get it to work. Suggestions? >>> Wichan wrote :::: And later deleted this comment -- Not sure why????
Author: wichan Date: 02/15/08 05:05 PM Comment: Since it was data conflict with the server version, we removed the properties comparsion and found that the problem was caused by tiny_int type. After I remove the followings where causes, it worked These were what I removed from the CompanysDAO.cfc and KEYACCOUNT = <cfqueryparam value="#arguments.oldBean.getKEYACCOUNT()#" cfsqltype="CF_SQL_TINYINT" /> and ACTIVEACCOUNT = <cfqueryparam value="#arguments.oldBean.getACTIVEACCOUNT()#" cfsqltype="CF_SQL_TINYINT" /> MySQL Boolean is a tiny_int type. --- One would assume that the CF wizard would take such data types that into account if one changes the field from textinput to checkbox ? Any thoughts.... Logged ColdFusion bug 71395 for this as it has nothing to do with Moxie SDK3/FB3 or BlazeDS. Also logged 71350, ENH 71349 and 71348 against the cfeclipse wizard.
--- Code is ultimately generated in Flexbuilder.
SQL tiny int isn't being addressed, similar issue with mySQL - LONGTEXT Who really owns this issue... It looks like all three teams need to address mySQL integration. Assigning to David, since I was not involved in the investigation/resolution.
This is not a SDK issue. The underlying cause is the CFML code connecting to MySQL. Ultimately this will have to be investigated and resolved by the Coldfusion Engineering Team.
David -
Please update this bug entry to include the re-assigned CF bug# so all interested can follow it's progress. Dan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Do feel free to contact me directly: Dan@dvpweb.com if require setup instructions