Skip to content

Commit b35bce6

Browse files
committed
WDT-33 add domain_type checks and default to WLS if not specified
1 parent 58961f7 commit b35bce6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

installer/src/main/bin/createDomain.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ IF DEFINED DOMAIN_TYPE (
227227
)
228228
)
229229

230-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
230+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
231231
SET RETURN_CODE=98
232232
GOTO exit_script
233233

installer/src/main/bin/deployApps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ IF DEFINED DOMAIN_TYPE (
224224
)
225225
)
226226

227-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
227+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
228228
SET RETURN_CODE=98
229229
GOTO exit_script
230230

installer/src/main/bin/discoverDomain.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ IF DEFINED DOMAIN_TYPE (
212212
)
213213
)
214214

215-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
215+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
216216
SET RETURN_CODE=98
217217
GOTO exit_script
218218

installer/src/main/bin/encryptModel.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ IF DEFINED DOMAIN_TYPE (
221221
)
222222
)
223223

224-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
224+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
225225
SET RETURN_CODE=98
226226
GOTO exit_script
227227

installer/src/main/bin/injectVariables.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ IF DEFINED DOMAIN_TYPE (
215215
)
216216
)
217217

218-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
218+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
219219
SET RETURN_CODE=98
220220
GOTO exit_script
221221

installer/src/main/bin/updateDomain.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ IF DEFINED DOMAIN_TYPE (
224224
)
225225
)
226226

227-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
227+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
228228
SET RETURN_CODE=98
229229
GOTO exit_script
230230

installer/src/main/bin/validateModel.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ IF DEFINED DOMAIN_TYPE (
211211
)
212212
)
213213

214-
ECHO Domain type "%DOMAIN_TYPE%" not recognized by shell script. Valid values are: WLS, JRF, RestrictedJRF
214+
ECHO Wrong domain type specified "%DOMAIN_TYPE%": valid values are "WLS|JRF|RestrictedJRF"
215215
SET RETURN_CODE=98
216216
GOTO exit_script
217217

0 commit comments

Comments
 (0)