Return-Path: X-Original-To: apmail-aries-dev-archive@www.apache.org Delivered-To: apmail-aries-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53A9D1830C for ; Tue, 21 Jul 2015 16:01:14 +0000 (UTC) Received: (qmail 90996 invoked by uid 500); 21 Jul 2015 16:01:04 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 90953 invoked by uid 500); 21 Jul 2015 16:01:04 -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 90942 invoked by uid 99); 21 Jul 2015 16:01:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2015 16:01:04 +0000 Date: Tue, 21 Jul 2015 16:01:04 +0000 (UTC) From: "Alexandre Roman (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARIES-1354) Subsystem ContentHandler instances are not called in child subsystems MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexandre Roman created ARIES-1354: -------------------------------------- Summary: Subsystem ContentHandler instances are not called in child subsystems Key: ARIES-1354 URL: https://issues.apache.org/jira/browse/ARIES-1354 Project: Aries Issue Type: Bug Components: Subsystem Affects Versions: subsystem-2.0.2 Reporter: Alexandre Roman I have a subsystem embedding a custom resource. This resource is handled by a custom ContentHandler implementation. This resource is correctly handled if I install this subsystem as a child of the root subsystem (my ContentHandler is called). However, if the same subsystem is embedded in a bigger subsystem, the resource is not handled, while the subsystem is successfully installed and started. No errors found in logs (DEBUG level). -- This message was sent by Atlassian JIRA (v6.3.4#6332)