To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112014





------- Additional comments from [email protected] Sat Jun  5 16:00:54 
+0000 2010 -------
Well, figured out the 2 open ODB files. I would say this is a bug in OO.o but it
is for sure a bug in the basic code also.

The problem is with forming a URL - at one spot in basic code an address of 
type:
/home/yipper/Documents/minutes//TakenDB.odb
is used.

The URL should of been:
/home/yipper/Documents/minutes/TakenDB.odb

Now I haven't gone back and checked for sure, but I think in OO.o 3.1.1 this
would have caused an error - but it appears that under 3.2 it now actually
creates two instances of the document, each instance pointing to the same
physical file.

Under Windows a lock is placed on the file and OO.o catches this when it creates
the second instance of the ODB file in memory. Linux it seems does not place the
file lock.

Both instances of course use the same HSQLdb lock file. HSQLdb would normally
support multiple users, so that makes sense that it works - but OO.o only uses
it in single user mode therefore we get the in-memory only behavior for the
second connection.

@verjon right now I'm going through the basic code and making a few changes, it
should be fine with 3.2 after the changes - I'll put another hour to it and then
upload the changes as an attachment here for you to look over.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to