[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-09-16 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16930342#comment-16930342 ] Andy Seaborne commented on JENA-1402: - Maybe good - although that is going to make working with the

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-09-15 Thread Greg Albiston (Jira)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929969#comment-16929969 ] Greg Albiston commented on JENA-1402: - There is `java.time.Period`

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-09-13 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929385#comment-16929385 ] Andy Seaborne commented on JENA-1402: - I have looked using java.time but durations are only of the

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-01-12 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16741290#comment-16741290 ] Andy Seaborne commented on JENA-1402: - It does look a bit non-trivial to swap :-( The hard places

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-01-11 Thread Greg Albiston (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740821#comment-16740821 ] Greg Albiston commented on JENA-1402: - I've had a quick look at _NodeValueDuration_ and where it is

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-01-11 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740362#comment-16740362 ] Andy Seaborne commented on JENA-1402: - Greg - thanks for tracking this. Given the lead time, and

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2019-01-08 Thread Greg Albiston (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737062#comment-16737062 ] Greg Albiston commented on JENA-1402: - Just to update that the underlying issue in javax.xml is

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2018-04-23 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16448024#comment-16448024 ] Bruno P. Kinoshita commented on JENA-1402: -- At work we migrated a forecast system using Joda to

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2017-11-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245424#comment-16245424 ] Andy Seaborne commented on JENA-1402: - A good suggestion although we have we have found in the past

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2017-11-07 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16242024#comment-16242024 ] Andy Seaborne commented on JENA-1402: - Greg - thanks for tracking this. Ideally, it will be fixed in

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2017-11-07 Thread Greg Albiston (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241720#comment-16241720 ] Greg Albiston commented on JENA-1402: - The bug in javax.xml.datatype.Duration has been reported to

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2017-10-19 Thread Greg Albiston (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16211520#comment-16211520 ] Greg Albiston commented on JENA-1402: - Hi Andy, It does look like a bug in

[jira] [Commented] (JENA-1402) Subtracting two xsd:Duration gives incorrect results in SPARQL query

2017-10-19 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16211425#comment-16211425 ] Andy Seaborne commented on JENA-1402: - Here is a translation of the setup doing the JDK operations that