You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: os-eap-migration/added/launch/openshift-migrate-common.sh
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
#!/bin/sh
2
2
# Openshift EAP common migration script
3
3
4
-
source${JBOSS_HOME}/bin/launch/launch.sh
5
4
source${JBOSS_HOME}/bin/probe_common.sh
6
5
source /opt/partition/partitionPV.sh
7
6
@@ -15,9 +14,6 @@ function runMigration() {
15
14
16
15
cp -f ${STANDALONE_XML_COPY}${STANDALONE_XML}
17
16
18
-
# exposed by wildfly-cekit-modules
19
-
configure_server
20
-
21
17
echo"Running $JBOSS_IMAGE_NAME image, version $JBOSS_IMAGE_VERSION"
22
18
23
19
local txOptions="-Dcom.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.recoveryBackoffPeriod=1 -Dcom.arjuna.ats.arjuna.common.RecoveryEnvironmentBean.periodicRecoveryPeriod=1 -Dcom.arjuna.ats.jta.common.JTAEnvironmentBean.orphanSafetyInterval=1"
0 commit comments