Jean-Francois Leveque

On logge l'erreur, même si on fait un rollback.

...@@ -86,7 +86,7 @@ public class PublisherServiceDefault implements PublisherService { ...@@ -86,7 +86,7 @@ public class PublisherServiceDefault implements PublisherService {
86 try { 86 try {
87 publisherSearchRepository.save(indexedPublisher); 87 publisherSearchRepository.save(indexedPublisher);
88 } catch (IndexingException e) { 88 } catch (IndexingException e) {
89 - 89 + logger.error("IndexingException {}", e);
90 } 90 }
91 publisherActionRepository.save(publisherAction); 91 publisherActionRepository.save(publisherAction);
92 return publisherAction; 92 return publisherAction;
......