Hello
In the process of porting Admin CLI test suite to v3.1 I found the
following test:
/export/hudson/workspace/lidia-v31-admincli-se1/glassfishv3/glassfish/bin/asadmin create-mbean --user admin --host asqe-xeon-1 --port 4848 --name foo testmbeans.dynamic.AllDatatypes
Deprecated syntax, instead use:
asadmin --port 4848 --host asqe-xeon-1 --user admin create-mbean [options] ...
Closest matching local and remote command(s):
create-domain
Command create-mbean failed.
Command create-mbean not found
Is this command gone permanently or temporarily?
Thanks
Lidia