Re: New xercesImpl compatible with java 1.1

2003-01-11 Thread neilg
Hello, Just to add one point to Joe's note: It is still a goal for Xerces to run under 1.1.8, but we can no longer compile there. This is unavoidable, unfortunately, because of some J2EE issues we had to take into account for internal classloading. The unfortunate part is that this makes preser

Re: Turning off DTD validation but allow Schema validation ( was Re: Schema validation with Xerces and JAXP )

2003-01-11 Thread neilg
Hi Jesus, This is a schema validation error. (You can tell; cvc == complexType validation constraint). It's produced when Xerces can't find your schema file. Usually this means that something went wrong with Xerces's attempt to resolve the location of the file, but other things could be wrong a

Re: Turning off DTD validation but allow Schema validation ( was Re: Schema validation with Xerces and JAXP )

2003-01-11 Thread Jesus M. Salvo Jr.
Thanks Neil for the response. However ... 1) I did ran ethereal to checkout if Xerces was retrieving the schema ... and found it that: 1a) I did _NOT_ see any attempt to retrieve the SOAP schema, as specified by the root element attribute: xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelop