Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 67556 invoked from network); 25 Aug 2005 15:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 15:50:55 -0000 Received: (qmail 16905 invoked by uid 500); 25 Aug 2005 15:50:55 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 16710 invoked by uid 500); 25 Aug 2005 15:50:54 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 16691 invoked by uid 99); 25 Aug 2005 15:50:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 08:50:54 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_00_10,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chad.schoettger@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO zproxy.gmail.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2005 08:51:10 -0700 Received: by zproxy.gmail.com with SMTP id i1so218757nzh for ; Thu, 25 Aug 2005 08:50:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=IfzrO9y+h5otXD3EiCX6OtzIP8vEdAmOP2F9auCmd0UqWpnlh1IHV+KlMbZASADJ+yhAVV+FBPCRHxA0fZe7SCNEBCNTZH2TS68EsTbCqOIx/bKw3VE8KES+6+ILqQHqabx/xlrmF2GwAAt9cMNwIfkpfAoKdOjNcb6MFtBcNKc= Received: by 10.36.34.12 with SMTP id h12mr97884nzh; Thu, 25 Aug 2005 08:50:51 -0700 (PDT) Received: by 10.36.121.13 with HTTP; Thu, 25 Aug 2005 08:50:51 -0700 (PDT) Message-ID: Date: Thu, 25 Aug 2005 09:50:51 -0600 From: Chad Schoettger To: dev@beehive.apache.org Subject: [PATCH] BEEHIVE-807 : Service control generation gens controls which will fail compilation Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7110_1624839.1124985051806" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_7110_1624839.1124985051806 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I have attached a patch to this issue which includes fixes for the issues= =20 Jacob found (Thanks Jacob!!). The changes are specific to the service control generation task and consist= =20 of additional checks for method and method parameter names generated from a= =20 WSDL. The patch also includes several new tests created by Jacob Danner to= =20 verify that the service control generation does not generate a service=20 control which fails java compilation. - Chad ------=_Part_7110_1624839.1124985051806--