atom feed13 messages in net.java.dev.glassfish.adminRe: New CLI
FromSent OnAttachments
Byron NevinsJun 29, 2009 10:59 am 
Lloyd ChambersJun 29, 2009 4:56 pm 
Bill ShannonJun 29, 2009 5:08 pm 
Sreenivas MunnangiJun 29, 2009 7:21 pm 
Bill ShannonJun 30, 2009 12:13 pm 
Paul DaviesJun 30, 2009 1:30 pm 
Bill ShannonJun 30, 2009 3:28 pm 
Paul DaviesJun 30, 2009 4:13 pm 
Kedar MhaswadeJul 1, 2009 6:59 am 
Tim QuinnJul 2, 2009 2:50 pm 
Byron NevinsJul 2, 2009 3:40 pm 
Tim QuinnJul 2, 2009 3:46 pm 
Bill ShannonJul 2, 2009 7:06 pm 
Subject:Re: New CLI
From:Byron Nevins (Byro@Sun.COM)
Date:Jul 2, 2009 3:40:05 pm
List:net.java.dev.glassfish.admin

Are you sure? QL passes. Doesn't QL use the --upload arg?

Tim Quinn wrote:

Bill Shannon wrote:

Byron Nevins wrote on 06/29/09 11:00:

To start using the new CLI just set this environmental variable semi-permanently

ASADMIN_NEW=true

It looks as if file uploading is broken during deployment.

The definition of the DeployCommandParameters (extended by DeployCommand and ReDeployCommand) does not include --upload. (That used to be detected by the old admin CLI client which took some other actions.) So the CLI rejects --upload on the deploy command now.

What's the fix in the new scheme?