i have a WAR w/ JSF 1.2_13 bundled. i have the sun-web.xml below
included. in the startup logs, i see,
/[#|2009-11-25T12:30:49.562-0800|WARNING|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=Timer-13;useBundledJsf;true;_RequestID=f3da814e-6050-49bc-a17b-d30abb6dcc4f;|WEB0110:
Ignoring invalid property [useBundledJsf] = [true]|#]/
and then,
/[#|2009-11-25T12:30:52.328-0800|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=Timer-13;/opensso;|Initializing
Sun's JavaServer Faces implementation (*1.2_04-b20-p03*) for context
'/opensso'|#]
<?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>
<class-loader delegate="false"/>
<property name="useBundledJsf" value="true"/>
</sun-web-app>/
--