To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=50285 Issue #:|50285 Summary:|OfficeBean: loadFromURL fails after clearDocument Component:|api Version:|1.0.0 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|jl Reported by:|jl
------- Additional comments from [EMAIL PROTECTED] Fri Jun 3 06:40:23 -0700 2005 ------- The functions clearDocument, clear, stopOOoConnection, (calles clear) call XCloseable.close on the frame object. If a client has previously closed the frame or the model themselves then a DisposedException is thrown, which may prevent these methods to do all required work. When after clearDocument loadFromURL is called then a DisposedException is thrown. This happens because the member containing the Xframe which was closed in clearDocument is not set to null. --------------------------------------------------------------------- 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]
