Dear All, I am getting follwoing exception while parsing a schema. I have implemented MyURIResolver where i change the schemaLocation attribute from the import tag of input schema. For e.g. if i get HP_CI_utility_Schema_ver1 in schemaLocation then i change it to http://localhost:7001/gwsx/downloadxml.mgr ?fileName=HP_CI_utility_Schema_ver1 which contains the schema locally so castor can read it.
Please let me know why i am getting this ConnectException eventhough everything is local. Caused by: NestedIOException: Error reading import file 'http://localhost:7001/gwsx/downloadxml.mgr ?fileName=HP_CI_utility_Schema_ver1': java.net.ConnectException: Tried all: '5' addresses, but coul d not connect over HTTP to server: 'www.w3.org', port: '80' { nested error: Error reading import fi le 'http://localhost:7001/gwsx/downloadxml.mgr?fileName=HP_CI_utility_Schema_ver1': java.net.Connec tException: Tried all: '5' addresses, but could not connect over HTTP to server: 'www.w3.org', port : '80'} Thanks in advance.... Regards, Deepak __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

