Return-Path: Delivered-To: apmail-tuscany-dev-archive@www.apache.org Received: (qmail 84456 invoked from network); 20 Nov 2009 16:27:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 16:27:05 -0000 Received: (qmail 59660 invoked by uid 500); 20 Nov 2009 16:27:03 -0000 Delivered-To: apmail-tuscany-dev-archive@tuscany.apache.org Received: (qmail 59571 invoked by uid 500); 20 Nov 2009 16:27:03 -0000 Mailing-List: contact dev-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list dev@tuscany.apache.org Received: (qmail 59547 invoked by uid 99); 20 Nov 2009 16:27:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 16:27:03 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 16:27:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 005FF234C045 for ; Fri, 20 Nov 2009 08:26:40 -0800 (PST) Message-ID: <1064637218.1258734399989.JavaMail.jira@brutus> Date: Fri, 20 Nov 2009 16:26:39 +0000 (UTC) From: "Martin Clough (JIRA)" To: dev@tuscany.apache.org Subject: [jira] Created: (TUSCANY-3379) useParentHandlers in JDKLoggingPolicy cannot be set MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org useParentHandlers in JDKLoggingPolicy cannot be set --------------------------------------------------- Key: TUSCANY-3379 URL: https://issues.apache.org/jira/browse/TUSCANY-3379 Project: Tuscany Issue Type: Bug Components: Java SCA Policy Affects Versions: Java-SCA-1.5 Reporter: Martin Clough Priority: Minor Attachments: TUSCANY-3379.patch The useParentHandlers option in definitions.xml for tuscany:logging is ineffective. This is because JDKLoggingPolicyProcessor uses getBoolean on this value, when it should use parseBoolean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.