Mantis - Resin
Viewing Issue Advanced Details
2287 minor always 01-03-08 13:37 01-03-08 15:43
ferg  
ferg  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002287: JSF .tld issues
(rep by Andreas Fischer)

I try to use visual JSF included in Netbeans or IceFaces with Resin.
For both I get error messages just trying to deploy the examples.

The error messages are for visual JSF:
/META-INF/faces-config.xml:13: <el-resolver> is an unexpected tag (parent
<application> starts at 11).

11: <application>
12: <el-resolver>com.sun.webui.jsf.faces.DataProviderELResolver</el-resolver>
13: <el-resolver>com.sun.webui.jsf.faces.ThemeELResolver</el-resolver>
14: </application>
15: <component>

 Check for duplicate and out-of-order tags.
<application> syntax: (@id? & <action-listener>? & <default-render-kit-id>?
& <message-bundle>? & <navigation-handler>? & <view-handler>? & <state-manager>?
& <el-resolver>? & <property-resolver>? & <variable-resolver>? & <locale-config>?
& <resource-bundle>* & <application-extension>*)
And for IceFaces:
/META-INF/faces-config.xml:166: <render-kit> is an unexpected tag (parent
<faces-config> starts at 7).

164: </component>
165:
166: <render-kit>
167: <renderer>
168: <component-family>javax.faces.Output</component-family>

 Check for duplicate and out-of-order tags.
<faces-config> syntax: (@id? & @version? & <application>? & <factory>?
& <component>* & <converter>* & <lifecycle>* & <managed-bean>* & <navigation-rule>*
& <referenced-bean>* & <render-kit>? & <validator>* & <faces-config-extension>*)

Is there any way to make those frameworks works under Resin?

Notes
(0002617)
ferg   
01-03-08 15:43   
jsf/4215, jsf/4605