Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Joerg Pietschmann
Jeremias Maerki <[EMAIL PROTECTED]> wrote: > The only place where Xerces is directly imported is the PFMReader and > TTFReader. Ok, Driver, when startet using the command line, uses Xerces > by default, but nothing prevents you from using any JAXP parser with FOP. Stuff matching org.apache.x* in 0

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Bart Locanthi
jaxp has some org.apache.xml things in it, and jdk1.4's rt.jar has both crimson and xalan in it. the tomcat distros 4.0, 4.0.1, and 4.0.2 seem to all have different ideas of what xml parsers to present. they're always exposed in common/lib but users are invited to replace them with whatever. 4

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Jeremias Maerki
> Bart Locanthi <[EMAIL PROTECTED]> wrote: > > [I wrote:] > > > Can you describe your problems a little bit more detailed? > > tomcat comes with xerces or crimson... > > I meant: do your applications throw unexpected exceptions, if so, > which (ClassNotFound (which class), NoSuchMethod ...), or do

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-12 Thread Joerg Pietschmann
Bart Locanthi <[EMAIL PROTECTED]> wrote: > [I wrote:] > > Can you describe your problems a little bit more detailed? > tomcat comes with xerces or crimson... I meant: do your applications throw unexpected exceptions, if so, which (ClassNotFound (which class), NoSuchMethod ...), or do they malfunct

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-11 Thread Jeremias Maerki
On 11.02.2002 17:32:49 Bart Locanthi wrote: > >>for OutputStreams when all JSP will give you are Writers.. > > > > JSP is bad for your mental health anyway :-) > > uh oh, you got me started... > > i rather like JSP (in principle) and the idea of developing tags for use > by UI and layout peopl

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-11 Thread Bart Locanthi
for OutputStreams when all JSP will give you are Writers.. JSP is bad for your mental health anyway :-) uh oh, you got me started... i rather like JSP (in principle) and the idea of developing tags for use by UI and layout people. can even be a true pipeline with a little tomcat hacking to avoid

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-11 Thread Bart Locanthi
i've used JAXP and SAX APIs pretty heavily and i can't say i notice much difference, but Fop is decidedly unhappy with jdk1.4, which lacks xml.serialize. As far as i can tell xml.serialize is only used at build time for extracting font data in FOP. I personally run FOP in an environment without Xer

Re: sax conflicts with tomcat-4.0.2-LE-jdk1.4

2002-02-11 Thread Joerg Pietschmann
Bart Locanthi <[EMAIL PROTECTED]> wrote: > i've used JAXP and SAX APIs pretty heavily and i can't say i notice much > difference, but Fop is decidedly unhappy with jdk1.4, which lacks > xml.serialize. As far as i can tell xml.serialize is only used at build time for extracting font data in FOP. I