Skip to content

Commit 8830faa

Browse files
fixes for internationalizing messages (#1413)
* fixes for internationalizing messages * Update wlsdeploy_rb.properties
1 parent d68f488 commit 8830faa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ WLSDPLY-01640=NOT USED
332332
WLSDPLY-01641=Value {0} specified for -target argument does not resolve to a directory in WLSDEPLOY_HOME/lib/targets
333333
WLSDPLY-01642={0} is required and must be a directory for {1} {2}
334334
WLSDPLY-01643=-target {0} specified does not have the configuration file {1} in the file system
335-
WLSDPLY-01644=Target configuration file {0} is not formatted properly {1}
335+
WLSDPLY-01644=Target configuration file {0} is not formatted properly: {1}
336336
WLSDPLY-01646=Supplied OPSS wallet directory {0} was not valid: {1}
337337
WLSDPLY-01647=Supplied output directory {0} was not valid: {1}
338338
WLSDPLY-01648=Target configuration file {0} has invalid value {1} for {2}. Valid values are: {3}
@@ -441,7 +441,7 @@ WLSDPLY-01800=Updating role mapper file: {0}
441441
WLSDPLY-01801=Creating backup file: {0}
442442
WLSDPLY-01802=Updating role: {0}
443443
WLSDPLY-01803=Adding roles: {0}
444-
WLSDPLY-01804=Failed to convert role {0} with expression {1} because {2}
444+
WLSDPLY-01804=Failed to convert role {0} with expression {1}: {2}
445445
WLSDPLY-01805=Unexpected {0} during role mapper processing: {1}
446446

447447
# wlsdeploy/util/weblogic_helper.py
@@ -519,7 +519,7 @@ WLSDPLY-05018=Property {0} has an expected data type of {1} and an actual data t
519519
WLSDPLY-05019=Expected value of the {0} property at location {1} to be a {2} data type, but it was a {3}
520520
WLSDPLY-05020=Attribute {0} is not valid in model location {1}
521521
WLSDPLY-05021=Model location {0} references variable {1}, but no variables file was specified
522-
WLSDPLY-05022=Model location {0} references variable {1} that is not defined in {2}
522+
523523
WLSDPLY-05023=Value of attribute {0} at model location {1} has an unexpected data type: {2}
524524
WLSDPLY-05024=Attribute {0} in model location {1} references entry {2} that is not found in the archive file {3}
525525
WLSDPLY-05025=Attribute {0} in model location {1} references archive entry {2} but the archive file was not provided
@@ -685,7 +685,7 @@ WLSDPLY-06149=Additional attributes that are not in the LSA attributes for locat
685685
WLSDPLY-06150=Unable to determine if additional attributes are available for {0} at location {1} : {2}
686686
WLSDPLY-06151=Additional attribute {0} for model folder at location {1} requires getter on MBean instance
687687
WLSDPLY-06152=Attribute {0} for model folder at location {1} requires the CMO getter to retrieve the attribute value
688-
WLSDPLY-06153=Skipped discovery of attribute {0} for model folder at location {1} because {0} is not defined in the alias definitions
688+
689689
WLSDPLY-06154=Attribute {0} for model folder at location {1} is not in the lsa map and is not defined with get \
690690
to retrieve the attribute value
691691
WLSDPLY-06155=Attribute {0} value at location {1} replaced by token {2}
@@ -800,7 +800,7 @@ WLSDPLY-06423=Add the user override environment script files from the domain bin
800800
WLSDPLY-06424=Add user override script {0} to the archive file and entry {1] to the model domain info section
801801
WLSDPLY-06425=Look for user env override scripts using search pattern {0}
802802
WLSDPLY-06426=Unexpected exception occurred writing the domain bin user overrides file {0} to the archive : {1}
803-
WLSDPLY-06427=Will not collect domainBin user override scripts for -target command line options.
803+
WLSDPLY-06427=Will not collect domain bin user override scripts for -target command line options.
804804

805805
# global_resources_discoverer.py
806806
WLSDPLY-06440=Discover Global Resources from the domain
@@ -1149,7 +1149,7 @@ WLSDPLY-09015={0} deployment failed: {1}
11491149
WLSDPLY-09016=There are outstanding changes but -discard_current_edit has been specified, all changes have been \
11501150
discarded before processing update.
11511151
WLSDPLY-09017=NOT USED
1152-
WLSDPLY-09018=Online update has been canceled because the flag cancel_changes_if_restart_required is set and the update requires restart: {0}
1152+
WLSDPLY-09018=Online update has been canceled because the argument -cancel_changes_if_restart_required is set and the update requires restart: {0}
11531153
WLSDPLY-09019=Acquiring online edit lock with acquire timeout value of {0}, release timeout value of {1}, and exclusive value of {2}
11541154

11551155
# wlsdeploy/tool/deploy/deployer_utils.py
@@ -1601,7 +1601,7 @@ WLSDPLY-19030=Failed to get the model attribute list that use path tokens for mo
16011601
at location ({1}): {2}
16021602
WLSDPLY-19031=Failed to determine if the model attribute name {0} at location ({1}) is valid: {2}
16031603
WLSDPLY-19032=Failed to get the default value for model attribute {0} at location ({1}): {2}
1604-
WLSDPLY-19033=Failed to determine if location ({0}) is version valid, or not
1604+
WLSDPLY-19033=Failed to determine if location ({0}) is valid for this version of WebLogic Server
16051605
WLSDPLY-19034=Failed to get the model attribute list that require a special processing via a method for model \
16061606
folder ({0}) at location ({1}): {2}
16071607
WLSDPLY-19035=Failed to determine if the location ({0}) allows custom folder types: {1}
@@ -1630,7 +1630,7 @@ WLSDPLY-19205=Unable to find folder {0} in location {1}
16301630
WLSDPLY-19206=Unable to locate partition work manager {0} for partition {1}
16311631
WLSDPLY-19207=Unable to locate resource manager {0} for partition {1}
16321632
WLSDPLY-19208=Unable to locate log filter {0} for log at location {1}
1633-
WLSDPLY-19209=Assign {0} {1} to {2} {3}
1633+
16341634
WLSDPLY-19210={0} {1} not found in location {2}
16351635
WLSDPLY-19211=Setting attribute {0} with model value {1} to value {2} in location {3}
16361636

@@ -1761,7 +1761,7 @@ WLSDPLY-20019=Filter entry in {0} has neither ID or path
17611761
WLSDPLY-20020=Filter ID {0} is invalid
17621762
WLSDPLY-20021=Filter path {0} does not exist
17631763
WLSDPLY-20022=Error loading filter path {0}: {1}
1764-
WLSDPLY-20023={0} unable to add model file {1} to archive as {2}: {3}
1764+
17651765
WLSDPLY-20024={0} failed to persist the model to the archive file {1}: {2}
17661766
WLSDPLY-20025=For {0}, specify the {1} or {2} argument, but not both
17671767
WLSDPLY-20026={0} failed to find a model file in archive {1}, and {2} argument not specified

0 commit comments

Comments
 (0)