This should be fixed now.
Any query or update inside a WRITE transaction had the potential to
trigger this.
Both JENA-344 and JENA-346 were factor - different issues but one
obscured the other.
Andy
On 08/11/12 14:02, Elli Schwarz wrote:
Andy,
Yes, I can confirm this same weird behavior in my setup. In fact, when I run the Update
script a second time, even if I change the graph name to something else like <g88>
the query doesn't work correctly and I can't see data from <g88>. Another interesting
thing I discovered is that even after a Fuseki restart, if I run the Update scripts and
then the query, I will also get incorrect results for the query. The only way to get
correct results is if I shut down Fuseki, delete my DB's data directory, and then restart
Fuseki, and then I only get the correct results for the first time I run the Update script.
So this is definitely odd behavior.
So apparently the reason why I was unable to get things working even one time
after this fix for JENA-344 was because I hadn't deleted my data directory.
When I delete it first, my original script I sent you does work and return
correct results the first time only.
Thanks,
Elli