Issue Details (XML | Word | Printable)

Key: GDS-91
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: William Draï
Reporter: William Draï
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GraniteDS

Initialized persistent collections on Flex side are deserialized as hashset/hashmap instead of persistentset/persistentmap

Created: 27/Feb/08 07:11 PM   Updated: 17/Mar/08 01:57 PM   Resolved: 17/Mar/08 01:57 PM
Component/s: AMF3 (de)serialization
Affects Version/s: 1.0.1_GA
Fix Version/s: 1.1.0_RC1


 Description  « Hide
This breaks the session.merge / entityManager.merge method, because the collection is considered as dirty even when nothing has been modified.


William Draï added a comment - 13/Mar/08 06:51 PM
To work properly, it is also needed to pass the 'dirty' flag of Hibernate persistent collection to and from Flex as3 persistent collection objects.