Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 41702 invoked from network); 11 Aug 2004 13:28:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Aug 2004 13:28:55 -0000 Received: (qmail 97866 invoked by uid 500); 11 Aug 2004 13:28:22 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 97769 invoked by uid 500); 11 Aug 2004 13:28:21 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 97665 invoked by uid 500); 11 Aug 2004 13:28:20 -0000 Delivered-To: apmail-incubator-geronimo-cvs@apache.org Received: (qmail 97643 invoked by uid 99); 11 Aug 2004 13:28:19 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 11 Aug 2004 06:28:19 -0700 Received: (qmail 40667 invoked by uid 1203); 11 Aug 2004 13:28:16 -0000 Date: 11 Aug 2004 13:28:16 -0000 Message-ID: <20040811132816.40666.qmail@minotaur.apache.org> From: dims@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/axis project.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dims 2004/08/11 06:28:16 Modified: modules/axis project.xml Log: Patch from Srinath: =================================================== with the new patch fix the class loading stuff. Now this complete geronimo supports for the Simple type web serivices. The WebServiceTest now has code to do the actual web service invocation tests. There is a class loading problem for the Complex type web services in the openejb service invocation. I add a test case to cover this but exclude it. I need to check it in the new openEJB cvs and get help from the open ejb ppl if there is a problem. Thanks --Srinath ======================================================= Revision Changes Path 1.6 +2 -1 incubator-geronimo/modules/axis/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/axis/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 29 Jul 2004 02:58:36 -0000 1.5 +++ project.xml 11 Aug 2004 13:28:16 -0000 1.6 @@ -435,6 +435,7 @@ **/Abstract*.java **/EWSTest.java + **/ComplexTypeWebServiceTest.java