In ObservationManager.notify, the observers are notified synchronously and successively. If an exception isn't caught in the Observer.observe method, the notification process fails and the following observers are never called.
I think observers should not be required to catch all exceptions themselves: a try-catch (Exception) block should be added around the observe call.
- Conditionne
-
WORKSPACES-496 Unable to access to wall contents after deleting a wall content
- Closed