users@glassfish.java.net

Re: How to use JSF 1.2 on Glassfish v3

From: <glassfish_at_javadesktop.org>
Date: Sun, 13 Dec 2009 05:25:43 PST

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