I have a grails app deployed on cloudfoundry with mysql db. The updates into the tables are flaky - when I change values it works sometimes and it doesn't work most of the times. There are no errors. It looks as if updates are going into a different db. I looked up vmc services and there is only one db associated with the application.
Since they work sometimes, it looks like a cloudfoundry problem. Has anyone seen this? Is there a special config for updates to work consistently ? Any information is appreciated.