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: core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -340,11 +340,13 @@ WLSDPLY-05029={0} is not one of the attribute names allowed in model location {1
340
340
WLSDPLY-05030=Model location {0} uses variable {1} to represent the name of a model subfolder or attribute. \
341
341
Substitution variables can only be used for folder instance names and attribute values.
342
342
WLSDPLY-05031=Attribute {0} in model location {1} references a relative file location {2}. This makes the model \
343
-
subject to failure unless the tool in voked from the correct location to resolve the relative path to the file. \
343
+
subject to failure unless the tool invoked from the correct location to resolve the relative path to the file. \
344
344
It is recommended to use a path token if the absolute path is expected to change between systems.
345
345
WLSDPLY-05032=Attribute {0} in model location {1} should be a dictionary but was a {2}
346
346
WLSDPLY-05033=Attribute {0} in model location {1} should be a string but was a {2}
347
347
WLSDPLY-05034=The value for attribute {0} in model location {1} should be a string or a list but was a {2}
348
+
WLSDPLY-05035=The {0} attribute with value {1} in model location {2}, should be a string but was a {3}
349
+
WLSDPLY-05036=Attribute {0} in model location {1}, uses the {2} macro expression for an integer or references to other another server template configuration element. The Oracle documentation for server templates, cites this as being not supported.
0 commit comments