We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5661d0 + 2acacc7 commit bac95caCopy full SHA for bac95ca
core/src/main/python/wlsdeploy/aliases/aliases.py
@@ -1632,7 +1632,7 @@ def get_model_type_and_name(self, location):
1632
key = folders[-1]
1633
1634
name = None
1635
- if self.supports_multiple_mbean_instances(location):
+ if (not self.is_artificial_type_folder(location)) and self.supports_multiple_mbean_instances(location):
1636
token = self.get_name_token(location)
1637
if token is not None:
1638
name = location.get_name_for_token(token)
0 commit comments