users@jax-ws.java.net

Re: Typo in error message

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Fri, 06 Jul 2007 14:10:28 -0700

[adding jaxb user ML to cc]
This error is spitted by JAXB (XJC) and will need a fix there. Maybe you
should report an issue on jaxb.

-vivek.

Arun Gupta wrote:
> One of the error messages while importing a WSDL using wsimport is:
>
> -- cut here --
> C:\workarea\tango\calcclient2>"\users\arun
> gupta\glassfish\bin\wsimport" http://localhost:8000
> /?wsdl
> parsing WSDL...
>
>
> [ERROR] Property "Any" is already defined. Use &lt;jaxb:property> to
> resolve this conflict.
> line 1 of http://localhost:8000/?xsd=xsd0
>
> [ERROR] The following location is relevant to the above error
> line 1 of http://localhost:8000/?xsd=xsd0
> -- cut here --
>
> In the error message "&lt;jaxb:property>" needs to be replaced with
> "<jaxb:property>".
>
> Moreover the error message need to provide some more information in
> terms of how this error can be fixed, for example is there a command
> line option to fix this or does it have to be in a customization file ?
>
> Thanks,
> -Arun
>