Re: [appfuse-user] FlushMode problems Hibernate/Spring

2008-06-01 Thread Michael Horwitz
This normally means your method on the manager is not properly intercepted or that you are calling methods on a DAO directly from an action. Are there specific places/actions which trigger this behaviour? Mike 2008/5/31 mschipperheyn <[EMAIL PROTECTED]>: > > Hi all, > > At regular intervals I ha

[appfuse-user] FlushMode problems Hibernate/Spring

2008-05-31 Thread mschipperheyn
Hi all, At regular intervals I have problems saving objects: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definitio