-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
The function listProxySettings() cannot possibly work and should be removed. It doesn't make sense to pass type ProxySettings to getObjectNameList():
def listProxySettings():
"""Returns list of names of all ProxySettings objects"""
return getObjectNameList( 'ProxySettings' )
The type ProxySettings does not have attribute name:
'name String' in _splitlines(AdminConfig.attributes( 'ProxySettings' ))
0
And therefore getObjectNameList() will always throw an exception:
com.ibm.ws.scripting.ScriptingException: WASX7080E: Invalid attributes specified for type "ProxySettings" -- "name"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels