To tentando configurar o Jetty com JSF,Facelets,Richfaces e Hibernate. soh que toda vez que eu tento rodar a aplicação ele dispara essa exceção. Se alguem tiver conseguido resolver ou puder me dar uma luz…
segue ai o log gerado pelo Jetty
java.lang.UnsupportedOperationException
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.application.ApplicationImpl.newConverter(ApplicationImpl.java:1050)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.application.ApplicationImpl.createConverter(ApplicationImpl.java:704)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.config.ConfigureListener.verifyObjects(ConfigureListener.java:1340)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:415)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:530)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1218)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.Server.doStart(Server.java:210)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
INFO | jvm 1 | 2008/01/25 09:59:05 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2008/01/25 09:59:05 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2008/01/25 09:59:05 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2008/01/25 09:59:05 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.start.Main.invokeMain(Main.java:183)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.start.Main.start(Main.java:497)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.start.Main.main(Main.java:115)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.win32service.JettyServiceWrapperListener.start(JettyServiceWrapperListener.java:33)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
INFO | jvm 1 | 2008/01/25 09:59:05 | 25/01/2008 09:59:05 com.sun.faces.config.ConfigureListener verifyObjects
INFO | jvm 1 | 2008/01/25 09:59:05 | WARNING: One or more configured application objects cannot be created. See your web application logs for details.
INFO | jvm 1 | 2008/01/25 09:59:05 | 2008-01-25 09:59:05.625::WARN: Failed startup of context org.mortbay.jetty.webapp.WebAppContext@146ee9c{/zootecno,jar:file:/C:/jetty-6.1.3/webapps/zootecno.war!/}
INFO | jvm 1 | 2008/01/25 09:59:05 | javax.faces.FacesException: One or more configured application objects cannot be created. See your web application logs for details.
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.config.ConfigureListener.verifyObjects(ConfigureListener.java:1403)
INFO | jvm 1 | 2008/01/25 09:59:05 | at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:415)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:530)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1218)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.Server.doStart(Server.java:210)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
INFO | jvm 1 | 2008/01/25 09:59:05 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2008/01/25 09:59:05 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2008/01/25 09:59:05 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 1 | 2008/01/25 09:59:05 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.start.Main.invokeMain(Main.java:183)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.start.Main.start(Main.java:497)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.start.Main.main(Main.java:115)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.mortbay.jetty.win32service.JettyServiceWrapperListener.start(JettyServiceWrapperListener.java:33)
INFO | jvm 1 | 2008/01/25 09:59:05 | at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)