Title:
Bug 83411:if you use application scope variables inside the getters and setters of a value object the blazeds gateway throws an error application$someKey$ in undefined se example value object if you make a sim
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): m d / m d (dreuxman)
Created: 06/21/2010
Components: Flex/Flash, Flex remoting
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
if you use application scope variables inside the getters and setters of a value object the blazeds gateway throws an error application$someKey$ in undefined se example value object if you make a simple servive which reterns this object blazeds failscomponent {remote any function getVO(){return new MyVO();}}I haver a zip file with a test if you want it i can mail it to you regards,Michel Durieux
Method:
component {property name="someProperty" type="string";public string function getSomeProperty(){return application.testKey;}public void function setSomeProperty( required string someProperty ){someProperty = arguments.someProperty;}}
Result:
application scope lost in blazeds serialization inside accessors
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041688
External Customer Info:
External Company:
External Customer Name: m d
External Customer Email: 2A2E601F4741679599201587
External Test Config: 06/21/2010
Attachments:
Comments: