Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 73955 invoked from network); 1 Dec 2006 16:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 16:44:06 -0000 Received: (qmail 4379 invoked by uid 500); 1 Dec 2006 16:44:12 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 4358 invoked by uid 500); 1 Dec 2006 16:44:12 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 4347 invoked by uid 99); 1 Dec 2006 16:44:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 08:44:12 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [80.247.70.7] (HELO smtp-out2.email.it) (80.247.70.7) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 08:44:00 -0800 Received: by smtp-out2.email.it (Email.it, from userid 101) id CB5991BC114; Fri, 1 Dec 2006 17:43:45 +0100 (CET) Received: from [127.0.0.1] (host26-158-dynamic.16-87-r.retail.telecomitalia.it [87.16.158.26])by smtp-out2.email.it (Email.it) with ESMTP id 2B23B1BC07Afor ; Fri, 1 Dec 2006 17:43:45 +0100 (CET) Message-ID: <45705BA7.3000907@email.it> Date: Fri, 01 Dec 2006 17:43:19 +0100 From: Francesco Sessa User-Agent: Mozilla Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Geronimo and Eclipse - WTP and error when generating WSDL Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Copyrighted-Material: Please visit http://www.email.it/ita/privacy.html X-Virus-Checked: Checked by ClamAV on apache.org Hi all, i'm trying to create a web services using eclipse + wtp plugin. The server start correctly, and i create stateless and entity cmp EJB. In the stateless i create two method (getByAll() and getByName()) that return StudentWrapper[]. When i try to create a web service i receive the message: IWAB0398E Error in generating WSDL from Java java.lang.ClassNotFoundException: org.universita.segreteriaBean where segreteriaBean is the session bean. I have set the build path to import the correct project but the problem remains. I don't know if it's a problem of eclipse or geronimo. what can I make? Thanks