I found exception as below
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 definition.
here my code :
applicationContext.xml
ItemManager.java
The exception occures only on save operation, it wont happens on another operation.
Any hints or suggestion would be appreciate.
Thanks.
Rendi (A.K.A CriterionNewbi)