Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 25869 invoked from network); 30 Nov 2010 07:48:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 07:48:36 -0000 Received: (qmail 14504 invoked by uid 500); 30 Nov 2010 07:48:36 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 14400 invoked by uid 500); 30 Nov 2010 07:48:36 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 14373 invoked by uid 99); 30 Nov 2010 07:48:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 07:48:34 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 07:48:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAU7mEsZ006820 for ; Tue, 30 Nov 2010 07:48:14 GMT Message-ID: <18019400.20181291103294064.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 02:48:14 -0500 (EST) From: "David Bosschaert (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (DOSGI-69) CXF-DOSGi requires internet access when reading XML MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DOSGI-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965143#action_12965143 ] David Bosschaert commented on DOSGI-69: --------------------------------------- Thanks Julien - I'll take a look soon. > CXF-DOSGi requires internet access when reading XML > --------------------------------------------------- > > Key: DOSGI-69 > URL: https://issues.apache.org/jira/browse/DOSGI-69 > Project: CXF Distributed OSGi > Issue Type: Bug > Components: DSW > Affects Versions: 1.1 > Reporter: David Bosschaert > Assignee: David Bosschaert > Attachments: dosgi69-withoutEmbeddedDependencies.patch, dosgi69.patch > > > When the DOSGi system parses XML (such as an intent map or remote-services.xml file) it tries to resolve the used XML schema's from the internet, even though they are part of the distribution. This shouldn't be happening. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.