From commits-return-8193-archive-asf-public=cust-asf.ponee.io@daffodil.apache.org Mon Jun 28 21:37:02 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 48585180645 for ; Mon, 28 Jun 2021 23:37:02 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 7DCEA3ECDE for ; Mon, 28 Jun 2021 21:37:01 +0000 (UTC) Received: (qmail 85614 invoked by uid 500); 28 Jun 2021 21:37:01 -0000 Mailing-List: contact commits-help@daffodil.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@daffodil.apache.org Delivered-To: mailing list commits@daffodil.apache.org Received: (qmail 85598 invoked by uid 99); 28 Jun 2021 21:37:01 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2021 21:37:01 +0000 Received: from jira2-he-de.apache.org (unknown [IPv6:2a01:4f8:242:1f49::2]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 34CDF3E823 for ; Mon, 28 Jun 2021 21:37:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 1E82CC80161 for ; Mon, 28 Jun 2021 21:37:00 +0000 (UTC) Date: Mon, 28 Jun 2021 21:37:00 +0000 (UTC) From: "Mike Beckerle (Jira)" To: commits@daffodil.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DAFFODIL-747) JAPI leaking warning messages 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/DAFFODIL-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Beckerle resolved DAFFODIL-747. ------------------------------------ Fix Version/s: 3.1.0 Resolution: Fixed This was fixed well before version 3.1.0, but it is not worth digging around to try to find exactly when. If the API design issue herein is considered serious enough, that should be opened as an entirely separate ticket. However, at this time I do not support that supposition. > JAPI leaking warning messages > ----------------------------- > > Key: DAFFODIL-747 > URL: https://issues.apache.org/jira/browse/DAFFODIL-747 > Project: Daffodil > Issue Type: Bug > Components: API > Environment: JAPI, Win7, 0.10 > Reporter: James Garriss > Priority: Major > Fix For: 3.1.0 > > > The JAPI is still writing some info directly to the output, notably this warning message (which occurs every time an included schema is referenced): > {code} > 2013-06-06 11:06:35:998 edu.illinois.ncsa.daffodil.dsom.Include Info[Included schema from file:/C:/Users/jgarriss/Documents/Coding/Java/Polyphony/schemas/DefaultProperties.xsd into namespace No_Namespace.] > {code} > I assume there is a similar warning when a file is imported. > In the JAPI, nothing should be written directly to output. Everything should be captured and made available to the developer via the API. -- This message was sent by Atlassian Jira (v8.3.4#803005)