Skip to content

Commit

Permalink
correction for #88
Browse files Browse the repository at this point in the history
  • Loading branch information
anouri committed Apr 15, 2019
1 parent 55499af commit d4e6902
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ public static void checkParameters(OperatorContextChecker checker) {
OperatorContext context = checker.getOperatorContext();
if ((!context.getParameterNames().contains("credentials"))
&& (!context.getParameterNames().contains("appConfigName"))
&& (!context.getParameterNames().contains("jdbcUrl"))
&& (!context.getParameterNames().contains("jdbcProperties"))) {
checker.setInvalidContext("The parameter 'jdbcUrl' is not defined. It must be set in one of these parameters: 'jdbcUrl' or 'credentials' or via the credentials parameter in an application configuration or via properties file.", null);
}
Expand Down

0 comments on commit d4e6902

Please sign in to comment.