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

2008-02-14 Thread Jeff Vroom
%40yahoogroups.com Subject: [flexcoders] Re: Flex Data Management and container's UserTransaction Turned out that Its not the transaction, its OpenSessionInViewFilter's flag for singleSession which caused my updates fail [For reasons not known]. So, in a nut shell, If you have, 1

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

2008-02-13 Thread Shailesh Mangal
In usecase-2, what should happen when method that begins dataServiceTransaction is already within a JTA transaction. In our codebase, We have some remote services which send refreshes to the client using DataServiceTransaction. All these refreshes were working fine until we wrapped my services

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

2008-02-13 Thread Shailesh Mangal
Turned out that Its not the transaction, its OpenSessionInViewFilter's flag for singleSession which caused my updates fail [For reasons not known]. So, in a nut shell, If you have, 1. singleSession = true, DataServiceTransaction wouldnt send out the updates 2. singleSession = false,

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

2008-02-13 Thread Jeff Vroom
:[EMAIL PROTECTED] On Behalf Of Shailesh Mangal Sent: Wednesday, February 13, 2008 2:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex Data Management and container's UserTransaction Turned out that Its not the transaction, its OpenSessionInViewFilter's flag for singleSession which

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

2008-02-13 Thread Shailesh Mangal
, 2008 2:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex Data Management and container's UserTransaction Turned out that Its not the transaction, its OpenSessionInViewFilter's flag for singleSession which caused my updates fail [For reasons not known]. So, in a nut

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

2007-12-14 Thread den.orlov
Jeff, thanks a lot for detailed description! I'd be very happy if you demarcate transactions via Spring Transaction Managment API. This will support both cases: JTA/simple JDBC datasource, so I'll be able to use plain JDBC source without any JTA manager and its overhead. Den

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

2007-12-13 Thread den.orlov
Sorry but original question was about transaction boundaries that FDS set using UserTransaction at server side. How does lazyness of associations relate to this? Den --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: Den Here´s explanation A Flex Data Management