Title:
Bug 79546:The SessionToken class needs to be made dynamic to be consistent with AsyncToken usage
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Darron Schall / Darron Schall (darronschall)
Created: 08/24/2009
Components: Flex/Flash, AIR Integration
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 265738
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
The SessionToken class needs to be made dynamic to be consistent with AsyncToken usage. It is a common practice to attach data to a token, then refernece that data from the token in the result / fault handlers.Example:var token:AsyncToken = service.remoteCall( ... );token.customData = "xyz";Trying to attach data to a session token now results in compiler errors.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039747
External Customer Info:
External Company:
External Customer Name: Darron Schall
External Customer Email: 65E53F91439B07610AAC0C15
External Test Config: 08/24/2009
Attachments:
Comments: