Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 50658 invoked from network); 30 Oct 2006 17:47:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 17:47:39 -0000 Received: (qmail 1723 invoked by uid 500); 30 Oct 2006 17:47:48 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 1683 invoked by uid 500); 30 Oct 2006 17:47:48 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 1647 invoked by uid 99); 30 Oct 2006 17:47:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 09:47:48 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of eduardopichler@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 09:47:34 -0800 Received: by ug-out-1314.google.com with SMTP id j3so1118454ugf for ; Mon, 30 Oct 2006 09:47:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=leGT3nlqEZFqTXSdU1HFLbDXeE/Ww06AD7Gq6KjgTDWKFw+NT3H1Kkclh973KVfuDWpzmKAYzPE8Oifl0sbBWrOQnbK7jO4aqNOn/BULsqZOOzPI7k1l//B5oca9QpCbcZQcpeq3l3yJNyXt1cUPxzYCpBhqCADQYpdQt+GzSxc= Received: by 10.67.119.9 with SMTP id w9mr4605181ugm; Mon, 30 Oct 2006 09:47:12 -0800 (PST) Received: by 10.67.10.15 with HTTP; Mon, 30 Oct 2006 09:47:11 -0800 (PST) Message-ID: <6175a27a0610300947h675653dbw3ac2221472826455@mail.gmail.com> Date: Mon, 30 Oct 2006 15:47:11 -0200 From: Dudu Reply-To: eduardopichler@yahoo.com.br Sender: eduardopichler@gmail.com To: "MyFaces Discussion" Subject: Re: Problems with Myfaces and ADF Faces to run on maven In-Reply-To: <71235db40610300943h54bf93b4ia09a76b405369898@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21392_6681200.1162230431539" References: <6175a27a0610300439i64f44e8dxb412232f76866978@mail.gmail.com> <71235db40610300848o5426a27asb5c275b38fbb8522@mail.gmail.com> <6175a27a0610300919h5df2c56cg960e5e5b42cfaf0b@mail.gmail.com> <6175a27a0610300930t6c265036g6b27308681685872@mail.gmail.com> <71235db40610300943h54bf93b4ia09a76b405369898@mail.gmail.com> X-Google-Sender-Auth: 42f60bd35f71d935 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21392_6681200.1162230431539 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline In my another application, I use, facelets, RI, ADF Faces, and hibernate, and running all ok... :\ On 10/30/06, Matthias Wessendorf wrote: > > you are a fast guy :) > > I have the same in the JSP-based Trinidad demo. In my applications, I > use facelets :) > Is there a need to say more ? ;) > > -M > > On 10/30/06, Dudu wrote: > > Then I created the issue. > > http://jira.codehaus.org/browse/JETTY-156 > > > > > > On 10/30/06, Dudu < eduardopichler@yahoo.com.br> wrote: > > > > > > yes... > > > Is good to know that the problem repeated with others... > > > But are there a plugin to tomcat? I'll try ... > > > Thanks again Matthias > > > > > > > > > On 10/30/06, Matthias Wessendorf wrote: > > > > > > > I noticed the same in Jetty. > > > > Try tomcat instead of jetty > > > > (you are using the jetty-maven-plugin as snapshot, right?) > > > > > > > > -M > > > > > > > > On 10/30/06, Dudu < eduardopichler@yahoo.com.br > wrote: > > > > > The follow error is occurring, but I have all libs, the > myface-impl, > > > > > myfaces-api, tomahawk, adf-impl, adf-api and adfshare.jar... > > > > > Does someone can identify the problem... > > > > > I have a JDeveloper project running all ok, and now I'm trying to > move > > it to > > > > > Maven 2. > > > > > > > > > > Here is the error: > > > > > 2006-10-30 10:33:46.776::WARN: > > > > > /ntier/accesscontrol/login.jspx: > > > > > java.lang.ClassCastException: > > > > > javax.faces.component.UIViewRoot > > > > > at > > > > > > > oracle.adf.view.faces.webapp.UIXComponentTag.setProperties(UIXCompone > > > > > ntTag.java:115) > > > > > at > > > > > > > javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:5 > > > > > 36) > > > > > at > > javax.faces.webapp.UIComponentTag.doStartTag > > > > > (UIComponentTag.java:312) > > > > > > > > > > at > > > > > > > oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentT > > > > > ag.java:85) > > > > > at > > > > > > > org.apache.jsp.accesscontrol.login_jspx._jspx_meth_afh_html_0(org.apa > > > > > che.jsp.accesscontrol.login_jspx:114 ) > > > > > at > > > > > org.apache.jsp.accesscontrol.login_jspx._jspService( > > org.apache.jsp.ac > > > > > cesscontrol.login_jspx:91) > > > > > at > > > > > > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java > > > > > :111) > > > > > at > > > > > javax.servlet.http.HttpServlet.service > > (HttpServlet.java:802) > > > > > at > > > > > > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper > > > > > .java:358) > > > > > at > > > > > org.apache.jasper.servlet.JspServlet.serviceJspFile > > > > > (JspServlet.java:4 > > > > > 40) > > > > > at > > > > > > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:335) > > > > > at > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > at > > org.mortbay.jetty.servlet.ServletHolder.handle > > > > > (ServletHolder.java:445 > > > > > ) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3 > > > > > 54) > > > > > at > > > > > > > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:2 > > > > > 30) > > > > > at > > > > > > > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:6 > > > > > 27) > > > > > at > > > > > org.mortbay.jetty.servlet.Dispatcher.forward > > (Dispatcher.java:266) > > > > > at > > > > > > > org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java > > > > > :126) > > > > > at > > > > > > > org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatc > > > > > h(ServletExternalContextImpl.java:416) > > > > > at > > > > > > > org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspV > > > > > iewHandlerImpl.java :234) > > > > > at > > > > > > > oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView > > ( > > > > > ViewHandlerImpl.java:157) > > > > > at > > > > > > > org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java: > > > > > 384) > > > > > at > > > > > > > javax.faces.webapp.FacesServlet.service(FacesServlet.java > > :138) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445 > > > > > ) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > > > > > (Servlet > > > > > Handler.java:1049) > > > > > at > > > > > > > oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilt > > > > > er(AdfFacesFilterImpl.java:367) > > > > > at > > > > > > > oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl > > > > > (AdfFacesFilterImpl.java:336) > > > > > at > > > > > > > oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfF > > > > > acesFilterImpl.java:196) > > > > > at > > > > > oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter > > (AdfFacesFilter.j > > > > > ava:87) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet > > > > > Handler.java:1040) > > > > > at > > > > > > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter > > (Extensions > > > > > Filter.java:144) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet > > > > > Handler.java:1040) > > > > > at > > > > > org.mortbay.jetty.servlet.ServletHandler.handle > > (ServletHandler.java:3 > > > > > 52) > > > > > at > > org.mortbay.jetty.servlet.SessionHandler.handle > > > > > (SessionHandler.java:2 > > > > > 30) > > > > > at > > > > > org.mortbay.jetty.handler.ContextHandler.handle( > > ContextHandler.java :6 > > > > > 27) > > > > > at > > > > > > > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand > > > > > lerCollection.java :149) > > > > > at > > > > > org.mortbay.jetty.handler.HandlerCollection.handle > > (HandlerCollection. > > > > > java:123) > > > > > at > > > > > > > org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1 > > > > > 41) > > > > > at org.mortbay.jetty.Server.handle (Server.java:286) > > > > > at > > > > > > > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:44 > > > > > 4) > > > > > at > > > > > > > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo > > > > > nnection.java:701) > > > > > at > > > > > > > org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500) > > > > > at > > > > > > > org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:203) > > > > > at > > > > > org.mortbay.jetty.HttpConnection.handle > > (HttpConnection.java:340) > > > > > at > > > > > > > org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.jav > > > > > a:270) > > > > > at > > > > > > > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool > > > > > .java:475) > > > > > 2006-10-30 10:33:46.776::WARN: /ntier/accesscontrol/login.jspx > > > > > java.lang.ClassCastException: > > > > > javax.faces.component.UIViewRoot > > > > > at > > > > > > > oracle.adf.view.faces.webapp.UIXComponentTag.setProperties > > (UIXCompone > > > > > ntTag.java:115) > > > > > at > > javax.faces.webapp.UIComponentTag.findComponent > > > > > (UIComponentTag.java:5 > > > > > 36) > > > > > at > > > > > > > javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java > > :312) > > > > > > > > > > at > > > > > > > oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentT > > > > > ag.java:85) > > > > > at > > > > > > > org.apache.jsp.accesscontrol.login_jspx._jspx_meth_afh_html_0( > > org.apa > > > > > che.jsp.accesscontrol.login_jspx:114) > > > > > at > > > > > org.apache.jsp.accesscontrol.login_jspx._jspService( > > org.apache.jsp.ac > > > > > cesscontrol.login_jspx:91) > > > > > at > > > > > > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111) > > > > > at > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > at > > > > > org.apache.jasper.servlet.JspServletWrapper.service > > > > > (JspServletWrapper > > > > > .java:358) > > > > > at > > > > > > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:4 > > > > > 40) > > > > > at > > > > > org.apache.jasper.servlet.JspServlet.service > > (JspServlet.java:335) > > > > > at javax.servlet.http.HttpServlet.service > > > > > (HttpServlet.java:802) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445 > > > > > ) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3 > > > > > 54) > > > > > at > > org.mortbay.jetty.servlet.SessionHandler.handle > > > > > (SessionHandler.java:2 > > > > > 30) > > > > > at > > > > > > > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:6 > > > > > 27) > > > > > at > > > > > > > org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:266) > > > > > at > > org.mortbay.jetty.servlet.Dispatcher.forward > > > > > (Dispatcher.java:126) > > > > > at > > > > > > > org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatc > > > > > h(ServletExternalContextImpl.java:416) > > > > > at > > > > > > > org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView > > > > > (JspV > > > > > iewHandlerImpl.java:234) > > > > > at > > > > > > > oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView( > > > > > ViewHandlerImpl.java:157) > > > > > at > > > > > org.apache.myfaces.lifecycle.LifecycleImpl.render > > (LifecycleImpl.java > > > > > : > > > > > 384) > > > > > at > > > > > > > javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java > > :445 > > > > > ) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > > > > > (Servlet > > > > > Handler.java:1049) > > > > > at > > > > > > > oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilt > > > > > er(AdfFacesFilterImpl.java:367) > > > > > at > > > > > > > oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl > > > > > (AdfFacesFilterImpl.java:336) > > > > > at > > > > > > > oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter > > (AdfF > > > > > acesFilterImpl.java:196) > > > > > at > > > > > > > oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.j > > > > > ava:87) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > > (Servlet > > > > > Handler.java:1040) > > > > > at > > > > > > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(Extensions > > > > > Filter.java:144) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > > (Servlet > > > > > Handler.java:1040) > > > > > at > > > > > > > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3 > > > > > 52) > > > > > at > > org.mortbay.jetty.servlet.SessionHandler.handle > > > > > ( SessionHandler.java:2 > > > > > 30) > > > > > at > > > > > > > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:6 > > > > > 27) > > > > > at > > > > > > > org.mortbay.jetty.handler.ContextHandlerCollection.handle > > (ContextHand > > > > > lerCollection.java :149) > > > > > at > > > > > > > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection. > > > > > java:123) > > > > > at > > > > > org.mortbay.jetty.handler.HandlerWrapper.handle > > (HandlerWrapper.java:1 > > > > > 41) > > > > > at org.mortbay.jetty.Server.handle (Server.java:286) > > > > > at > > > > > > > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:44 > > > > > 4) > > > > > at > > > > > > > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo > > > > > nnection.java:701) > > > > > at > > > > > > > org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500) > > > > > at > > > > > org.mortbay.jetty.HttpParser.parseAvailable > > (HttpParser.java:203) > > > > > at > > > > > > > org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:340) > > > > > at > > > > > > > org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.jav > > > > > a:270) > > > > > at > > > > > > > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool > > > > > .java:475) > > > > > 30/10/2006 10:33:46 > > > > > oracle.adfinternal.view.faces.renderkit.RenderKitBase > > > > > getRen > > > > > derer > > > > > WARNING: Renderer 'oracle.adf.Html' not found for component family > > > > > 'javax.faces. > > > > > ViewRoot' > > > > > 2006-10-30 10:33:46.932:/ntier:INFO: No Renderer found for > component > > > > > {Component > > > > > -Path : [Class: javax.faces.component.UIViewRoot > > ,ViewId: > > > > > /accesscontrol/login.js > > > > > px]} (component-family=javax.faces.ViewRoot, > > renderer-type=oracle.adf.Html) > > > > > > > > > > > > -- > > > > Matthias Wessendorf > > > > http://tinyurl.com/fmywh > > > > > > > > further stuff: > > > > blog: http://jroller.com/page/mwessendorf > > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > > > > > -- > > > > > > ---------- > > > Dudu > > > GoogleTalk: eduardopichler[at]gmail[dot]com > > > skype:eduardopichler > > > > > > > > -- > > ---------- > > Dudu > > GoogleTalk: eduardopichler[at]gmail[dot]com > > skype:eduardopichler > > > -- > Matthias Wessendorf > http://tinyurl.com/fmywh > > further stuff: > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com > -- ---------- Dudu GoogleTalk: eduardopichler[at]gmail[dot]com skype:eduardopichler ------=_Part_21392_6681200.1162230431539 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In my another application, I use, facelets, RI, ADF Faces, and hibernate, and running all ok...
:\

