users@glassfish.java.net

Re: How to use JSF 1.2 on Glassfish v3

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Sun, 13 Dec 2009 10:06:03 -0800

Since 2.0 *should* be fully backward compatible, can I ask what your
usecase is for needing this?

Jim

On 12/13/09 5:25 AM, glassfish_at_javadesktop.org wrote:
> Hi,
>
> I am trying to run JSF 1.2 app (ICEfaces 1.8.2) on just released Sun Glassfish Enterprise Server v3 with no success.
>
> Here is my sun-web.xml:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD GlassFish
> Application Server 3.0 Servlet 3.0//EN"
> "http://www.sun.com/software/appserver/dtds/sun-web-app_3_0-0.dtd">
> <sun-web-app error-url="">
> <class-loader delegate="false">
> <property name="useBundledJsf" value="true"/>
> </class-loader>
> </sun-web-app>
>
> I have put mojarra-1.2_12 jsf-api.jar and jsf-impl.jar to applications WEB-INF/lib folder. Everytime I deploy the app to server, I get log: Initializing Mojarra 2.0.2 (FCS b10). So, it is not loading JSF 1.2 implementation.
>
> Is there anything else I must do to get this working?
>
> Thank's for the answers.
> [Message sent by forum member 'weba' ]
>
> http://forums.java.net/jive/thread.jspa?messageID=376265
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>