quality@glassfish.java.net

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

From: Richard Kolb <rjdkolb_at_gmail.com>
Date: Fri, 13 Nov 2009 08:21:41 +0200

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>

> 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.
>
>