dev@glassfish.java.net

Re: properties not an option anymore for deploy command?

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

On 4/26/09 4:35 PM, Ludovic Champenois wrote:
> On 4/26/09 4:22 PM, Hong Zhang wrote:
>> Hi, Ludo
>>
>>> 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
>>>
>>>
>> You should use "property" instead of "properties":
>> http://localhost:4848/__asadmin/deploy?path=/Users/ludo/acvs/ndc/WebApplication3/build/web&name=WebApplication3&force=true&property=keepSessions=true
>>
>>
>> Was the "properties" working before? As far as I know, it was
>> "property" instead of "properties" since v2?
> Weird... property works, but we have been using properties in Eclipse
> and NetBeans up to now...
> We can change but can we track the change that triggered this?
> Thanks,
> Ludo
>

Spoke too soon:
properties work with v3 prelude, not recent v3
property work with very recent v3, not v3 prelude or v3 up to March...
So there is definitely a change which is incompatible there.
Ludo