RE: [PATCH] Fix to WSDL2Java SymbolTable

2002-04-03 Thread Russell Butek
Oops! (sheepish embarrassment!) Fixed. Russell Butek [EMAIL PROTECTED] "Blumenkrantz, Jason" <[EMAIL PROTECTED]> on 04/03/2002 12:16:19 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: [PAT

RE: [PATCH] Fix to WSDL2Java SymbolTable

2002-04-03 Thread Blumenkrantz, Jason
-Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 1:05 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] Fix to WSDL2Java SymbolTable Thanks, Jason! I've made your fix (with slight modifications) and all our tests pass. Of course all our

Re: [PATCH] Fix to WSDL2Java SymbolTable

2002-04-03 Thread Russell Butek
"Blumenkrantz, Jason" <[EMAIL PROTECTED]> on 04/03/2002 10:57:12 AM Please respond to [EMAIL PROTECTED] To:"Axis-Dev (E-mail)" <[EMAIL PROTECTED]> cc: Subject:[PATCH] Fix to WSDL2Java SymbolTable Using the latest nigthly build, I am unable to use WSDL2J

[PATCH] Fix to WSDL2Java SymbolTable

2002-04-03 Thread Blumenkrantz, Jason
Using the latest nigthly build, I am unable to use WSDL2Java on local WSDL files with local relative imported WSDL files. Looking into SymbolTable.getURL(), it looks like the third attempt if (contextURL != null) { String contextFileName = contextURL.getFile();