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

2008-02-14 Thread Jeff Vroom
Answers inline: Thanks Jeff. 1. This is all happening in remote Service (I dont have access to assembler's transaction there). Hence I am creating new DataServiceTransaction. Does refresh and update happen on a different thread? For assemblers, I use Hibernate Interceptor which works great. When

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

2008-02-13 Thread Jeff Vroom
Hi Shailesh, I'm not sure what the problems are... It sounds like you are using the DataServiceTransaction.begin() and commit() methods yourself (the other way this can be used is if you call the DataServiceTransaction.getCurrentDataServiceTransaction() call from inside of an assembler method