quality@glassfish.java.net

Re: excellent news + 1 bug

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Sat, 10 Oct 2009 19:51:07 -0400

Hi, Felipe
    This is what I tried from my end:

1. The initial deployment:
 hzhang_at_nmr:~/deployment$ asadmin deploy apps/stateless-simple.ear
Command deploy executed successfully.

2. The redeployment (with --force=true)
hzhang_at_nmr:~/deployment$ asadmin deploy --force=true
apps/stateless-simple.ear
Command deploy executed successfully.

I am not sure what's different here...

- Hong

Felipe Gaścho wrote:

>the command attempts:
>
>
>1) asadmin deploy --user $ASADMIN_USER target/arena-puj.ear (failed)
>
>2) asadmin --user $ASADMIN_USER deploy --force=true
>target/arena-puj.ear (failed)
>
>3) asadmin --user $ASADMIN_USER deploy --force=true --name
>arena-puj target/arena-puj.ear (succeed)
>
>
>The current script contains the commands for both versions (but since
>I am migrating to EclipseLink, soon I will remove the v2.1 commands)
>
>the script is here:
>
>http://kenai.com/projects/puj/sources/arena/content/arena-puj/setup.sh
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: quality-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: quality-help_at_glassfish.dev.java.net
>
>
>