Joined: Wed Aug 29, 2012 7:19 am Posts: 1
|
Hi everyone,
i´m dealing with hibernate 3.6.7.Final and WebServices since two months. I´ve written some code where several actions have to be done during one opened session/transaction (the commit is at the end of all actions).
At first a function F_One is called which stores data to table TA without a commit. Secondly another function F_Two is called which wants to read some of the data which was stored in function F_One and uses a view for that. The data can´t be found. The function F_Two is called again and wants to read some of the data which was stored in function F_One and uses the view again. Now the data is found.
Does someone have a clue what´s the problem? Is it possible that hibernate needs some time to 'publish' the data inside the transaction?
Leon
|
|