[
https://issues.apache.org/jira/browse/JENA-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685768#comment-16685768
]
Andy Seaborne commented on JENA-1631:
-------------------------------------
{{jena.update}} does support transactions and works with TDB2 databases.
{{tdb2.tdbupdate}} inherits from this class and is full transactional.
The issue that update is being called on something that is not TDB2. It is a
compound dataset, a general dataset comprised of graphs from particular
storages (here, two different TDB2 databases; it could be a mix of storage
types).
It is simply a matter that the code has not caught up with the latest general
transaction changes. It is not a blocker.
> "update" command line tool transactions
> ---------------------------------------
>
> Key: JENA-1631
> URL: https://issues.apache.org/jira/browse/JENA-1631
> Project: Apache Jena
> Issue Type: Improvement
> Components: Cmd line tools
> Affects Versions: Jena 3.9.0
> Reporter: Laura
> Assignee: Andy Seaborne
> Priority: Major
>
> The "update" command line tool does not support transactions, which means
> it's not usable with TDB2 datasets.
> Original discussion here:
> https://lists.apache.org/thread.html/b1f53fda77101ae0e4f87b487915d9cefd1d345f4cd1ca53ca7ff60e@%3Cusers.jena.apache.org%3E
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)