To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61408 Issue #:|61408 Summary:|test tool has to change it's FileExit() |implementation Component:|framework Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P2 Subcomponent:|code Assigned to:|gh Reported by:|as
------- Additional comments from [EMAIL PROTECTED] Tue Jan 31 01:13:15 -0800 2006 ------- This method made several problems before. And everytimes we found a workaround inside the office. But in general this function is implemented right inside the test tool itself. Normaly an office shutdown must be made asynchronous. Because a terminated office cant provide any information about the success of this operation. But in such asnychronous use case the test tool lib "sts" itself hinder the office on shutdown. Because it increased the dispatch level of the application so it thinks that there exists some external requests running inside the office. E.g. a running command line request. So there was a try to implement FileExit() synchron. But then it happens that some global resources was already removed but references and used later (because the synchronous call stack must be finished before the office process was realy removed from memory!). The test tool must find a way to execute FileExit() asynchronous in a manner "fire and forget" and poll from outside(!) to find out if the operation was successfully. see #61403# too --------------------------------------------------------------------- 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]
