RE: JDK 1.4 pre - once again

2002-01-25 Thread Alex Kachanov
I've downloaded the latest release of Cocoon2 I've installed JDK1.4 JSP pages examples are NOT WORKING I get the follwoing exception: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl Rge whole tomcat is working except these JSP examples. with best wishes

Re: JDK 1.4 pre

2002-01-25 Thread Berin Loritsch
David Rosenstrauch wrote: At 11:22 AM 1/24/02 -0500, Berin Loritsch wrote: Until that time, and the time when XSP is no longer needed, tools.jar needs to go in WEB-INF/lib. Not sure what you mean by that. When won't XSP be needed any longer? Is it being deprecated? We haven't come

Re: JDK 1.4 pre

2002-01-25 Thread Berin Loritsch
Alex Kachanov wrote: Guys, I think the problem is that JDK1.4 includes Xerces parser now. So there are conflicting versions when you install JDK 1.4 and cocoon on the same machine You can get around that easily enough. Cocoon uses JAXP, and you can override the specific class that is

Re: JDK 1.4 pre - once again

2002-01-25 Thread Berin Loritsch
Alex Kachanov wrote: I've downloaded the latest release of Cocoon2 I've installed JDK1.4 JSP pages examples are NOT WORKING I get the follwoing exception: java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl Rge whole tomcat is working except these

RE: JDK 1.4 pre

2002-01-25 Thread Alex Kachanov
HOW-TO! -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: 26 „‘„~„r„p„‚„‘ 2002 „s. 0:52 To: [EMAIL PROTECTED] Subject: Re: JDK 1.4 pre Alex Kachanov wrote: Guys, I think the problem is that JDK1.4 includes Xerces parser now. So there are conflicting

Re: JDK 1.4 pre

2002-01-25 Thread Berin Loritsch
PROTECTED] Subject: Re: JDK 1.4 pre Alex Kachanov wrote: Guys, I think the problem is that JDK1.4 includes Xerces parser now. So there are conflicting versions when you install JDK 1.4 and cocoon on the same machine You can get around that easily enough. Cocoon uses JAXP, and you

cocoon2 panic with JDK 1.4 pre (beta3)

2002-01-24 Thread Alex Kachanov
hello! Guys, I'm really scared. All JSP examples in Cocoon2 stop working if I install JDK1.4 pre (beta3) just released bu SUN I get this message java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl What can be the source of teh problem? with best wishes Alexander

AW: cocoon2 panic with JDK 1.4 pre (beta3)

2002-01-24 Thread Jorn Heid
I think it's because of the included XML parser. Don't know which one it uses. -Ursprungliche Nachricht- Von: Alex Kachanov [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 11:29 An: [EMAIL PROTECTED] Betreff: cocoon2 panic with JDK 1.4 pre (beta3) hello! Guys, I'm

RE: cocoon2 panic with JDK 1.4 pre (beta3)

2002-01-24 Thread Alex Kachanov
I found 3 (THREE) xerces.jar files on My machine: - one that cane with JDK 1.4 pre (beta3) - one that came with Tomcat 4.0.1 - one that came with Cocoon 2 Which one should I delete? -Original Message- From: Jorn Heid [mailto:[EMAIL PROTECTED]] Sent: 24 „‘„~„r„p„‚„‘ 2002 „s. 19:34

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Alex Kachanov wrote: hello! It looks like smth. is wrong. Cocoon cannot run with the latest release of JDK 1.4 Pre from Sun. I get such messages like: Invalid class file format in F:\jdk\jre\lib\rt.jar(java/io/OutputStream.class). The major.minor version '48.0' is too recent

Re: JDK 1.4 pre

2002-01-24 Thread Lauren Commons
. Cocoon cannot run with the latest release of JDK 1.4 Pre from Sun. I get such messages like: Invalid class file format in F:\jdk\jre\lib\rt.jar(java/io/OutputStream.class). The major.minor version '48.0' is too recent for this tool to understand. If you compile Cocoon with JDK 1.4, you

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Lauren Commons wrote: So If I'm using JDK1.4 (which I want, since it fixes a Linux problem) I can't download the Cocoon binaries; I need to compile myself? Not a big deal, I just want to know. Yes. But more importantly, if you run it as JDK 1.4, then that JDK's tools.jar MUST be in the

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Lewis, Andrew J wrote: tools.jar must be in the WEB-INF/lib? is that only if you use existing binaries instead of compiling yourself? No, that is so that Cocoon can compile the Sitemap and any XSPs properly. Remember that Cocoon does alot under the hood. While there is an effort to

RE: JDK 1.4 pre

2002-01-24 Thread Lewis, Andrew J
PROTECTED] Sent: Thursday, January 24, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: Re: JDK 1.4 pre Lewis, Andrew J wrote: tools.jar must be in the WEB-INF/lib? is that only if you use existing binaries instead of compiling yourself? No, that is so that Cocoon

Re: JDK 1.4 pre

2002-01-24 Thread Berin Loritsch
Lewis, Andrew J wrote: ouch...that sounds like a serious deployment problem so the need for tools.jar is for the compiler then? I'm sure I'm rehashing old topics (so feel free to tell me so), but what about things like Jikes? Cocoon can be configured to work with Jikes as well. You

Re: JDK 1.4 pre

2002-01-24 Thread David Rosenstrauch
At 11:22 AM 1/24/02 -0500, Berin Loritsch wrote: Until that time, and the time when XSP is no longer needed, tools.jar needs to go in WEB-INF/lib. Not sure what you mean by that. When won't XSP be needed any longer? Is it being deprecated? DR

RE: JDK 1.4 pre

2002-01-24 Thread Alex Kachanov
Guys, I think the problem is that JDK1.4 includes Xerces parser now. So there are conflicting versions when you install JDK 1.4 and cocoon on the same machine with best wishes Alexander Kachanov - Please check that your

JDK 1.4 pre

2002-01-23 Thread Alex Kachanov
hello! It looks like smth. is wrong. Cocoon cannot run with the latest release of JDK 1.4 Pre from Sun. I get such messages like: Invalid class file format in F:\jdk\jre\lib\rt.jar(java/io/OutputStream.class). The major.minor version '48.0' is too recent for this tool to understand. HELP