dev@glassfish.java.net

properties not an option anymore for deploy command?

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Sun, 26 Apr 2009 09:39:39 -0700

I see this from NB which is using
http://localhost:4848/__asadmin/deploy?path=/Users/ludo/acvs/ndc/WebApplication3/build/web&name=WebApplication3&force=true&properties=keepSessions=true

Error is:
Exit Code : FAILURE
Invalid option: properties
Usage: deploy [--virtualservers virtual_servers] [--contextroot
context_root] [--force=false] [--precompilejsp=false] [--name
component_name] [--upload=true] [--enabled=true] [--libraries
jar_file[(pathseparator)jar_file]*] [--property
(name=value)[:name=value]*] file_archive| filepath

But
http://localhost:4848/__asadmin/deploy?path=/Users/ludo/acvs/ndc/WebApplication3/build/web&name=WebApplication3&force=true

works...

Regression? Change in deploy backend? Bug in NB?

Ludo