> Forgot to mention: Fuseki 3.12

I fear guys that you've introduced a new regression in 3.12.0 regarding the 
UnionModel/transactions/TDB. I've spent hours debugging my code and Fuseki 
configuration, until I noticed that my dev server was 3.6.0 but in the prod 
server I had installed 3.12.0 (the last version). Reverting to 3.6.0 works 
without problems. Reverting once more to 3.12.0, the problem is there again.

To give some context, I have a very basic UnionModel as described in the 
previous email. What I need is a union graph of graphs extracted from several 
TDB datasets (I would like to use TDB2 but it does not support this feature, so 
all my datasets are TDB). I'm running a DESCRIBE query that extracts data from 
the union, data that is stored in 2 graphs. With 3.6.0 it works. With 3.12.0 I 
receive a 500 and Fuseki's logs show me "Not in a transaction". This query 
however does work sometimes, in particular if I run it alone. I see the problem 
when I run it after other queries in sequence. No data is ever altered, they 
are all read-only queries (ASK/DESCRIBE). I really don't know what's going on.

Reply via email to