Re: XMLChar.isNameStart error?

2018-02-14 Thread Claude Warren
The issue is that predicate namespaces are parsed with XMLChar. So if I have one that is correctly formed based on XML 1.1 spec but the XMLChar code does not recognizes the first character of the local name it will not split the URL correctly. All code that depende upon Resource.getNamespace() an

Re: XMLChar.isNameStart error?

2018-02-14 Thread Rob Vesse
If memory serves this is mostly historical, once upon a time RDF/XML was the only serialisation available and so everything had to be XML compliant. Obviously things have evolved over time but the implementation is conservative in this regards. Also I think XML 1.1 post-dates RDF/XML and variou

Re: XMLChar.isNameStart error?

2018-02-14 Thread Claude Warren
My error. I should have specifed XML 1.0 as that is the spec that I drew the test code from: https://www.w3.org/TR/xml/#NT-NameStartChar So this is an error in Xerces to meet the XML 1.0 naming spec. I have opened a defect with Xerces ( https://issues.apache.org/jira/browse/XERCESJ-1690) but I

Re: XMLChar.isNameStart error?

2018-02-14 Thread Andy Seaborne
This is about "editions" of XML 1.0. On 14/02/18 10:52, Claude Warren wrote: My error. I should have specifed XML 1.0 as that is the spec that I drew the test code from: https://www.w3.org/TR/xml/#NT-NameStartChar Is the XMLChar in the JDK correct? I don't know what edition the built-in Jav

Apache EU Roadshow CFP Closing Soon (23 February)

2018-02-14 Thread Sharan F
Hello Everyone This is an initial reminder to let you all know that we are holding an Apache EU Roadshow co-located with FOSS Backstage in Berlin on 13^th and 14^th June 2018. https://s.apache.org/tCHx The Call for Proposals (CFP) for the Apache EU Roadshow is currently open and will close a

[jira] [Comment Edited] (JENA-1485) tdb CLI tools don't work with OpenJDK 8

2018-02-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364564#comment-16364564 ] Andy Seaborne edited comment on JENA-1485 at 2/14/18 6:29 PM: --

[jira] [Commented] (JENA-1485) tdb CLI tools don't work with OpenJDK 8

2018-02-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364564#comment-16364564 ] Andy Seaborne commented on JENA-1485: - I can't reproduce this.  (1.8.0_151) It does lo

[GitHub] jena issue #360: Make sure to use datasets transactionally (JENA-1486)

2018-02-14 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/360 This is in the code base now. Can we close it please? To do it after the event, you can do an empty commit with message "This closes #360." ---

[jira] [Commented] (JENA-1486) textindexer CLI tool does not use a read transaction preventing usage with TDB2 datasets

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364590#comment-16364590 ] ASF GitHub Bot commented on JENA-1486: -- Github user afs commented on the issue: h

[jira] [Commented] (JENA-1480) Bad Request 400 returned when clicking "count triples in all graphs" in Fuseki info

2018-02-14 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364573#comment-16364573 ] Andy Seaborne commented on JENA-1480: - Something on the client side is sending malforme

[jira] [Created] (JENA-1489) models written twice on RDFConnection

2018-02-14 Thread Code Ferret (JIRA)
Code Ferret created JENA-1489: - Summary: models written twice on RDFConnection Key: JENA-1489 URL: https://issues.apache.org/jira/browse/JENA-1489 Project: Apache Jena Issue Type: Bug C