You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Himanshu (JIRA)" <ad...@incubator.apache.org> on 2007/03/20 20:13:32 UTC

[jira] Closed: (ADFFACES-421) MyFaces-ADF faces with Java 6.0

     [ https://issues.apache.org/jira/browse/ADFFACES-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Himanshu closed ADFFACES-421.
-----------------------------


This issue is now resolved.

> MyFaces-ADF faces with Java 6.0
> -------------------------------
>
>                 Key: ADFFACES-421
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-421
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT
>         Environment: Software platform
>            Reporter: Himanshu
>
> This is regarding Myfaces-ADF Faces working with Java 6.0
> We are currently working on a project which involves technologies like Trinidad ADF along with Myfaces, Hibernate and Oracle.
> The project was working fine with JDK 1.5 without any issues.
> We upgraded to JDK 1.6 and it started complaining.
> It gave us an errors like following:
> WARNING: The TrinidadFilter has not been installed.  Apache Trinidad requires this filter for proper execution.
> 2007-03-19 10:27:14,362 ERROR [STDERR] Mar 19, 2007 10:27:14 AM org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer
> WARNING: Renderer 'org.nemours.ui.faces.ExtendedDocumentRenderer' not found for component family 'org.nemours.ui.faces.Document'
> 2007-03-19 10:27:14,378 ERROR [STDERR] Mar 19, 2007 10:27:14 AM org.apache.myfaces.trinidad.component.UIXComponentBase _getRendererImpl
> WARNING: Could not find renderer for CoreExtendedDocument[UIXFacesBeanImpl, id=_idJsp0], rendererType = org.nemours.ui.faces.ExtendedDocumentRenderer
> 2007-03-19 10:27:14,378 ERROR [STDERR] Mar 19, 2007 10:27:14 AM org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer
> WARNING: Renderer 'org.apache.myfaces.HtmlTagRenderer' not found for component family 'javax.faces.Output'
> 2007-03-19 10:27:14,659 INFO  [STDOUT] 10:27:14,659 INFO  [[/coast]] No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /page/index.jsp][Class: org.nemours.jsf.component.CoreExtendedDocument,Id: _idJsp0][Class: org.apache.myfaces.trinidad.component.core.CoreForm,Id: logIn][Class: org.apache.myfaces.custom.div.Div,Id: _idJsp1]} (component-family=javax.faces.Output, renderer-type=org.apache.myfaces.HtmlTagRenderer)
> 2007-03-19 10:27:14,659 INFO  [STDOUT] 10:27:14,659 WARN  [UIComponentBase] No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /page/index.jsp][Class: org.nemours.jsf.component.CoreExtendedDocument,Id: _idJsp0][Class: org.apache.myfaces.trinidad.component.core.CoreForm,Id: logIn][Class: org.apache.myfaces.custom.div.Div,Id: _idJsp1]} (component-family=javax.faces.Output, renderer-type=org.apache.myfaces.HtmlTagRenderer)
> 2007-03-19 10:27:14,675 ERROR [STDERR] Mar 19, 2007 10:27:14 AM org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer
> It does not render any components and the app does not work.
> It complains saying the HTML_BASIC render kit cannot be found.
> If I revert the JDK back to 1.5, it works fine.
> Our previous apps are using Myfaces (Without ADF Faces) and they seem to work fine on servers with Java 6.0.
> Application server we are using is JBoss 4.0
> Thanks,
> Himanshu Purandare

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.