Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 91A99200D0E for ; Tue, 26 Sep 2017 09:37:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FEED1609B4; Tue, 26 Sep 2017 07:37:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D74581609C1 for ; Tue, 26 Sep 2017 09:37:03 +0200 (CEST) Received: (qmail 1828 invoked by uid 500); 26 Sep 2017 07:37:02 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 1815 invoked by uid 99); 26 Sep 2017 07:37:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2017 07:37:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6CA0AC5B74 for ; Tue, 26 Sep 2017 07:37:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gGCHSAOguYuB for ; Tue, 26 Sep 2017 07:37:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 646CB5F640 for ; Tue, 26 Sep 2017 07:37:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A3F73E0B20 for ; Tue, 26 Sep 2017 07:37:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6493724256 for ; Tue, 26 Sep 2017 07:37:00 +0000 (UTC) Date: Tue, 26 Sep 2017 07:37:00 +0000 (UTC) From: "Grzegorz Grzybek (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARIES-1723) Blueprint NamespaceHandler can't resolve XSD in offline mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 26 Sep 2017 07:37:04 -0000 [ https://issues.apache.org/jira/browse/ARIES-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180393#comment-16180393 ] Grzegorz Grzybek commented on ARIES-1723: ----------------------------------------- I have these changes made to a class fixed with ARIES-1540: {noformat} * 195a95b32 - [ARIES-1682] Fallback to URL API if URI.resolve(systemId) is still relative (case of jar:file:) (7 months ago) * cd294ead5 - [ARIES-1503] Wrap bad behaving NamespaceHandlers to fix their behavior (12 months ago) * ff122ebcb - [ARIES-1574] Remove the reference to AutoCloseable in blueprint-core in order to maintain Java 1.6 compatibility. (1 year, 3 months ago) * 91b7e4fe5 - [ARIES-1540] Blueprint NamespaceHandler can't resolve XSD in offline mode (1 year, 5 months ago) {noformat} Which of the changes revert the behavior? We use blueprint-core 1.8.0 without offline problems... Do you have sample blueprint.xml which fails offline? > Blueprint NamespaceHandler can't resolve XSD in offline mode > ------------------------------------------------------------ > > Key: ARIES-1723 > URL: https://issues.apache.org/jira/browse/ARIES-1723 > Project: Aries > Issue Type: Bug > Components: Blueprint > Affects Versions: blueprint-core-1.8.0 > Reporter: Pointbreak > Priority: Blocker > > When the NamespaceHandler is offline, it fails to resolve the XSD. This is the exact same bug that was resolved in ARIES-1540 (blueprint-core-1.6.2). > The changes made in that fix seem to have been undone in later versions. Issue ARIES-1540 describes the issue, and contains the bugfix. If I look at the code for 1.8.0 the change of that fix can be applied with no changes. -- This message was sent by Atlassian JIRA (v6.4.14#64029)