quality@glassfish.java.net

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

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Fri, 13 Nov 2009 09:56:51 -0800

Hi Richard,

I've been trying to further simplify your test webapp attached to IT
10992 <https://glassfish.dev.java.net/issues/show_bug.cgi?id=10992>
and incorporate it into a unit test, so that the kind of regression
we've been
seen won't go unnoticed before any future promotions.

I've come up with the attached test.war, but for some reason, I'm unable
to reproduce the error when I deploy it.

Could you please take a look and let me know what the app is missing
in order to trigger the error?

Thanks a lot,

Jan

On 11/12/09 22:55, Judy Tang wrote:
> 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.
>>>
>>