}
}
}
);
callbackCoordinator.setExceptionMapper(
new ExceptionMapper() {
public RuntimeException mapStatusCheckFailure(String message, SystemException systemException) {
throw new PersistenceException( message, systemException );
}
public RuntimeException mapManagedFlushFailure(String message, RuntimeException failure) {