From 53c8cc7f42f83cab56c6d0ef253e9f59380af0e0 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 6 Jun 2016 13:12:42 +0000
Subject: [PATCH] SSDM-3687: Specify the order of the jython JARs in classpath.

SVN: 36635
---
 openbis/dist/server/register-master-data.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/dist/server/register-master-data.sh b/openbis/dist/server/register-master-data.sh
index 4cf18a3653c..2cbcbfb413c 100755
--- a/openbis/dist/server/register-master-data.sh
+++ b/openbis/dist/server/register-master-data.sh
@@ -23,5 +23,5 @@ LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib
 
 $JVM \
  -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog \
- -cp $LIB/\* \
+ -cp $LIB/jython-2.5.2.jar:$LIB/\* \
  ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MasterDataRegistrationScriptRunnerStandalone "$@"
-- 
GitLab