Skip to content

Commit b3a682c

Browse files
authored
Clarify RCU message, reduce level to FINER (#556)
* JIRA-WDT-389 Clarify RCU message, reduce level to FINER * JIRA-WDT-389 Clarify RCU message further
1 parent fcc85a4 commit b3a682c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,9 @@ def __configure_fmw_infra_database(self):
815815
_method_name = '__configure_fmw_infra_database'
816816
self.logger.entering(class_name=self.__class_name, method_name=_method_name)
817817

818+
# only continue with RCU configuration for a JRF domain.
818819
if not self._domain_typedef.is_jrf_domain_type():
819-
self.logger.warning('WLSDPLY-12249')
820+
self.logger.finer('WLSDPLY-12249', class_name=self.__class_name, method_name=_method_name)
820821
return
821822

822823
has_atp = 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ WLSDPLY-12246=Adding custom extension template file {0} to domain
11701170
WLSDPLY-12247=WebLogic does not support targeting resources to dynamic servers. JRF product related resources \
11711171
will be targeted to the dynamic cluster using the applyJRF function.
11721172
WLSDPLY-12248=The server group(s) {0} will not be targeted to the Admin server or a configured manage server
1173-
WLSDPLY-12249=RCUDBInfo section is specified in the model but the domain type used is not JRF, RCU processing skipped
1173+
WLSDPLY-12249=Domain is not JRF, skipping database configuration
11741174
WLSDPLY-12250=Domain bin ({0}) specified in the model but the archive file name was not provided
11751175
WLSDPLY-12251=Installing domain script {0} from archive to bin directory of {1}
11761176
WLSDPLY-12252=Copying domain script {0} to bin directory of {1}

0 commit comments

Comments
 (0)