webtier@glassfish.java.net

Re: [webtier] WEB-INF/lib/jsf_impl.jar ignored by Sun Application Server 9.1_02

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Thu, 21 Jan 2010 10:08:07 -0800

On 01/21/10 10:01 AM, Jim Driscoll wrote:
> Dumb question, but...
>

Not at all!

> Could you also say:
>
> <sun-web-app>
> <class-loader delegate="false"/>
> <property name="useBundledJsf" value="true" />
> </sun-web-app>

Yes, "useMyFaces" and "useBundledJsf" are used synonymously,
but support for the latter was only added in more recent releases
(as in v2.1.1 and v3).

Jan

>
> ?
>
> Jim
>
> On 1/21/10 9:46 AM, Jan Luehe wrote:
>> <sun-web-app>
>> <class-loader delegate="false"/>
>> <property name="useMyFaces" value="true"/>
>> </sun-web-app>