New transaction handling code removed ExceptionMapper, this should be reintroduced, the SynchronizationCallbackCoordinator inteface should have public void setExceptionMapper(ExceptionMapper exceptionMapper) method and AbstractEntityManagerImpl should register the appropriate ExceptionMapper in order to map exceptions thrown during flushing.
|