reluxa commented on code in PR #3568:
URL: https://github.com/apache/fineract/pull/3568#discussion_r1383741686
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/event/external/exception/ExternalEventConfigurationNotFoundException.java:
##########
@@ -21,7 +21,7 @@
public class ExternalEventConfigurationNotFoundException extends
RuntimeException {
public ExternalEventConfigurationNotFoundException() {
- super("All external events are not configured");
+ super("No external events configured");
Review Comment:
https://github.com/apache/fineract/blob/2b4c932ddd62a50c686be314c442aafa1bae2eee/fineract-core/src/main/java/org/apache/fineract/infrastructure/event/external/service/ExternalEventConfigurationValidationService.java#L78-L80
This exception is thrown, when number of events found on the classpath are
not matching with the number of the events found in the database for the
tenant. So I am not sure that the `No external events configured` is good here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]