Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 49200 invoked from network); 16 Apr 2007 10:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 10:11:47 -0000 Received: (qmail 73445 invoked by uid 500); 16 Apr 2007 10:11:52 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 73425 invoked by uid 500); 16 Apr 2007 10:11:52 -0000 Mailing-List: contact tuscany-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-dev@ws.apache.org Received: (qmail 73412 invoked by uid 99); 16 Apr 2007 10:11:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 03:11:52 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of simonslaws@googlemail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 03:11:44 -0700 Received: by ug-out-1314.google.com with SMTP id a2so862943ugf for ; Mon, 16 Apr 2007 03:11:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Z9mpOv06/kE7GlHIpJK61SbjztMz86WZ02ezriXErZkQ0W4R1OoG48RyeFUzpe6GVJotFuJ5juHFj/yI8IDczsd+5nTj7eREMJ38eK2iqbTSCC5ZD4TU7EvNLQqK9W29Ygddla7MliSFtLyEg14ZqHsZvSbP/hftNnnsYi2tsg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=acoAJGv+auICjKxGGbTIp7aBjTqIwfJ4OocZCM1zUMYYbmNS0OC2JKk8w2QMo395GIOKDs8QLcBgPKnj7OhquPskfBz1tH1lQzn4Y1OvC17czRqMSwYCXrL8cxmMK/TRz1j5JDKbQbH2MZ1H/SxgYpuVRaEkCb1rjBLRtuvo4gI= Received: by 10.82.189.5 with SMTP id m5mr2027267buf.1176718283344; Mon, 16 Apr 2007 03:11:23 -0700 (PDT) Received: by 10.82.127.12 with HTTP; Mon, 16 Apr 2007 03:11:23 -0700 (PDT) Message-ID: Date: Mon, 16 Apr 2007 11:11:23 +0100 From: "Simon Laws" To: tuscany-dev Subject: Loading XSD includes? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32797_19036708.1176718283314" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32797_19036708.1176718283314 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm having problems getting XSD includes to load in the databinding itest so am interested to know if we are using a different version of o.a.ws.common.XmlSchema than used to be the case. I'm getting an NPE in this package because the baseUri in the XmlSchemaCollection is not set up correctly. I'm going to dig into why this is the case but if anyone knows why things have changed or is alos getting this effect I would be interested to know. Simon ------=_Part_32797_19036708.1176718283314--