EsupPortail / esup-opi

Other
4 stars 11 forks source link

Exception lors de la modification d'un calendrier de dépot de voeux #259

Open yoannlecuyer opened 10 years ago

yoannlecuyer commented 10 years ago

Dans Paramétrages / Calendriers de dépot de ... Si je sélectionne Dépot de voeux dans le filtre et que je clique sur le crayon de modification d'un calendrier de dépot de voeux, j'obtiens une exception bloquante.

celinemallet commented 10 years ago

Bug contourné "en attendant", en prolongeant les dates de fin des calendriers de vœux. Cela nous permet d'avancer les tests. Je pense qu'ils sont clos et que ce cas n'a pas été correctement géré par l'appli => voir de ce côté là. Pour la commission le pb ne se pose pas.

yoannlecuyer commented 10 years ago

L'exception survient aussi lors de la visualisation du calendrier

celinemallet commented 10 years ago

L'exception levée systématiquement :

09:09:19,143 INFO HibernateDaoServiceImpl:257 - exception when init Proxy hibernate : org.springframework.orm.hibernate3.HibernateSystemException: a different object with the same identifier value was already associated with the session: [org.esupportail.opi.domain.beans.references.calendar.CalendarIns#280]; nested exception is org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [org.esupportail.opi.domain.beans.references.calendar.CalendarIns#280] 09:09:19,152 ERROR CachingEmailExceptionServiceImpl:429 - The following error was thrown by the application: 09:09:19,153 ERROR CachingEmailExceptionServiceImpl:429 - org.apache.myfaces.view.facelets.el.ContextAwareELException: javax.el.ELException: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.