[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with JSF 1.2 RI and Facelets on JBoss 4.0.4

mjais do-not-reply at jboss.com
Sat Jan 13 14:51:11 EST 2007


Hello

I want to use JSF 1.2 reference implementation  + facelets (instead of JSP) on JBoss 4.0.4.

I have setup my own class loader in jboss-app.xml (it is an ear file) but I get this error messages:

INFO: JSF1018: [scheduler] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'client'
20:40:06,388 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1018: [scheduler] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.xhtml'
20:40:06,388 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1018: [scheduler] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
20:40:06,389 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1018: [scheduler] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
20:40:06,389 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1018: [scheduler] Configuration option 'com.sun.faces.responseBufferSize' set to '4096'
20:40:06,390 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1018: [scheduler] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
20:40:06,390 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.validateXml' - ENABLED
20:40:06,391 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.verifyObjects' - ENABLED
20:40:06,392 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
20:40:06,392 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.disableVersionTracking' - DISABLED
20:40:06,393 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
20:40:06,393 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
20:40:06,394 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.WebConfiguration 
INFO: JSF1021: [scheduler] Configuration option 'com.sun.faces.compressViewState' - DISABLED
20:40:06,400 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Sun's JavaServer Faces implementation (1.2_01-NIGHTLY_20060603) for context 'scheduler'
20:40:06,723 ERROR [STDERR] Jan 13, 2007 8:40:06 PM com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1033: Resource injection is DISABLED.
20:40:07,053 ERROR [STDERR] Jan 13, 2007 8:40:07 PM com.sun.faces.config.ConfigureListener isJspTwoOne
WARNING: Incorrect JSP version found, method getJspApplicationContext does not exist.
20:40:07,057 ERROR [STDERR] Jan 13, 2007 8:40:07 PM com.sun.faces.config.ConfigureListener contextInitialized


it seems that is got initialized, but processing the facelets pages does not work. the pages can not be found.
I once got it working on 4.0.3 with the same projects.
any idea what's wrong here ?

Markus




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001366#4001366

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001366



More information about the jboss-user mailing list