Greetings. I was curious about the status of resolver API. Looking at the commons page, xml-commons-resolver-1.0's last release was in Nov'02. Has there been any other releases after that?
I'm getting an IOE that comes from apache resolver code? Any idea if this is fixed in some later release. If not, what's the process of getting this resolved? java.io.IOException: Server returned HTTP response code: 504 for URL: ftp://basename/./xcatalog at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1152) at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(FtpURLConnection.java:356) at java.net.URL.openStream(URL.java:1007) at org.apache.xml.resolver.Catalog.parseCatalogFile(Catalog.java:875) at org.apache.xml.resolver.Catalog.parsePendingCatalogs(Catalog.java:779) at org.apache.xml.resolver.Catalog.parseCatalog(Catalog.java:627) at org.apache.xml.resolver.Catalog.loadSystemCatalogs(Catalog.java:602) at org.apache.xml.resolver.CatalogManager.getPrivateCatalog(CatalogManager.java:727) at org.apache.xml.resolver.CatalogManager.getCatalog(CatalogManager.java:754) at org.apache.xml.resolver.tools.CatalogResolver.initializeCatalogs(CatalogResolver.java:124) at org.apache.xml.resolver.tools.CatalogResolver.<init>(CatalogResolver.java:119) <my code> Thanks Samaresh
