Re: Retrieving document ... messages

2006-04-07 Thread Raymond Feng
ace)) { - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Thursday, April 06, 2006 8:56 AM Subject: Retrieving document ... messages These get printed on stdout or stderr as Tomcat is running. I could not find the text "Retrieving document" i

Re: Retrieving document ... messages

2006-04-06 Thread Raymond Feng
Hi, I guess you can turn it off by the following code WSDLReader.setFeature("javax.wsdl.verbose", false); Thanks, Raymond - Original Message - From: "rick rineholt" <[EMAIL PROTECTED]> To: Sent: Thursday, April 06, 2006 1:14 PM Subject: Re: Retrieving docu

Re: Retrieving document ... messages

2006-04-06 Thread rick rineholt
Yes I found that string in there. I just tried the latest one I could find wsdl4j-1.5.2 in M2 repository. We seem to run with it but it too is printing out that message. Guillaume Nodet wrote: > Don't they come from wsdl4j when using in WSDL ? > Not sure if this is your case, but I have alread

Re: Retrieving document ... messages

2006-04-06 Thread Guillaume Nodet
Don't they come from wsdl4j when using in WSDL ? Not sure if this is your case, but I have already seen something like that when parsing WSDL... Guillaume Nodet Jeremy Boynes wrote: These get printed on stdout or stderr as Tomcat is running. I could not find the text "Retrieving document" i

Retrieving document ... messages

2006-04-06 Thread Jeremy Boynes
These get printed on stdout or stderr as Tomcat is running. I could not find the text "Retrieving document" in the code anywhere - does anyone know where they come from and if it's possible to convert them to log messages? -- Jeremy