Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Adobe Flex SDK 3.4 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
The same bug is filed for SDK Gumbo - Beta 2 as SDK-22333 and is reported as solved.
I found this error using SDK 3.4.0.9271
Steps to reproduce:
1. Run HTTPServiceTest.mxml from the attached zip file. It calls one service that should succeed and one service that should fail.
Actual Results:
The result and the fault method of the AsyncToken responder are called twice.
Expected Results:
Each method should be called only once.
Workaround (if any):
Add a result and a fault listener to the HTTPService directly. Then the result and the fault method of the AsyncToken responder are called only once as expected.
Run HTTPServiceTestWithWorkaround.mxml from the attached zip file to see the difference with the workaround