Re: inside/outside eclipse vs java 1.4/1.5 vs xerces problem

2005-11-06 Thread Stanimir Stamenkov
/michael sorens/: (1) Why am I seeing a difference between command-line and Eclipse compilation? Check your Eclipse project configuration - you've most probably got the Xerces library set before the System library, which is really loaded at JVM boot, i.e. before Xerces, during run-time (incl

inside/outside eclipse vs java 1.4/1.5 vs xerces problem

2005-11-06 Thread michael sorens
I have a Xerces issue that surfaced when I upgraded from Java 1.4.2 to 1.5. Plus I get different behavior depending on whether I am inside or outside Eclipse. Here's my simple test file: import org.apache.xerces.dom.DocumentImpl; public class DocTest extends DocumentImpl {

Re: Basic guidance

2005-11-06 Thread Stanimir Stamenkov
/Michael Glavassevich/: Stanimir Stamenkov <[EMAIL PROTECTED]> wrote on 11/04/2005 09:46:22 AM: On the other hand if you want to use the DOM Level 3 interfaces provided by Xerces you'll need to put at least the "xml-apis.jar" in the "endorsed" libraries, at least for compilation - I'm not sure