-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TDB data source incompatible with new Jena #53
Comments
@mielvds maybe you know what's wrong there? |
Let me see. What did you change? Can you post the new |
I set all Jena versions to 3.10.0. Also, I added |
No idea really, maybe @barthanssens can answer this? |
I'm mainly working with RDF4J, so I'm guessing here based on some quick googling :-) It appears to be that there were changes in Jena, and things like qexec.execConstruct(triples); (line 116) seems to be valid only in a transaction... If you prefer some syntactic sugar, there is also a convenience library ´Txn´ for handling transactions in a lambda expression: http://jena.apache.org/documentation/txn/txn.html |
I tried to upgrade this package to Jena 3.10.0 (since 3.1.0 has dependencies which have some security issues) and I get
Not in a transaction
exceptions in tests, e.g.:Looks like something needs to be done to keep compatibility with latest Jena?
The text was updated successfully, but these errors were encountered: