Skip to content

Commit 8b1bee7

Browse files
committed
cleaning up i18n messages
1 parent 3f95478 commit 8b1bee7

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

core/src/main/python/wlsdeploy/tool/create/wlspolicies_helper.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,7 @@ def process_policies(self):
5555
self._logger.entering(class_name=self.__class_name, method_name=_method_name)
5656

5757
if self._wls_policies_map is not None:
58-
wls_helper = self._model_context.get_weblogic_helper()
5958
self._weblogic_policy_helper.update_xacml_authorizer(self._wls_policies_map)
60-
# if wls_helper is not None and wls_helper.is_weblogic_version_or_above('12.2.1'):
61-
# self._weblogic_policy_helper.update_xacml_authorizer(self._wls_policies_map)
62-
# else:
63-
# self._logger.warning('WLSDPLY-12603', '12.2.1.0.0', self._model_context.get_local_wls_version(),
64-
# class_name=self.__class_name, method_name=_method_name)
6559

6660
self._logger.exiting(class_name=self.__class_name, method_name=_method_name)
6761

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,8 +1534,11 @@ WLSDPLY-09339=Removing {0} from model deployment because the running application
15341534
also no targets in the model.
15351535
WLSDPLY-09340=Cannot create temporary directory for uploading resources for remote deployment; {0}
15361536
WLSDPLY-09341=Cannot deploy {0} {1}, SourcePath {2} with '-remote' option because it is in exploded format
1537-
WLSDPLY-09345={0} deployment {1} has an effective plan path of {2} which does not start with {3}
1538-
WLSDPLY-09346=Structured application {0} SourcePath {1} into archive does not conform to the pattern "{2}/<app-name>/app/*"
1537+
WLSDPLY-09342=NOT USED
1538+
WLSDPLY-09343=NOT USED
1539+
WLSDPLY-09344=NOT USED
1540+
WLSDPLY-09345=NOT USED
1541+
WLSDPLY-09346=NOT USED
15391542
WLSDPLY-09347=Model shared library {0} is missing the SourcePath attribute but no existing shared library has the \
15401543
exact same name but one or more possible matches {1} were found. Please update the model to either use the exact \
15411544
name of shared library or add the SourcePath.
@@ -1880,7 +1883,7 @@ WLSDPLY-12411=The model file specified ATP database info without oracle.net.tns_
18801883
not have wallet included
18811884
WLSDPLY-12412=The model file specified ATP database info without oracle.net.tns_admin directory and there is no \
18821885
archive specified
1883-
WLSDPLY-12413=The model file specified RCUDbInfo section but key {0} is None or missing. Required keys are {1}
1886+
WLSDPLY-12413=<EMPTY>
18841887
WLSDPLY-12414=Domain type {0} definition has RCU schemas defined so the {1} model attribute is required
18851888
WLSDPLY-12415=Domain type {0} definition has RCU schemas defined and the {1} argument was specified so the {2} model attribute is required
18861889
WLSDPLY-12416=The model file specified RCUDbInfo section but key {0} is None or missing.
@@ -1896,10 +1899,9 @@ WLSDPLY-12506={0} domain creation precheck failed. {1}
18961899

18971900
# wlspolicies_helper.py
18981901
WLSDPLY-12600=The policy {0} is invalid because the required {1} attribute is either missing or empty
1899-
WLSDPLY-12601=The policy {0} is invalid because the {1} attribute value {2} matches built-in policy {1} field value with a policy of {3}
1902+
WLSDPLY-12601=NOT USED
19001903
WLSDPLY-12602=The policy {0} is invalid because the {1} attribute value {2} matches the {1} field value of model policy {3}
1901-
WLSDPLY-12603=Unable to add WebLogic Policies from the model to the domain because it is only supported with \
1902-
WebLogic Server version {0} and above but WebLogic Server version {1} was found
1904+
WLSDPLY-12603=NOT USED
19031905

19041906
###############################################################################
19051907
# YAML/JSON messages (18000 - 18999) #

0 commit comments

Comments
 (0)