quality@glassfish.java.net

Re: Few samples fail to deploy in the latest nightly build of GlassFish

From: Judy Tang <Judy.J.Tang_at_Sun.COM>
Date: Thu, 12 Nov 2009 22:55:06 -0800

Hi Richard,

Thanks for spending time to simplify the tests and attach to the issue.
This
is a big help, can't be better :-)

Judy

Richard Kolb wrote:
> Hi Paul
>
> There is a sample maven app attached to my bug :
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=10992
>
> regards
> Richard
>
> 2009/11/12 Paul Sandoz <Paul.Sandoz_at_sun.com <mailto:Paul.Sandoz_at_sun.com>>
>
> Hi Richard,
>
> Note that the samples Naresh pointed to do not utilize JSF.
>
> The bookmark sample uses some JPA features. And the bookstore
> sample uses JSP features. I dunno what is common to both that is
> causing the same deployment failure.
>
> Paul.
>
> On Nov 12, 2009, at 10:55 AM, Richard Kolb wrote:
>
>> Hi Naresh
>>
>> It seems this is needed to recreate :
>> Add a JSF backing bean like mine
>>
>>
>> @ManagedBean(name="loadReduction")
>> @SessionScoped
>> public class LoadReductionBackingBean {
>> }
>>
>> regards
>> Richard.
>>
>