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
>