|
From: Joseph F. <jfi...@pr...> - 2004-01-06 18:11:22
|
Hello, I just upgraded to the m4 jar in our app, and I'm having an small problem with the HibernateTransactionManager. It looks like there was a piece of code added to set the flush mode to AUTO for non read-only transactions. In my case, I need the flush mode set to COMMIT. Is there a reason AUTO is needed there? Would COMMIT cause some other problem that I'm not aware of yet? If not, could it somehow be a configurable parameter? Thanks! Joe |