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 6D0E2200D3C for ; Tue, 31 Oct 2017 03:42:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6BB06160BE4; Tue, 31 Oct 2017 02:42:05 +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 B1475160BF8 for ; Tue, 31 Oct 2017 03:42:04 +0100 (CET) Received: (qmail 38348 invoked by uid 500); 31 Oct 2017 02:42:03 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 38337 invoked by uid 99); 31 Oct 2017 02:42:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2017 02:42:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 17ADA1A2FBF for ; Tue, 31 Oct 2017 02:42:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ifD9dNe5aIYu for ; Tue, 31 Oct 2017 02:42:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 04A8A5F121 for ; Tue, 31 Oct 2017 02:42:02 +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 4285FE0F1C for ; Tue, 31 Oct 2017 02:42:01 +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 5A066212FF for ; Tue, 31 Oct 2017 02:42:00 +0000 (UTC) Date: Tue, 31 Oct 2017 02:42:00 +0000 (UTC) From: =?utf-8?Q?Sergio_Fern=C3=A1ndez_=28JIRA=29?= To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COMMONSRDF-66) JenaDatasetImpl.toString() throws RIOT exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 31 Oct 2017 02:42:05 -0000 [ https://issues.apache.org/jira/browse/COMMONSRDF-66?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Fern=C3=A1ndez updated COMMONSRDF-66: --------------------------------------- Assignee: Sergio Fern=C3=A1ndez > JenaDatasetImpl.toString() throws RIOT exception > ------------------------------------------------ > > Key: COMMONSRDF-66 > URL: https://issues.apache.org/jira/browse/COMMONSRDF-66 > Project: Apache Commons RDF > Issue Type: Bug > Components: jena > Affects Versions: 0.3.0 > Reporter: Christopher Johnson > Assignee: Sergio Fern=C3=A1ndez > Fix For: 0.5.0 > > > Occurs from this method [https://github.com/apache/commons-rdf/blob/maste= r/jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaDatasetImpl.java#= L152] on instantiation: > The exception message is "No dataset writer for N-Triples/utf-8". > The source is RDFWriterRegistry that builds a registryDataset HashMap of = 17 +Dataset+ RDFFormats that does not include this serialization. The regi= stryGraph HashMap has 25 RDFFormats that does include "N-Triples/utf-8". > No exception is thrown if Lang.NQUADS is set in the toString() method. -- This message was sent by Atlassian JIRA (v6.4.14#64029)