Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 20473 invoked from network); 8 Feb 2008 06:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2008 06:43:30 -0000 Received: (qmail 98236 invoked by uid 500); 8 Feb 2008 06:43:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98179 invoked by uid 500); 8 Feb 2008 06:43:21 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 98168 invoked by uid 99); 8 Feb 2008 06:43:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 22:43:21 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2008 06:43:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EE57871406E for ; Thu, 7 Feb 2008 22:43:07 -0800 (PST) Message-ID: <5156900.1202452987956.JavaMail.jira@brutus> Date: Thu, 7 Feb 2008 22:43:07 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3831) Incomplete classpath fed to wsgen In-Reply-To: <22420343.1202419635874.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-3831: ----------------------------------- Attachment: GERONIMO-3831-2.patch This patch works but needs a lot of cleanup before being applied. > Incomplete classpath fed to wsgen > --------------------------------- > > Key: GERONIMO-3831 > URL: https://issues.apache.org/jira/browse/GERONIMO-3831 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: webservices > Affects Versions: 2.1, 2.1.1 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 2.1, 2.1.1 > > Attachments: GERONIMO-3831-2.patch, GERONIMO-3831-branches-2.0.patch, GERONIMO-3831.patch > > > The code in WsdlGenerator is only looking at the current configuration when constructing a classpath to feed to wsgen. If you have an ear with a ws in a war that uses classes in the ear lib or an ejb jar this won't be enough. I think the solution is to include all the ancestors.... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.