Struts 1.2.x does not require JDK 1.4. What's more likely is that you probably tried just swapping JAR files, instead of compiling your application against the new JARs before depoying.
Craig On Mon, 30 Aug 2004 19:56:47 -0700, Venkat Maddipati <[EMAIL PROTECTED]> wrote: > I have recently upgraded my web-app to Struts 1.2.1, from 1.1. When we are > on Struts 1.1, it used to work fine with JDK1.3.1. But, now when we moved to > Struts 1.2.1, I get the following exception, with JDK1.3.1, but works fine > with JDK1.4.1 ( I have extended our RequestProcessor class from > TilesRequestProcessor class) > > java.lang.NoSuchMethodError > at > org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.create > ConfigMap (ComponentDefinitionsFactoryWrapper.java:208) > at > org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.init(C > omponentDefinitionsFactoryWrapper.java:104) > at > org.apache.struts.tiles.TilesUtilImpl.createDefinitionsFactory(TilesUtilImpl > ..java:138) > at > org.apache.struts.tiles.TilesUtil.createDefinitionsFactory(TilesUtil.java:16 > 7) > at > org.apache.struts.tiles.TilesPlugin.initDefinitionsFactory(TilesPlugin.java: > 224) > at org.apache.struts.tiles.TilesPlugin.init(TilesPlugin.java:139) > at > org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java: > 839) > at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332) > at > com.hyperion.css.web.action.CSSActionServlet.init(CSSActionServlet.java:50) > at javax.servlet.GenericServlet.init(GenericServlet.java:256) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:93 > 5) > at > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668) > > Thanks, > Venkat > > Venkat Maddipati > Common Technologies Group > Hyperion Solutions > 1344 Crossman Avenue > Sunnyvale, CA 94089 > (408) 220-8189 > [EMAIL PROTECTED] > http://www.hyperion.com > > ************************************************************************ > > If you have received this e-mail in error, please delete it and notify the sender as > soon as possible. The contents of this e-mail may be confidential and the > unauthorized use, copying, or dissemination of it and any attachments to it, is > prohibited. > > Internet communications are not secure and Hyperion does not, therefore, accept > legal responsibility for the contents of this message nor for any damage caused by > viruses. The views expressed here do not necessarily represent those of Hyperion. > > For more information about Hyperion, please visit our Web site at www.hyperion.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]