On 10/30/06, Matthias Wessendorf < matzew@apache.org> wrote:
you are a fast guy :)

I have the same in the JSP-based Trinidad demo. In my applications, I
use facelets :)
Is there a need to say more ?  ;)

-M

On 10/30/06, Dudu <eduardopichler@yahoo.com.br> wrote:
> Then I created the issue.
> http://jira.codehaus.org/browse/JETTY-156
>
>
> On 10/30/06, Dudu < eduardopichler@yahoo.com.br > wrote:
> >
> > yes...
> > Is good to know that the problem repeated with others...
> > But are there a plugin to tomcat? I'll try ...
> > Thanks again Matthias
> >
> >
> > On 10/30/06, Matthias Wessendorf <matzew@apache.org> wrote:
> >
> > > I noticed the same in Jetty.
> > > Try tomcat instead of jetty
> > > (you are using the jetty-maven-plugin as snapshot, right?)
> > >
> > > -M
> > >
> > > On 10/30/06, Dudu < eduardopichler@yahoo.com.br > wrote:
> > > > The follow error is occurring, but I have all libs, the myface-impl,
> > > > myfaces-api, tomahawk, adf-impl, adf-api and adfshare.jar...
> > > >  Does someone can identify the problem...
> > > > I have a JDeveloper project running all ok, and now I'm trying to move
> it to
> > > > Maven 2.
> > > >
> > > > Here is the error:
> > > > 2006-10-30 10:33:46.776::WARN:
> > > > /ntier/accesscontrol/login.jspx:
> > > > java.lang.ClassCastException:
> > > > javax.faces.component.UIViewRoot
> > > >         at
> > > >
> oracle.adf.view.faces.webapp.UIXComponentTag.setProperties(UIXCompone
> > > > ntTag.java:115)
> > > >         at
> > > >
> javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:5
> > > > 36)
> > > >         at
> javax.faces.webapp.UIComponentTag.doStartTag
> > > > ( UIComponentTag.java:312)
> > > >
> > > >         at
> > > >
> oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentT
> > > > ag.java:85)
> > > >         at
> > > >
> org.apache.jsp.accesscontrol.login_jspx._jspx_meth_afh_html_0(org.apa
> > > > che.jsp.accesscontrol.login_jspx:114 )
> > > >         at
> > > > org.apache.jsp.accesscontrol.login_jspx._jspService(
> org.apache.jsp.ac
> > > > cesscontrol.login_jspx:91)
> > > >         at
> > > >
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java
> > > > :111)
> > > >         at
> > > > javax.servlet.http.HttpServlet.service
> (HttpServlet.java:802)
> > > >         at
> > > >
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
> > > > .java:358)
> > > >         at
> > > > org.apache.jasper.servlet.JspServlet.serviceJspFile
> > > > (JspServlet.java:4
> > > > 40)
> > > >         at
> > > >
> org.apache.jasper.servlet.JspServlet.service (JspServlet.java:335)
> > > >         at
> > > >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > > >         at
> org.mortbay.jetty.servlet.ServletHolder.handle
> > > > (ServletHolder.java:445
> > > > )
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
> > > > 54)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:2
> > > > 30)
> > > >         at
> > > >
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:6
> > > > 27)
> > > >         at
> > > > org.mortbay.jetty.servlet.Dispatcher.forward
> (Dispatcher.java :266)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java
> > > > :126)
> > > >         at
> > > >
> org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatc
> > > > h(ServletExternalContextImpl.java:416)
> > > >         at
> > > >
> org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView (JspV
> > > > iewHandlerImpl.java :234)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView
> (
> > > > ViewHandlerImpl.java:157)
> > > >         at
> > > >
> org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:
> > > > 384)
> > > >         at
> > > >
> javax.faces.webapp.FacesServlet.service(FacesServlet.java
> :138)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java :445
> > > > )
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
> > > > (Servlet
> > > > Handler.java :1049)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilt
> > > > er(AdfFacesFilterImpl.java:367)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl
> > > > (AdfFacesFilterImpl.java:336)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter (AdfF
> > > > acesFilterImpl.java:196)
> > > >         at
> > > > oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter
> (AdfFacesFilter.j
> > > > ava:87)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
> > > > Handler.java:1040)
> > > >         at
> > > >
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter
> (Extensions
> > > > Filter.java:144)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter (Servlet
> > > > Handler.java:1040)
> > > >         at
> > > > org.mortbay.jetty.servlet.ServletHandler.handle
> (ServletHandler.java:3
> > > > 52)
> > > >         at
> org.mortbay.jetty.servlet.SessionHandler.handle
> > > > (SessionHandler.java:2
> > > > 30)
> > > >         at
> > > > org.mortbay.jetty.handler.ContextHandler.handle (
> ContextHandler.java :6
> > > > 27)
> > > >         at
> > > >
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
> > > > lerCollection.java :149)
> > > >         at
> > > > org.mortbay.jetty.handler.HandlerCollection.handle
> (HandlerCollection.
> > > > java:123)
> > > >         at
> > > >
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
> > > > 41)
> > > >         at org.mortbay.jetty.Server.handle (Server.java:286)
> > > >         at
> > > >
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:44
> > > > 4)
> > > >         at
> > > >
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete (HttpCo
> > > > nnection.java:701)
> > > >         at
> > > >
> org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
> > > >         at
> > > >
> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:203)
> > > >         at
> > > > org.mortbay.jetty.HttpConnection.handle
> (HttpConnection.java:340)
> > > >          at
> > > >
> org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.jav
> > > > a:270)
> > > >         at
> > > >
> org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool
> > > > .java:475)
> > > > 2006-10-30 10:33:46.776::WARN:   /ntier/accesscontrol/login.jspx
> > > > java.lang.ClassCastException:
> > > > javax.faces.component.UIViewRoot
> > > >         at
> > > >
> oracle.adf.view.faces.webapp.UIXComponentTag.setProperties
> (UIXCompone
> > > > ntTag.java:115)
> > > >         at
> javax.faces.webapp.UIComponentTag.findComponent
> > > > (UIComponentTag.java:5
> > > > 36)
> > > >         at
> > > >
> javax.faces.webapp.UIComponentTag.doStartTag (UIComponentTag.java
> :312)
> > > >
> > > >         at
> > > >
> oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentT
> > > > ag.java :85)
> > > >         at
> > > >
> org.apache.jsp.accesscontrol.login_jspx._jspx_meth_afh_html_0(
> org.apa
> > > > che.jsp.accesscontrol.login_jspx:114)
> > > >         at
> > > > org.apache.jsp.accesscontrol.login_jspx._jspService(
> org.apache.jsp.ac
> > > > cesscontrol.login_jspx:91)
> > > >         at
> > > >
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
> > > >         at
> > > >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > > >         at
> > > > org.apache.jasper.servlet.JspServletWrapper.service
> > > > (JspServletWrapper
> > > > .java:358)
> > > >         at
> > > >
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:4
> > > > 40)
> > > >         at
> > > > org.apache.jasper.servlet.JspServlet.service
> (JspServlet.java:335)
> > > >         at javax.servlet.http.HttpServlet.service
> > > > (HttpServlet.java:802)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:445
> > > > )
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
> > > > 54)
> > > >         at
> org.mortbay.jetty.servlet.SessionHandler.handle
> > > > (SessionHandler.java:2
> > > > 30)
> > > >         at
> > > >
> org.mortbay.jetty.handler.ContextHandler.handle (ContextHandler.java:6
> > > > 27)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:266)
> > > >         at
> org.mortbay.jetty.servlet.Dispatcher.forward
> > > > (Dispatcher.java:126)
> > > >         at
> > > >
> org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatc
> > > > h(ServletExternalContextImpl.java:416)
> > > >         at
> > > >
> org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView
> > > > (JspV
> > > > iewHandlerImpl.java:234)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(
> > > > ViewHandlerImpl.java :157)
> > > >         at
> > > > org.apache.myfaces.lifecycle.LifecycleImpl.render
> (LifecycleImpl.java
> > > > :
> > > > 384)
> > > >         at
> > > >
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
> :445
> > > > )
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
> > > > (Servlet
> > > > Handler.java:1049)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilt
> > > > er(AdfFacesFilterImpl.java:367)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl
> > > > (AdfFacesFilterImpl.java:336)
> > > >         at
> > > >
> oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter
> (AdfF
> > > > acesFilterImpl.java:196)
> > > >         at
> > > >
> oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.j
> > > > ava:87)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
> (Servlet
> > > > Handler.java:1040)
> > > >         at
> > > >
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(Extensions
> > > > Filter.java:144)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
> (Servlet
> > > > Handler.java:1040)
> > > >         at
> > > >
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
> > > > 52)
> > > >         at
> org.mortbay.jetty.servlet.SessionHandler.handle
> > > > ( SessionHandler.java:2
> > > > 30)
> > > >         at
> > > >
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:6
> > > > 27)
> > > >         at
> > > >
> org.mortbay.jetty.handler.ContextHandlerCollection.handle
> (ContextHand
> > > > lerCollection.java :149)
> > > >         at
> > > >
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
> > > > java:123)
> > > >         at
> > > > org.mortbay.jetty.handler.HandlerWrapper.handle
> (HandlerWrapper.java:1
> > > > 41)
> > > >         at org.mortbay.jetty.Server.handle (Server.java:286)
> > > >         at
> > > >
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:44
> > > > 4)
> > > >         at
> > > >
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo
> > > > nnection.java:701)
> > > >         at
> > > >
> org.mortbay.jetty.HttpParser.parseNext (HttpParser.java:500)
> > > >         at
> > > > org.mortbay.jetty.HttpParser.parseAvailable
> (HttpParser.java:203)
> > > >         at
> > > >
> org.mortbay.jetty.HttpConnection.handle (HttpConnection.java:340)
> > > >          at
> > > >
> org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.jav
> > > > a:270)
> > > >         at
> > > >
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool
> > > > .java:475)
> > > > 30/10/2006 10:33:46
> > > > oracle.adfinternal.view.faces.renderkit.RenderKitBase
> > > > getRen
> > > > derer
> > > > WARNING: Renderer 'oracle.adf.Html' not found for component family
> > > > 'javax.faces.
> > > > ViewRoot'
> > > > 2006-10-30 10:33:46.932:/ntier:INFO:  No Renderer found for component
> > > > {Component
> > > > -Path : [Class: javax.faces.component.UIViewRoot
> ,ViewId:
> > > > /accesscontrol/login.js
> > > > px]} (component-family=javax.faces.ViewRoot,
> renderer-type=oracle.adf.Html)
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > http://tinyurl.com/fmywh
> > >
> > > further stuff:
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
> >
> >
> > --
> >
> > ----------
> > Dudu
> > GoogleTalk: eduardopichler[at]gmail[dot]com
> > skype:eduardopichler
>
>
>
> --
> ----------
> Dudu
> GoogleTalk: eduardopichler[at]gmail[dot]com
> skype:eduardopichler


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com



--
----------
Dudu
GoogleTalk: eduardopichler[at]gmail[dot]com
skype:eduardopichler ------=_Part_21392_6681200.1162230431539--