RE: [flexcoders] Flex Data Management and container's UserTransaction

2007-12-13 Thread Jeff Vroom
There are two use cases where we DMS will use the UserTransaction. 1) When your assembler has use-transactions=true, and you commit a change or batch of changes, the DMS code will start a transaction before calling your createItem, updateItem, and deleteItem methods. If any of those

Re: [flexcoders] Flex Data Management and container's UserTransaction

2007-12-12 Thread Igor Costa
Den HereĀ“s explanation A Flex Data Management Service change for assemblers that return references to lazy associations: In beta 3 your assembler had to return the complete state of all referenced items. Now, if your association tag is marked with lazy=true, you only need to return instances of