File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
python/wlsdeploy/tool/create
resources/oracle/weblogic/deploy/messages Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ WLSDPLY-12246=Adding custom extension template file {0} to domain
11701170WLSDPLY-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.
11721172WLSDPLY-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
11741174WLSDPLY-12250 =Domain bin ({0}) specified in the model but the archive file name was not provided
11751175WLSDPLY-12251 =Installing domain script {0} from archive to bin directory of {1}
11761176WLSDPLY-12252 =Copying domain script {0} to bin directory of {1}
You can’t perform that action at this time.
0 commit comments