Hi,
I recorded a simple flex using LR 11.5 (Build 2216). Application uses Granite DS on JBoss server.
In recording option I chose use GraniteDS configuration, Also selected under Externaizable Objects --> Serial objects using --> Use Additional jars and specified around 14 jar files (dom4j, granite.jar, etc).
The script recorded fine and replayed with quite a few warnings. On further checking the response, found that the response body for the AMF calls had the below message saying:
Response data was not parsed. Binary data presented
Warning 8 Error: Could not parse the response: java.lang.InstantiationException: java.lang.Long
Error: Call stack can be found in Code Generation log
All my AMF requests in the script had "IsParseResponse=No" (which was indicating that the response was not parsed & the response body contained binary data). The scan for correlation feature did not flag anything to be correlated due to this. On checking the response body found that the response had binary information.
Any help would be much appreciated.