File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
python/wlsdeploy/tool/create
resources/oracle/weblogic/deploy/messages Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ def __run_rcu(self):
246
246
java_home = self .model_context .get_java_home ()
247
247
248
248
if RCU_DB_INFO in self .model .get_model_domain_info ():
249
+
249
250
rcu_properties_map = self .model .get_model_domain_info ()[RCU_DB_INFO ]
250
251
rcu_db_info = RcuDbInfo (self .alias_helper , rcu_properties_map )
251
252
@@ -807,6 +808,10 @@ def __configure_fmw_infra_database(self):
807
808
_method_name = '__configure_fmw_infra_database'
808
809
self .logger .entering (class_name = self .__class_name , method_name = _method_name )
809
810
811
+ if not self ._domain_typedef .is_jrf_domain_type ():
812
+ self .logger .warning ('WLSDPLY-12249' )
813
+ return
814
+
810
815
has_atp = 0
811
816
# For ATP databases : we need to set all the property for each datasource
812
817
# load atp connection properties from properties file
Original file line number Diff line number Diff line change @@ -1133,6 +1133,7 @@ WLSDPLY-12246=Adding custom extension template file {0} to domain
1133
1133
WLSDPLY-12247 =WebLogic does not support targeting resources to dynamic servers. JRF product related resources \
1134
1134
will be targeted to the dynamic cluster using the applyJRF function.
1135
1135
WLSDPLY-12248 =The server group(s) {0} will not be targeted to the Admin server or a configured manage server
1136
+ WLSDPLY-12249 =RCUDBInfo section is specified in the model but the domain type used is not JRF, RCU processing skipped
1136
1137
1137
1138
# domain_typedef.py
1138
1139
WLSDPLY-12300 ={0} got the domain type {1} but the domain type definition file {2} was not valid: {3}
You can’t perform that action at this time.
0 commit comments