Quote:
Do you get proper result if you restart your web-application after database update?
Yes, when I restart my server services works fine, I mean I have to restart glassfish service to work again, but everytime I make a change, the changes are not shown, for example, I am navigating around my table with a button called "NEXT" on my app and when I make a change (Insert or update) it shows the previous values, but if I continue randomly shows the changes that I made, so I go to the db, and I realize that the changes are made...
Another problem that I have, I dont know if it is consequence of that but every 60 seconds my web app restart automatically, it restart to the login page and I have to enter my values again...
thanks for the help...