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):
815
815
_method_name = '__configure_fmw_infra_database'
816
816
self .logger .entering (class_name = self .__class_name , method_name = _method_name )
817
817
818
+ # only continue with RCU configuration for a JRF domain.
818
819
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 )
820
821
return
821
822
822
823
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
1170
1170
WLSDPLY-12247 =WebLogic does not support targeting resources to dynamic servers. JRF product related resources \
1171
1171
will be targeted to the dynamic cluster using the applyJRF function.
1172
1172
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
1174
1174
WLSDPLY-12250 =Domain bin ({0}) specified in the model but the archive file name was not provided
1175
1175
WLSDPLY-12251 =Installing domain script {0} from archive to bin directory of {1}
1176
1176
WLSDPLY-12252 =Copying domain script {0} to bin directory of {1}
You can’t perform that action at this time.
0 commit comments