Re: java.net.ConnectException in spite of EntityResolver

2008-08-28 Thread Frédéric Filliat
Hello Mark, I had the same problem. You have to disable the property "http://apache.org/xml/features/nonvalidating/load-external-dtd";. Ex: DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setFeature( "http://apache.org/xml/features/n

java.net.ConnectException in spite of EntityResolver

2008-08-27 Thread Mark Lundquist
Hi, this is my first post here. I'm looking for some help with a problem. I've been working on some code that invokes Xerces, and I discovered that this code was not supplying an EntityResolver, even though there is a catalog-based EntityResolver readily available for it to use. This code has