New transaction handling code inadvertently removed ExceptionMapper, this should be reintroduced, the SynchronizationCallbackCoordinator inteface should have public void setExceptionMapper(ExceptionMapper exceptionMapper) method ManagedFlushChecker and AbstractEntityManagerImpl should register the appropriate ExceptionMapper AfterCompletionAction used in order to map exceptions thrown during flushing JPA compliance . Re-add them
|