On Jan 3, 2008, at 11:08 AM, Andreas Fischer wrote:

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.

I've added a bug report for this at http://bugs.caucho.com/view.php? id=2287

You can delete the resin/lib/jsf-12.jar and use another JSF provider.

-- Scott


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?
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to