I have a strange problem using an XMLCatalogResolver.
I am using a catalog with relative paths like po.xsd. If I run the program with java 1.6 everything goes well. But when I am running in Mac OS X with java 1.5, the program hangs somewhere in the parsing. It has something to do with the opening of the URL inputstream. In java 1.5 it is using a URL in the form of file://Applications/.. This is not a valid URL. In java 1.6 the URL is file://// Applications/.. and the problem does not occur. I will try to find out some more details and then will submit a example program with this behaviour. But maybe someone recognizes this problem already and give me some hints.
I using xerces version 2.9.1.

Regards
Dick Deneer


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to