Re: Bug Report

2001-06-19 Thread Gary L Peskin
Kester -- Sorry for the delay in responding but I only received your email from the list today. Bug 1 - I get the value 122.26 which is the correct value for my locale (en_US). I believe that XalanJ is doing the right thing here and that xp is wrong. I'll explain why. I'm guessing that you

Bug Report

2001-06-18 Thread Kester Habermann
Hi, I'd like to report two bugs and one case where I'm not quite sure, wether this is a bug. I'm sending this to both xerces-dev and xalan-dev because I'm not quite sure in each case which one is concerned. All files to reproduce these effects are attached. These bugs occur using various Java v

Re: bug report

2000-03-16 Thread Andy Clark
> Dmitri Etkine wrote: > lazy evaluation mode of DOMParser seems to have a nasty bug. What amazing timing! When looking at the cloneNode issue brought up recently, we noticed this terrible DeferredDocumentImpl + getIdentifier problem. We fixed this and put the changes back into the repository last

bug report

2000-03-16 Thread Dmitri Etkine
To whom it may concern (presumably everybody on the list),   lazy evaluation mode of DOMParser seems to have a nasty bug. Here's the story:   my code === . DOMParser parser = new DOMParser("file_name"); parser.setErrorHandler(myHandler); // just to see if I'm missing somethi

Xerces 1.1.0 Bug Report with Iconv transcoder

2000-03-03 Thread Shaohui Zeng
1. Platform: Linux 2.2.5-15 2. Build: Xerces: runConfigure -plinux -cgcc -xg++ -d -minmem -nfileonly -tnative gmake samples: runConfigure -plinux -cgcc -xg++ -d gmake 3. How to reproduce the bug run DOMPrint atest.xml in a deep path e.g. /home/h

Re: possible bug report

2000-01-27 Thread Andy Clark
ll of our code is out in the open. So as long as they don't mind receiving acouple MBs of Xerces code along with your test case, I'm sure they'd appreciate the bug report. I know I would because I don't want any more HotSpot bugs reported as Xerces bugs! ;) -- Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED]

Re: possible bug report

2000-01-27 Thread Pierpaolo Fumagalli
Greg Matthews wrote: > > We're using Xerces-J 1.0.1 in a server being developed, and getting a > NullPointerException in org.apache.xerces.dom.DeferredDocumentImpl. > See line below (1218) where error occurs. It's Hotspot for sure... I had several troubles with the deferred DOM implemenatation us

Re: possible bug report

2000-01-27 Thread Greg Matthews
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 27, 2000 1:41 PM Subject: Re: possible bug report > Greg, > > What's your platform, VM version, etc? We've been having a > lot of NullPointerException "bugs" reported lately and in > every case

Re: possible bug report

2000-01-27 Thread Andy Clark
Greg, What's your platform, VM version, etc? We've been having a lot of NullPointerException "bugs" reported lately and in every case the user was using 1.2.2 with HotSpot. Without HotSpot, the problems went away. But if this is truly a bug, we'll hop on it right away! -- Andy Clark * IBM, JTC

possible bug report

2000-01-26 Thread Greg Matthews
  Dear all,   We're using Xerces-J 1.0.1 in a server being developed, and getting a NullPointerException in org.apache.xerces.dom.DeferredDocumentImpl. See line below (1218) where error occurs.   Still trying to find a way to reproduce the error but only clues we have at the moment are that