Skip to content
Snippets Groups Projects
Commit b08a5591 authored by jakubs's avatar jakubs
Browse files

SSDM-3510 add explicite declaration of jython 2.7

SVN: 36202
parent e214fec9
No related merge requests found
......@@ -38,7 +38,8 @@ public class JythonEvaluatorSpringComponent
Evaluator.setFactory(new Jython25EvaluatorFactory());
} else
{
throw new BeanInitializationException("The jython-version property must be specified. Since version 16.04 ");
throw new BeanInitializationException(
"The jython-version property must be specified in service.properties - possible values are 2.5 and 2.7. Since openBIS version 16.04 recommended jython version is 2.7.");
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment