Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 13242 invoked from network); 11 Aug 2004 17:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Aug 2004 17:53:30 -0000 Received: (qmail 37326 invoked by uid 500); 11 Aug 2004 17:53:22 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 37288 invoked by uid 500); 11 Aug 2004 17:53:22 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 37275 invoked by uid 99); 11 Aug 2004 17:53:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [161.114.128.27] (HELO zukmail03.zreo.compaq.com) (161.114.128.27) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 11 Aug 2004 10:53:19 -0700 Received: from IDAEXG12.emea.cpqcorp.net (idaexg12.emea.cpqcorp.net [16.16.5.39]) by zukmail03.zreo.compaq.com (Postfix) with ESMTP id 7A028F56 for ; Wed, 11 Aug 2004 18:53:17 +0100 (BST) Received: from mnoexc01.emea.cpqcorp.net ([16.18.1.3]) by IDAEXG12.emea.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.0); Wed, 11 Aug 2004 19:53:17 +0200 x-mimeole: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Strange XSD error after WAR deploying Date: Wed, 11 Aug 2004 19:53:15 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Strange XSD error after WAR deploying Thread-Index: AcR/w/N5ECyMIbDGS4uiRdEveQLeMgAAbyPQ From: "Bordet, Simone" To: X-OriginalArrivalTime: 11 Aug 2004 17:53:17.0270 (UTC) FILETIME=[14D3D760:01C47FCC] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi,=20 > That is really weird. Do any of your files contain the text=20 > "jsp-configType"? No. > Just a guess, but maybe this is something that the file at=20 > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd is pulling=20 > in? Does it work if you remove the xsi:schemaLocation attribute? The XSD at http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd is, I guess, = buggy. The element jsp-config is declared but never defined; not so happens for = all other elements, for example "welcome-file-list" or "error-page". It seems to me that Jetty is checking for XSDs, but I could not find any = Jetty config file. I am really a newby here, if someone can help... Also, I tried to fix the XSD and let it be served by a local server, but = the thing is going back home (at java.sun.com) every time. I checked = Jetty, and it seems to have hardcoded the URL, it explains the "going = back home". I am really puzzled by the fact that apparently noone noticed the XSD = bug, and it's there since 24 Nov 2003 ! Does this means Geronimo must always be online to work ? Sorry if you = already discussed this, I'm trying to catch up. Thanks, Simon