weblogic 10.3.5 wlst ls() does not return attributes to a variabele
I'm using the wls 10.3.5 and wlst online.
When I try this (after connected):
a = ls('/Servers/tst_801_1', returnMap='true', returnType='a')
<the list gets printed on screen>
However:
print a
returns:
{CustomIdentityKeyStorePassPhraseEncrypted= ******}
I expected every attribute in here, not just one. When I repeat it with a Machine, I get an empty list.
Has anyone else experience this as well?
I already have created an SR for this, but maybe anyone else has this problem as well.
a = ls('/Servers/tst_801_1', returnMap='true', returnType='a')
<the list gets printed on screen>
However:
print a
returns:
{CustomIdentityKeyStorePassPhraseEncrypted= ******}
I expected every attribute in here, not just one. When I repeat it with a Machine, I get an empty list.
Has anyone else experience this as well?
I already have created an SR for this, but maybe anyone else has this problem as well.
0