[jira] [Updated] (COMMONSRDF-66) JenaDatasetImpl.toString() throws RIOT exception

2017-11-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/COMMONSRDF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergio Fernández updated COMMONSRDF-66:
---
Priority: Minor  (was: Major)

> 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ández
>Priority: Minor
> Fix For: 0.5.0
>
>
> 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)


[jira] [Updated] (COMMONSRDF-66) JenaDatasetImpl.toString() throws RIOT exception

2017-10-30 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/COMMONSRDF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergio Fernández updated COMMONSRDF-66:
---
Assignee: Sergio Fernández

> 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ández
> Fix For: 0.5.0
>
>
> 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)


[jira] [Updated] (COMMONSRDF-66) JenaDatasetImpl.toString() throws RIOT exception

2017-10-30 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/COMMONSRDF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergio Fernández updated COMMONSRDF-66:
---
Fix Version/s: 0.4.0

> 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
> Fix For: 0.4.0
>
>
> 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)


[jira] [Updated] (COMMONSRDF-66) JenaDatasetImpl.toString() throws RIOT exception

2017-10-28 Thread Christopher Johnson (JIRA)

 [ 
https://issues.apache.org/jira/browse/COMMONSRDF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Johnson updated COMMONSRDF-66:
--
Description: 
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.

  was:
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 Turtle/pretty".

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 "Turtle/pretty".

No exception is thrown if Lang.NQUADS is set in the toString() method.


> 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)