On 13/04/12 18:40, Jim Reilly wrote:
Andy,
Great, it worked, thanks for the help!!
Now, will the issue be fixed or is closing the model the correct solution (I'm
new to Jena).
If it has to be closed, I read those issues about having to possibly
reopen/recreate and such,
what does that really mean... (issues involved)
As you're using TDB without transactions, you should do a
TDB.sync(dataset) before exiting. (model.close is secretly doing it;
TDB.sync(dataset) isbetter style, it is really the dataset that is being
sync'ed, not just the model)
Andy
Tkx,
Jim