Welcome to Java bugs 4715154 and 4724038

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724038

The TDB test suite deletes databases on Linux but on Windows it creates a new, clean directory each time (and leaves junk around after the suite exists). I don't know if you can move the directory and it's files elsewhere and create a new dataset directory with the same original name on MS Windows. Anyone know?

        Andy

On 26/10/11 13:00, Nadav Hoze wrote:
Hi,

I’m using Jena TDB, and I need to override the datastore files ( i.e.
OSP.dat, OSP.idn, node2id.dat and etc…) with previous backup files that
I have.

To close and release these resources I use the following:

TDB./sync/(model);

TDB./closedown/();

model.close();

but somehow the files are still held by the process, can someone please
help, how do release any handlers attached to my model.

I saw the mail about it (see attached), will it help to do

My application is a standalone application with one main thread.

Thanks,

*Nadav Hoze*

Reply via email to