users@glassfish.java.net

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

From: <Jan.Luehe_at_Sun.COM>
Date: Wed, 06 Jun 2007 09:20:14 -0700

glassfish_at_javadesktop.org wrote:

>Yes, the problem was with class serialization and we've solve it.
>
>

Great!

>So as I understand starting from build 49 there is no need to set availability-enabled="true" for application:
><j2ee-application availability-enabled="true" directory-deployed="false" enabled="true" java-web-start-enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/KEApplication" name="KEApplication" object-type="user"/>
>?
>Is it done out of box now?
>
>

In order to use file persistence, you no longer need to set
availability-enabled="true"
for your webapp.

This setting continues to be required for all other session persistence
types, though.


Jan

>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 ?
>
>Thank you.
>[Message sent by forum member 'hazurek' (hazurek)]
>
>http://forums.java.net/jive/thread.jspa?messageID=220795
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>