---------- Forwarded message ----------
From: Martin Marinschek <[EMAIL PROTECTED]>
Date: Sep 28, 2005 8:11 PM
Subject: Re: MyFaces 1.1.0
To: Sean Schofield <[EMAIL PROTECTED]>


You are right - there is no occurence of RssTicker anywhere in the source-code.

So this must be a problem of old jars, old config files, old tld's
somewhere in the IDE's or the servlet containers cache!

regards,

Martin

On 9/28/05, Sean Schofield <[EMAIL PROTECTED]> wrote:
> I thought RSSTicker had been completely removed for the time being.
> How is this error message even possible if he is using 1.1.0?
>
> sean
>
> On 9/28/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> > Well, there is still the
> >
> > -rssTicker
> > -WMLRenderKit
> > -code generation stuff
> >
> > missing.
> >
> > We should get this fixed pretty soon.
> >
> > regards,
> >
> > Martin
> >
> > On 9/28/05, Bruno Aranda <[EMAIL PROTECTED]> wrote:
> > > Well, that's not the problem. The thing is that the rssTicker was kind
> > > of 'deprecated' because it used a development dependency.  Any ideas
> > > on when we will restore this component? We could put it in the
> > > sandbox...
> > >
> > > Regards,
> > >
> > > Bruno
> > >
> > >
> > > 2005/9/28, Jens Weintraut <[EMAIL PROTECTED]>:
> > > > Hi, it's a known bug. Use the three other jars instead.
> > > >
> > > > > --- Ursprüngliche Nachricht ---
> > > > > Von: [EMAIL PROTECTED]
> > > > > An: users@myfaces.apache.org
> > > > > Betreff: MyFaces 1.1.0
> > > > > Datum: Wed, 28 Sep 2005 10:05 +0200
> > > > >
> > > > > Hello!
> > > > >
> > > > > I have problems with importing the new jar file (myFaces-all.jar)
> > > > >
> > > > > I have errors in when I'm starting my tomcat.
> > > > >
> > > > > java.lang.ClassNotFoundException:
> > > > > org.apache.myfaces.custom.rssticker.HtmlRssTicker
> > > > >       at
> > > > >
> > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1332)
> > > > >       at
> > > > >
> > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)
> > > > >       at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> > > > >       at java.lang.Class.forName0(Native Method)
> > > > >       at java.lang.Class.forName(Unknown Source)
> > > > >       at 
> > > > > org.apache.myfaces.util.ClassUtils.classForName(ClassUtils.java:138)
> > > > >       at
> > > > > org.apache.myfaces.util.ClassUtils.simpleClassForName(ClassUtils.java:157)
> > > > >       at
> > > > >
> > > > org.apache.myfaces.application.ApplicationImpl.addComponent(ApplicationImpl.java:270)
> > > > >       at
> > > > >
> > > > org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:454)
> > > > >       at
> > > > >
> > > > org.apache.myfaces.config.FacesConfigurator.configure(FacesConfiguratorjava:130)
> > > > >       at
> > > > >
> > > > org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:63)
> > > > >       at
> > > > >
> > > > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:46)
> > > > >       at
> > > > >
> > > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
> > > > >       at
> > > > > org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
> > > > >       at
> > > > >
> > > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
> > > > >       at
> > > > > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
> > > > >       at 
> > > > > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
> > > > >       at
> > > > >
> > > > org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:589)
> > > > >       at
> > > > >
> > > > org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:536)
> > > > >       at 
> > > > > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:471)
> > > > >       at 
> > > > > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102)
> > > > >       at
> > > > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
> > > > >       at
> > > > >
> > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
> > > > >       at 
> > > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
> > > > >       at 
> > > > > org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
> > > > >       at 
> > > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
> > > > >       at 
> > > > > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
> > > > >       at
> > > > > org.apache.catalina.core.StandardService.start(StandardService.java:450)
> > > > >       at 
> > > > > org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
> > > > >       at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
> > > > >       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > >       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> > > > >       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
> > > > > Source)
> > > > >       at java.lang.reflect.Method.invoke(Unknown Source)
> > > > >       at 
> > > > > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
> > > > >       at 
> > > > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
> > > > >
> > > > >
> > > > >
> > > > > The same with:
> > > > > org.apache.myfaces.component.UIColumns
> > > > > org.apache.myfaces.custom.isbnvalidator.ISBNValidator
> > > > > org.apache.myfaces.custom.div.DivRenderer
> > > > > org.apache.myfaces.component.html.ext.HtmlDataTablePhaseListener
> > > > >
> > > > >
> > > > >
> > > > > I don't know whats the reason for this.
> > > > >
> > > > > Thanks!
> > > > >
> > > > > regards Conny
> > > > >
> > > > > --
> > > > > Ein Service von http://www.sms.at
> > > > >
> > > >
> > > > --
> > > > 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
> > > > +++ GMX - die erste Adresse für Mail, Message, More +++
> > > >
> > >
> >
> >
> > --
> >
> > http://www.irian.at
> > Your JSF powerhouse -
> > JSF Trainings in English and German
> >
>
>


--

http://www.irian.at
Your JSF powerhouse -
JSF Trainings in English and German


--

http://www.irian.at
Your JSF powerhouse -
JSF Trainings in English and German

Reply via email to