Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Pedro Silva / Pedro Claudio (Pedro Claudio)
Created: 07/25/2009
Components: Flex/Flash, Flex remoting
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,240375 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
Files ASR are not identified by Flex
Method:
teste.asr
=========
function getArt(){ var rs = CF.query({datasource: "cfartgallery", sql:"SELECT * from Art"}); return rs;}
cfasr.mxml
==========
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" ><fx:Declarations><mx:RemoteObject id="cf" destination="ColdFusion" source="CF9Demo.com.pcsilva.demo.CFASR.src.teste"result="mx.controls.Alert.show(event.result as String)"showBusyCursor="true" /></fx:Declarations>Parse error-Invalid XML/AMF/JSON<mx:Button label="Button" click="cf.getArt()" /></s:Application>
Result:
Parse error-Invalid XML/AMF/JSON
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039437
External Customer Info:
External Company:
External Customer Name: Pedro Claudio
External Customer Email: 52BF13DC4456EC7B992016B6
External Test Config: 07/25/2009
Attachments:
Comments: