Himanshu-

please open an issue in jira, at least to keep track of this.

Thx,
M

On 3/19/07, Himanshu Purandare <[EMAIL PROTECTED]> wrote:
We are using JBoss 4.0 as our Application server.

Our  past applications use myfaces (without Trinidad ADF) and they seem to
work fine with no issues on servers with Java 6.0
Our current applications which are now using myfaces along with Trinidad ADF
has issues when deployed with Java 6.0

Thanks,
Himanshu


On 19/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Out of curiosity, which application server are you using with Java 6.0?
>
>
>
>
>
> "Himanshu Purandare" <[EMAIL PROTECTED]>
> 03/19/2007 03:31 PM
> Please respond to
> adffaces-user@incubator.apache.org
>
>
> To
> adffaces-user@incubator.apache.org
> cc
>
> Subject
> Re: Trinidad ADF with JDK 1.6
>
>
>
>
>
>
> We have almost all of our servers upgraded to Java 6.0
> Hence in order to run our applications on the servers, we need to make
> sure
> that they run seamlessly on Java 6.0
> That is the reason we are need  our apps to work on Java 6.0
>
> Hope this explains the reason of our shift from Java 5.0 to 6.0
>
> Thanks,
> Himanshu
>
>
> On 19/03/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> >
> > I am not using it yet. That isn't a recommendation.
> >
> > Let me ask different, are the strong needs for Java6, that you want to
> > run your project on Java6`?
> >
> > -M
> >
> > On 3/19/07, Himanshu Purandare <[EMAIL PROTECTED]> wrote:
> > > Thanks Matthias,
> > >
> > > But does that mean that its a bit early for us to upgrade to JDK 1.6
> at
> > the
> > > moment?
> > >
> > > Could you please advise as it will help us to take a decision.
> > >
> > > Thanks,
> > > Himanshu
> > >
> > >
> > > On 19/03/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I doubt that we have that many adapters of jdk1.6 here (yet).
> > > > I don't mind to have it working w/ jdk1.6, but I personally think
> the
> > > > reqiurements should stay w/ jdk 1.5, since also the curren java ee
> is
> > > > depending on that
> > > >
> > > > thx,
> > > > Matthias
> > > >
> > > > On 3/19/07, Himanshu Purandare <[EMAIL PROTECTED]> wrote:
> > > > > Hi,
> > > > >
> > > > > This is Himanshu Purandare from Nemours.
> > > > >
> > > > > 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.
> > > > >
> > > > > If I revert the JDK back to 1.5, it works fine.
> > > > >
> > > > > Could you please throw some light on this issue and provide us
> with
> > a
> > > > > solution as I was unable to find anything on Apache & related site
> > for
> > > > the
> > > > > same.
> > > > >
> > > > > Any help/advise from you is greatly appreciated.
> > > > >
> > > > > Thanks & Regards,
> > > > >
> > > > > Himanshu Purandare
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > http://tinyurl.com/fmywh
> > > >
> > > > further stuff:
> > > > blog: http://jroller.com/page/mwessendorf
> > > > mail: mwessendorf-at-gmail-dot-com
> > > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > http://tinyurl.com/fmywh
> >
> > further stuff:
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>
>
> _________________________
>
> CONFIDENTIALITY NOTICE
>
> The information contained in this e-mail message is intended only for the
> exclusive use of the individual or entity named above and may contain
> information that is privileged, confidential or exempt from disclosure
> under applicable law. If the reader of this message is not the intended
> recipient, or the employee or agent responsible for delivery of the
> message to the intended recipient, you are hereby notified that any
> dissemination, distribution or copying of this communication is strictly
> prohibited. If you have received this communication in error, please
> notify the sender immediately by e-mail and delete the material from any
> computer.  Thank you.
>



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

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

Reply via email to