[ 
https://issues.apache.org/jira/browse/COMMONSRDF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16226137#comment-16226137
 ] 

ASF GitHub Bot commented on COMMONSRDF-66:
------------------------------------------

Github user wikier commented on a diff in the pull request:

    https://github.com/apache/commons-rdf/pull/42#discussion_r147883290
  
    --- Diff: 
jena/src/test/java/org/apache/commons/rdf/jena/DatasetJenaTest.java ---
    @@ -7,7 +7,7 @@
      * "License"); you may not use this file except in compliance
      * with the License.  You may obtain a copy of the License at
      *
    - *     http://www.apache.org/licenses/LICENSE-2.0
    --- End diff --
    
    Please, remove this changeset from the PR.


> 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
>
> Occurs from this method 
> [https://github.com/apache/commons-rdf/blob/master/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 
> registryGraph 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)

Reply via email to