Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 58044 invoked by uid 500); 14 Jun 2002 14:38:29 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 58034 invoked from network); 14 Jun 2002 14:38:29 -0000 Date: 14 Jun 2002 14:38:31 -0000 Message-ID: <20020614143831.656.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 9869] New: - Enum values are bad in generated Impl and TestCase X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=9869 Enum values are bad in generated Impl and TestCase Summary: Enum values are bad in generated Impl and TestCase Product: Axis Version: current (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: axis-dev@xml.apache.org ReportedBy: butek@us.ibm.com Given XML: The generated impl and test case code has lines like: EnumIntHolder varEnumInt.value = com.sun.ts.tests.jaxrpc.ee.w2j.rpc.encoded.parametermodetest.EnumInt.-2147483648 ; This was discovered during TCK testing. The Impl file is generated when you specify WSDL2Java -s. This file won't compile, but it can be deleted. So I can still proceed with the TCK.