admin@glassfish.java.net

cluster/cli vs. clister/admin

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Tue, 29 Jun 2010 21:47:29 -0700

Apparently there's been some confusion between the cluster/cli and
cluster/admin modules.

The cluster/cli module is intended to contain only *local* asadmin
commands. This module should *never* be loaded by the server.

The cluster/admin module is intended to contain (among other things)
the *remote* admin commands that run in the server.

There's a bunch of remote admin commands in the cluster/cli module:

CopyConfigCommand
DeleteConfigCommand
ListClustersCommand
ListConfigsCommand

Would someone please move these commands to the cluster/admin module
where they belong? Of course, they should also be in the
com.sun.enterprise.v3.admin.cluster package.

Thanks.