quality@glassfish.java.net

Re: Early v3 Milestone 2 Testing Report

From: lidia <lidia_at_sun.com>
Date: Wed, 20 Feb 2008 19:32:41 -0800

Correction to the bug numbers:

    * 4244 <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4224>
      auto undeploy does not work

should be 4224 <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4224>

    * 4277 <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4277>
      V2 options that cause commands to fail

should be 4227 <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4227>


In addition, one more bug was logged:

    * 4223
      <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4223>undeployment
      of simple war fails

Basically if you deploy a WAR with default options, you may have to
undeploy it twice, to have the undeploy go through properly. If you use
"upload=false" when deploying your WAR, undeploy works fine the first
time around.

lidia

Deepa Singh wrote:
> Hi All,
> Here is milestone 2 report from QA for GlassFish v3 build. Build is in
> usable condition, so if some one wants to get their hands dirty with
> v3 build and play around, QA team would recommend Milestone 2 build.
> There would be a detailed report tomorrow but meanwhile, this is quick
> status.
>
> * asadmin start-domain stop-domain works fine (commands to start
> and stop server)
> * JSP and Servlet support is enabled
> * WAR deployment is working on command line using "asadmin deploy"
> option. --upload="true" and --upload="false" options are
> supported as well
> o ${glassfish.home}/bin/asadmin deploy hellojsp.war works
> o ${glassfish.home}/bin/asadmin undeploy hellojsp works
> * WAR deployment is working through REST API also i.e for example,
> below URL works fine
> o http://localhost.sfbay:8080/__asadmin/deploy?path=hellojsp.war?name=hello?upload=false
> * Both REST API and asadmin command line option work with complete
> pathname of archive
> * Basic autodeployment works
> * Struts is supported ( This test is now part of v3 QuickLook)
> * JRuby application is working fine (provided JRuby l1.0.3
> location is specified in ${glassfish.home}/config/asenv.conf.
> * Java Persistence API is working in WAR with manual dropping of
> persistence jars ( toplink-essentials.jar) in lib directory
>
> Following bugs were filed on M2 build
>>
>> * 4244
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4224>
>> auto undeploy does not work
>> * 4225
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4225>
>> auto deployment of exploded WAR does not work
>> * 4277
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4277> V2
>> options that cause commands to fail
>> * 4238
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4238>
>> deployment fails for comet samples
>> * 4197
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4197>
>> System.out.println() in servlet is not shown in server.log
>> * 4198
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4198>
>> Java process is sometimes left from asadmin stop-domain
>> * 4229
>> <https://glassfish.dev.java.net/issues/show_bug.cgi?id=4229>
>> NamingException: Unable to lookup resource
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: quality-unsubscribe_at_glassfish.dev.java.net For
> additional commands, e-mail: quality-help_at_glassfish.dev.java.net