tracker issue : CF-3199275

select a category, or use search below
(searches all categories and all time range)
Title:

When using offline AIR support, the client-side [Transient] metadata is already used for another purpose.

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): Devin Holloway / Devin Holloway (Devin Holloway)

Created: 05/26/2012

Components: Flex/Flash

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Windows 7 SP1 64-bit

Vote Count: 0

Problem Description:
Flex uses the [Transient] meta-data on a property to omit sending that property to the server. ColdFusion AIR offline support also uses it to prevent a property from being stored in the local SQLite database. The problem is, I want to prevent the property from being serialized when sent to the server, but I DO need it added to the local SQLite database. There's no way I can achieve that since ColdFusion is re-using the metadata for another purpose.

ColdFusion should pick a different metadata tag to use.

Steps to Reproduce:

Actual Result:

Expected Result:

Any Workarounds: If you need the property stored in the SQLite database, you have no choice but to send the property to the server too.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3199275

External Customer Info:
External Company:  
External Customer Name: Devin Holloway
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments: