tracker issue : CF-3036952

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

Bug 73967:Serializing/Deserializing persisted CFCs should use implicit getters/setters out of the box without requiring a distinct destination

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): João Fernandes / João Fernandes (Joao Fernandes)

Created: 12/03/2008

Components: Flex/Flash, Flex remoting

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 227834

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

Serializing/Deserializing persisted CFCs should use implicit getters/setters out of the box without requiring a distinct destination.
Right now we can have CFCs using THIS scope or explicit g/s using variables scope but this is not possible for implicit ones. 

Instead of having a different destination with a specific flag ON, Remoting endpoint should
if the CFC have Persisted="true" use implicit g/s to serialize/deserialize CFCs, otherwise, it uses the default behavior (THIS scope or explicit getters/setters)

This allows to use a single destination for all kind of situations.
This would easily happen since ORM only allows single Datasource and if someone would have to expose data from multiple datasources, it would require 2 destinations, one for ORM entities and 1 for non persisted CFCs.


Method:


Result:

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

Watson Bug ID:	3036952

External Customer Info:
External Company:  
External Customer Name: João Fernandes
External Customer Email: 4E9A42C244586146992015D5
External Test Config: 12/03/2008

Attachments:

Comments: