Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 50970 invoked by uid 500); 28 Mar 2002 14:36:55 -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 50961 invoked from network); 28 Mar 2002 14:36:54 -0000 Date: 28 Mar 2002 14:36:56 -0000 Message-ID: <20020328143656.4774.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 7577] New: - [wsdl2java] - Impl class do not compile when having array inout parameters. 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=7577 [wsdl2java] - Impl class do not compile when having array inout parameters. Summary: [wsdl2java] - Impl class do not compile when having array inout parameters. Product: Axis Version: beta-1 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: axis-dev@xml.apache.org ReportedBy: sylvain.stgermain@cognos.com (as of Marc 25th 2002) The generated code has parenthesis at the end of the creation of the object. As in: page.value = new java.lang.String[](); while they should be curly braces: page.value = new java.lang.String[]{};