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


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------
        Target milestone|OOo 2.x                   |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed May  2 07:41:40 +0000 
2007 -------
P4 and OOo 2.x somehow contradict each other ...

The problem here is that the form wizard is written in Java, which
"unfortunately" has this thing called garbage collection. References to the
database document are not discarded when the wizard is finished, but only some
time later, when the JVM's garbage collection runs (which might be whenever).
Thus, the document is not really closed.

We currently have no mechanism in place to prevent this. Perhaps we should
declare the application window being the owner of the document. Currently, it is
not really, since it is allowed to programmatically obtain a document reference,
close the application, and continue working with the document. Not sure how to
best solve this.

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to