dev@jax-ws.java.net

Re: com.sun.xml.ws.client.WSServiceDelegate

From: Kathy Walsh <Kathleen.Walsh_at_Sun.COM>
Date: Tue, 21 Feb 2006 09:09:47 -0500

Thanks for pointing this out-
will make correction

Oleksiy Stashok wrote:

> Hi,
>
> I found one similar to small bug thing in code of class
> WSServiceDelegate.
> In constructor there is such code:
>
> ....................
> if(wsdlDocumentLocation!=null)
> wsdlDocumentLocation = serviceCAnnotations.wsdlLocation;
> ....................
> Seems here is assumed to compare "equal" rather than "not equal"
> ....................
> if(wsdlDocumentLocation == null)
> wsdlDocumentLocation = serviceCAnnotations.wsdlLocation;
> ....................
>
>
> otherwise presiouse wsdlDocumentation value didn't have any sense.
>
> WBR,
> Alexey.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>