dev@glassfish.java.net

Re: recent change in http adapter behavior

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Thu, 7 Jul 2011 17:40:20 -0500

On Jul 7, 2011, at 5:20 PM, vince kraemer wrote:

> Hi all,
>
> I have been looking at http://netbeans.org/bugzilla/show_bug.cgi?id=199956
> .
>
> It seems like the http adapter has changed the way it responds to
> deploy commands between 3.1 and 3.1.1 build 10...
>
> That is bad... but not the end of the world I guess.
A fix to 14442 as requested by the GUI team required this.

>
> I had a question about the "exit-code" that gets send back via the
> http adapter...
>
> is it localized or will it always be OneOf('SUCCESS', 'WARNING',
> 'ERROR')?
These are determined not by the adapter but by the "action reporter"
which stores and formats information about the command, its substages,
and their outcomes.

My guess is that these strings will not change. Byron?

- Tim
>
> Thanks,
> vbk
>