Re: struts 2.0.x samples on java 1.4.2

2006-11-26 Thread Ted Husted
On 11/26/06, David Bloom <[EMAIL PROTECTED]> wrote: Again, a Java 5 version of struts2-extras-j4-2.0.0.jar was not in the struts2-blank-2.0.1 war. As of 2.0.1, the extras were superceded by plugins, so there is not an extra JAR for 2.0.1 and later. Thanks for working this out. If you'd like to

Re: struts 2.0.x samples on java 1.4.2

2006-11-26 Thread David Bloom
I finally got it. The challenge here is for people using Java 1.4.X is that the sample apps come with the Java 5 jars.The java 4 jars can be found at http://apache.tradebit.com/pub/struts/library/struts-2.0.1-j4.zip I extracted them to here: C:\java\struts2\struts-2.0.1\j4\ But, the only file

Re: struts 2.0.x samples on java 1.4.2

2006-11-26 Thread Laurie Harper
The error message you're quoting implies that there was an error during startup of the web application. Did you check your logs? It sounds like maybe you're adding the J4 jars, but not removing the Java 5 versions of those jars. What's the complete listing of your WEB-INF/lib when you try to r

Re: struts 2.0.x samples on java 1.4.2

2006-11-25 Thread Mitchell James
I can't remember if these jars are included in the war, but they are required at runtime: retrotranslator-runtime-n.n.n.jar backport-util-concurrent.jar -- James Mitchell 678.910.8017 On Nov 24, 2006, at 9:31 PM, David Bloom wrote: I tried all the sample struts 2.0.1 wars individually