Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-12-02 Thread Leo Simons
Hi gang! could someone please take the time to update the current HEAD/MAIN branch to have the correct method signature for the public InputSource resolveEntity (String publicId, String systemId) throws IOException, SAXException method in DefaultHandler? That involves removing the IOE

Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-10-21 Thread Sarah McNamara
: Subject: Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP 10/21/2003 05:59 PM

Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-10-21 Thread Sarah McNamara
cc: 10/21/2003 03:11 Subject: Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-10-21 Thread Ville Skyttä
Thanks for the clarification, Shane. Some comments below. On Tue, 2003-10-21 at 22:11, [EMAIL PROTECTED] wrote: > In principle I'd say we'll be shipping the version that matches the > current JAXP 1.2 TCK, since we need to pass the TCK to have an official > release. Makes sense. > Unfortun

Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-10-21 Thread shane_curcuru
G. Trying to handle too many different standards at once is a headache, I agree. In principle I'd say we'll be shipping the version that matches the current JAXP 1.2 TCK, since we need to pass the TCK to have an official release. Unfortunately this sometimes means shipping potentially co

Re: org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-10-21 Thread Ville Skyttä
With the next version of xml-apis knocking on the door, could someone shed some light on how will the problem below be addressed in the new version? On Thu, 2003-06-05 at 21:06, Ville Skyttä wrote: > I'm wondering what is the correct method signature of > org.xml.sax.helpers.DefaultHandler.resolve

org.xml.sax.helpers.DefaultHandler in xml-commons/JAXP

2003-06-05 Thread Ville Skyttä
I'm wondering what is the correct method signature of org.xml.sax.helpers.DefaultHandler.resolveEntity(), in SAX it is declared to throw an IOException, whereas in J2SE 1.4.x, J2EE 1.3.x only SAXException is declared (IOException is documented, which is clearly bogus ATM, it's a checked exception b