-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian,

fixed the breaking test with the hack for now...

- -- dims

Brian Murray wrote:
| Hi all,
|
| The test cases introduced in the jaxws module as part of XML Catalog support
| fail on Linux.  One problem I have found is that the Catalog API's are
| returning "file://" (two slashes) on Linux when they (correctly) return
| "file:/" (one slash) on Windows.  If I add the following just before the
| "return resolvedImportLocation" in CatalogWSDLLocator, then this problem is
| corrected:
|
|         if (resolvedImportLocation != null)
|             resolvedImportLocation =
| resolvedImportLocation.replaceFirst("file://",
| "file:/");
|
| A similar fix would be needed in CatalogURIResolver.  Would this be an
| objectionable correction?
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFHxPTdgNg6eWEDv1kRAtmeAJ9Ofc/7aO9ii+xEGqdzdvjXXtRh0ACg2uJY
KXAQB1vts8sHlJGgYFcZMb0=
=0JBd
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to