This was fixed this morning. Get the latest code from the CVS repository or patch the produced code yourself. I submitted the patch on Saturday.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8334 Charles -----Original Message----- From: Pat Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 5:01 PM To: [EMAIL PROTECTED] Subject: axis 4/22/2002 build and google api Hello Everyone, I just downloaded the latest axis 4/22/2202 and the google api and I experienced a couple of problems compiling the generated code useing WSDL2Java. In compiling the code it generated a number of files but in particular it generated: ResultElement.java GoogleSearchResult.java Both of these files have a hashCode method which attempts to create a hashcode by adding a boolean to an int, which of course the compiler does not like. For example; int _hashcode = 0; _hashcode += isEstimateIsExact(); Has anyone else seen this issue or has it be reported as a bug to the Axis developers? ( of course this is assumes it not a driver error or google error ). I am attaching both of those files. If you search for BUG you will see the lines I had to comment out. Thanks Pat This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.
