Don't know where this reference comes from - it's not there anymore in the current MyFaces sources.
Did you get rid of the commons jar file? There is none in the new MyFaces-release. regards, Martin On 4/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > > Please pay attention to the fact that you cannot use this release of > > MyFaces Core with the MyFaces Tomahawk library in version 1.1.1 - it > > will only work with the Tomahawk library in version 1.1.2 and onward. > > I just downloaded the new core Version (myfaces-core-1.1.2-bin.zip) > together with the latest Tomahawk > Snapshot(tomahawk-1.1.2-SNAPSHOT-bin.zip). > During startup, it gives me the following exception: > > javax.faces.FacesException: java.lang.NoClassDefFoundError: > org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper > at > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:279) > at > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:265) > at > org.apache.myfaces.config.FacesConfigurator.configureLifecycle(FacesConfigurator.java:634) > at > org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:133) > at > org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:64) > at > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:47) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3727) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4162) > 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:603) > at > org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535) > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310) > 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:700) > at org.apache.catalina.startup.Catalina.start(Catalina.java:551) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > It?s right, there is definetely no > HtmlBufferResponseWriterWrapper.class in Tomahawk.jar. How do i bring > it to work ? Any ideas where the missing classes are included ? > > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

