From 65fe031758ac5bf752c3cd1152ad03aebd530af2 Mon Sep 17 00:00:00 2001 From: Benoit DUMONT Date: Sat, 5 Oct 2019 19:30:56 +0200 Subject: [PATCH] chore:source prepare the new 4.2 version and update database version to 1438 --- bin/02DeployApp.bat | 3 ++- bin/02DeployApp.sh | 3 ++- source/src/main/webapp/DatabaseMaintenance.jsp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/02DeployApp.bat b/bin/02DeployApp.bat index 5edb6bc69c..b75a134548 100644 --- a/bin/02DeployApp.bat +++ b/bin/02DeployApp.bat @@ -49,4 +49,5 @@ CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-3.11 CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.0 CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.1 -CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.1.war +CALL %GLASSFISHPATH%asadmin.bat undeploy --target server --cascade=true Cerberus-4.2 +CALL %GLASSFISHPATH%asadmin.bat deploy --target server --contextroot Cerberus --availabilityenabled=true %MYPATH%\..\Cerberus-4.2.war diff --git a/bin/02DeployApp.sh b/bin/02DeployApp.sh index 9a78019274..b1340e7a4f 100644 --- a/bin/02DeployApp.sh +++ b/bin/02DeployApp.sh @@ -49,4 +49,5 @@ $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.10 $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-3.11 $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.0 $GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.1 -$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.1.war +$GLASSFISHPATH/asadmin undeploy --target server --cascade=true Cerberus-4.2 +$GLASSFISHPATH/asadmin deploy --target server --contextroot Cerberus --availabilityenabled=true $MYPATH/../Cerberus-4.2.war diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index f64981627d..7c63e95167 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -64,7 +64,7 @@ // this is used in order to execute only 1 instruction at a time as it make take a lot of time to process. boolean SQLExecuted = false; // SQL that has version equal to SQLLimit will not be executed automatically. - Integer SQLLimit = 1420; // 4.1 Version LEVEL. + Integer SQLLimit = 1439; // 4.2 Version LEVEL. IFactoryMyversion factoryMyversion; try {