RE: Possible bugs in SchemaFactoryFinder and XPathFactoryFinder (was: Remaining work for JAXP 1.3 APIs)

2005-06-20 Thread Nancy Rickson
unsubscribe -Original Message- From: Morris Kwan [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 1:34 PM To: commons-dev@xml.apache.org Subject: Fw: Possible bugs in SchemaFactoryFinder and XPathFactoryFinder (was: Remaining work for JAXP 1.3 APIs) This is a real bug. I have

Fw: Possible bugs in SchemaFactoryFinder and XPathFactoryFinder (was: Remaining work for JAXP 1.3 APIs)

2005-06-20 Thread Morris Kwan
work for JAXP 1.3 APIs

Possible bugs in SchemaFactoryFinder and XPathFactoryFinder (was: Remaining work for JAXP 1.3 APIs)

2005-06-16 Thread Michael Glavassevich
I was recently looking over the source for SchemaFactoryFinder [1] and XPathFactoryFinder [2] and noticed that when processing META-INF/services files it calls a method called loadFromProperty() which reads a META-INF/services file as if it were a properties file. I had thought META-INF/service

Re: Remaining work for JAXP 1.3 APIs

2005-06-06 Thread Michael Glavassevich
Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 06/06/2005 05:22:42 AM: > > > Michael Glavassevich wrote: > > > A > >diff [4] between the latest copies on the main branch and tck-jaxp-1_2_0 > >shows some other differences, most notably how the jaxp.properties file is > >cached. The code on the m

Re: Remaining work for JAXP 1.3 APIs

2005-06-06 Thread Neeraj Bajaj
Michael Glavassevich wrote: A diff [4] between the latest copies on the main branch and tck-jaxp-1_2_0 shows some other differences, most notably how the jaxp.properties file is cached. The code on the main branch will read and cache the jaxp.properties file once whereas on the tck-jaxp-1_2

Re: Remaining work for JAXP 1.3 APIs

2005-06-02 Thread Michael Glavassevich
Hi Neeraj, Here's a list of the ones I know about: The discrepancy in File to URI conversion was reported against DocumentBuilder but it also applies to SAXParser and StreamSource. The fix hasn't been applied to either of those classes. The FactoryFinder classes in the parsers and transform pa

Re: Remaining work for JAXP 1.3 APIs

2005-05-29 Thread Neeraj Bajaj
Thanks Michael for catching this one. Yes [1] should be fixed. Except for changes related to compile/runtime dependency on JDK 1.4 what are the other changes ? - Neeraj Michael Glavassevich wrote: Hi everyone, A recently opened Bugzilla report [1] cites a fix for File to URI conversion which

Re: Remaining work for JAXP 1.3 APIs

2005-05-29 Thread Neil Graham
EMAIL PROTECTED] Michael Glavassevich/Toronto/[EMAIL PROTECTED] 05/29/2005 10:44 PM To commons-dev@xml.apache.org cc Subject Remaining work for JAXP 1.3 APIs Hi everyone, A recently opened Bugzilla report [1] cites a fix for File to URI conversion which was applied to the tck-jaxp-

Remaining work for JAXP 1.3 APIs

2005-05-29 Thread Michael Glavassevich
Hi everyone, A recently opened Bugzilla report [1] cites a fix for File to URI conversion which was applied to the tck-jaxp-1_2_0 branch back in 2002 [2] but wasn't merged back into the main branch (now containing JAXP 1.3). It seems that few (if any) of the fixes and other improvements we've a