Hi, I'm using ibatis to store/update/delete user in my oracle database.. and I notice a kind of cache problem..
When I delete user using sqlMap, I clearly see that my user has been deleted when I check datas in my database. (with my client) But, when my java classe try to retrieve the user liste, launching a select request with ibatis, my just deleted user still appears !! So, I think the select request is not truely launched but.. I don't know how to set it in my conf. Thx -- View this message in context: http://www.nabble.com/pb-with-cache-memory-tf2072304.html#a5705245 Sent from the iBATIS - User - Java forum at Nabble.com.
