quality@glassfish.java.net

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

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 12 Nov 2009 14:13:25 +0100

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