I was getting this same error. The cause turned out to be that I had dropped the new 1.1.3 jars into the WEB-INF/lib of an earlier examples 1.1.1 war directory.
Going to the new 1.1.4 SNAPSHOT examples removed the problem. Mike --- Rick <[EMAIL PROTECTED]> wrote: > Seems right. > > If you have a shared jar file area, make sure there are no old copies of > Tomahawk and/or myfaces. > > > > -----Original Message----- > From: Sloan, Noah M [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 1:23 PM > To: MyFaces Discussion > Subject: RE: NoClassDefFoundError: > org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper on server > startup. > > Yea, sorry I forgot that: > > acegi-jsf.jar > acegi-security-1.0.0.jar > adf-facelets.jar > adf-faces-api-SNAPSHOT.jar > adf-faces-impl-SNAPSHOT.jar > adfshare-3549S.jar > ajaxanywhere-1.2-RC1.jar > antlr-2.7.6rc1.jar > asm.jar > c3p0-0.9.0.jar > cglib-2.1.3.jar > commons-beanutils.jar > commons-collections-2.1.1.jar > commons-collections-3.0.jar > commons-dbcp.jar > commons-digester-1.7.jar > commons-el.jar > commons-fileupload.jar > commons-lang-2.1.jar > commons-logging-1.0.4.jar > commons-pool.jar > commons-validator.jar > corejsf-validator.jar > dbunit-2.1.jar > displaytag-1.1-SNAPSHOT.jar > dom4j-1.6.jar > ehcache-1.1.jar > ejb3-persistence.jar > el-api.jar > el-ri.jar > hibernate3.jar > hibernate-annotations.jar > itext-1.3.jar > jakarta-oro.jar > jarlist-business.txt > jsf-facelets.jar > jstl.jar > jta.jar > junit.jar > log4j-1.2.9.jar > lucene-1.4-final.jar > myfaces-api-1.1.3.jar > myfaces-impl-1.1.3.jar > mysql-connector-java-5.0.0-beta-bin.jar > ormunit-hibernate-1.0-SNAPSHOT.jar > pia-util-spring-1.0-SNAPSHOT.jar > sandbox.jar > spring.jar > spring-mock.jar > tomahawk-1.1.3.jar > > > -----Original Message----- > From: Dennis Byrne [mailto:[EMAIL PROTECTED] > Sent: Wed 28-Jun-06 2:19 PM > To: MyFaces Discussion > Subject: Re: NoClassDefFoundError: > org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper on > server startup. > > Can you post a dir listing of WEB-INF/lib ? > > Dennis Byrne > > >-----Original Message----- > >From: Sloan, Noah M [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, June 28, 2006 02:33 PM > >To: [email protected] > >Subject: NoClassDefFoundError: > org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper on server > startup. > > > >I'm trying to upgrade from MyFaces and Tomahawk 1.1.1 to 1.1.3. I only > replaced the myfaces-api, myfaces-impl and tomahawk jars. I also changed > the extensions filter class to > org.apache.myfaces.webapp.filter.ExtensionsFilter. > > > >When Tomcat starts up, I get the following error numerous times: > >java.lang.NoClassDefFoundError: > org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper > > at > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:2 > 79) > > at > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:2 > 65) > > at > org.apache.myfaces.config.FacesConfigurator.configureLifecycle(FacesConfigur > ator.java:652) > > at > org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java > :144) > > at > org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupSer > vletContextListener.java:66) > > at > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(S > tartupServletContextListener.java:49) > > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java: > 3727) > >... > > > >Am I missing a jar? Any idea where those classes are supposed to come > from? > > > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

