By trying to get a simple page working with all of those jars you are
sabotaging yourself.  You really should start with the basic jars and then
ADD your other components, which from this stack trace suggest you are also
using Spring, Oracle ADF, and ACEGI.  Keeping everything in the loop could
be aggravating the problem ESPECIALLY if one of those other jars is more
tightly connected to a particular version of Tomahawk or MyFaces.  For all
you know THAT could be causing the error, i.e. a particular component issue.
In that case you will likely never figure out what is causing this problem.

-David

-----Original Message-----
From: Sloan, Noah M [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 28, 2006 5:07 PM
To: [email protected]
Subject: NoSuchMethodError:
org.apache.myfaces.renderkit.html.util.DummyFormUtils.isWriteDummyForm(L
javax/faces/context/FacesContext;)


OK, so once aganin, I'm upgrading from 1.1.1 to 1.1.3.
For any page, even:
<html>
<body>
Foo
</body>
</html>

I get this error:

java.lang.NoSuchMethodError:
org.apache.myfaces.renderkit.html.util.DummyFormUtils.isWriteDummyForm(Ljava
x/faces/context/FacesContext;)Z
        
org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBef
oreBodyEnd(ExtensionsPhaseListener.java:110)
        
org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getCodeBefor
eBodyEnd(ExtensionsPhaseListener.java:96)
        
org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.renderCodeBe
foreBodyEnd(ExtensionsPhaseListener.java:86)
        
org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.afterPhase(E
xtensionsPhaseListener.java:66)
        
org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersAfter(Lifecy
cleImpl.java:567)
        
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:379)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
        
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(Adf
FacesFilterImpl.java:367)
        
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFa
cesFilterImpl.java:336)
        
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFi
lterImpl.java:196)
        
oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87
)
        
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslati
onFilter.java:110)
        
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90
)
        
org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFi
lter.java:216)
        
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90
)
        
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(Http
SessionContextIntegrationFilter.java:195)
        
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90
)
        
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilter
Internal(OpenSessionInViewFilter.java:174)
        
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest
Filter.java:76)
        
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter
.java:144)

Any ideas?

Reply via email to