users@glassfish.java.net

Re: Is persistence-type="file" for webapp working?

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Wed, 06 Jun 2007 11:04:42 -0400

>And one more usability issue. When application is redeployed "availability-enabled" application parameter is always set to "false". This is very uncomfortable to set it by hand every time after redeploy. Is this also fixed by https://glassfish.dev.java.net/issues/show_bug.cgi?id=3066 ?
>
>
How did you redeploy the app?

Normally if you don't explicitly specify the "availability-enabled"
attribute during redeployment, the redeployment would take the default
value of "availability-enabled" which is false.

However, I noticed if redeploying through admin console, there is no
place to update attribute values. So it might make sense for the admin
console to remember the old attribute values and pass them in during
redeployment so the attribute values are retained during redeployment.
This will be the more user friendly behavior.

Thanks,

- Hong