[
https://issues.apache.org/jira/browse/JENA-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544582#comment-16544582
]
ASF subversion and git services commented on JENA-1575:
-------------------------------------------------------
Commit bd4f66969202f4514f000749b3c3bf65682f21fc in jena's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=bd4f669 ]
JENA-1575: tdbloader - unnecessarily specific class cast.
> tdbloader: class cast exception when using --graph.
> ---------------------------------------------------
>
> Key: JENA-1575
> URL: https://issues.apache.org/jira/browse/JENA-1575
> Project: Apache Jena
> Issue Type: Bug
> Components: TDB
> Affects Versions: Jena 3.8.0
> Reporter: Andy Seaborne
> Priority: Major
>
> [Email on
> users@|https://lists.apache.org/thread.html/80759dd4ab869eab052ebb660209ff0a214866955c8c112df8039431@%3Cusers.jena.apache.org%3E].
> {{tdbloader --loc=TMP --graph=http://example/g ~/tmp/D.ttl}}
> causes:
> {noformat}
> java.lang.ClassCastException: org.apache.jena.tdb.store.GraphTxnTDB cannot be
> cast to org.apache.jena.tdb.store.GraphNonTxnTDB
> at tdb.cmdline.CmdTDBGraph.getGraph(CmdTDBGraph.java:69)
> at tdb.tdbloader.loadNamedGraph(tdbloader.java:127)
> at tdb.tdbloader.exec(tdbloader.java:117)
> at jena.cmd.CmdMain.mainMethod(CmdMain.java:93)
> at jena.cmd.CmdMain.mainRun(CmdMain.java:58)
> at jena.cmd.CmdMain.mainRun(CmdMain.java:45)
> at tdb.tdbloader.main(tdbloader.java:48)
> {noformat}
> This work with Jena 3.7.0 but not 3.8.0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)