You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/10/31 22:16:29 UTC

DO NOT REPLY [Bug 14137] - WSDL2Java generated code does not compile.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14137>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14137

WSDL2Java generated code does not compile.





------- Additional Comments From sylvain.stgermain@cognos.com  2002-10-31 21:16 -------
This complexType cause the equal method not to compile since it uses "other" as 
a parameter name which happens to also be a data member of the class..

<xsd:complexType name="RowData">
	<xsd:all>
		<xsd:element name="Other" type="xsd:boolean"/>
	</xsd:all>
</xsd:complexType>