Skip to content

Commit 00a1f04

Browse files
Fix message problem for exception during offline discover 10.3.6 (#796)
1 parent dac1eb7 commit 00a1f04

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

core/src/main/python/wlsdeploy/tool/discover/discoverer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ def _discover_artificial_folder(self, model_subfolder_type, location, name_token
411411
default_list = list()
412412
if names is not None:
413413
for name in names:
414+
location.add_name_token(name_token, name)
414415
massaged = self._inspect_artificial_folder_name(name, location)
415416
location.add_name_token(name_token, massaged)
416417
artificial = self._get_artificial_type(location)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,9 @@ WLSDPLY-06200=Unable to get the Security Realm Provider location {0} in version
591591
The SecurityConfiguration will not be added to the model. Check that the schematype jar has been generated. \
592592
The work-around is to \
593593
manually add the Security Configuration to the model or to discover the domain in online mode : {2}.
594-
WLSDPLY-06201=Invalid Security Provider name "{0}" found for provider type at location {1}
594+
WLSDPLY-06201=Invalid Security Provider name "{0}" found for provider type at location {1}. Unable to \
595+
discover Provider using offline in versions prior to 12C. Run the discover tool in online mode
596+
595597

596598
# resources_discoverer.py
597599
WLSDPLY-06300=Discovering domain model resources

0 commit comments

Comments
 (0)