[framework-issues] [Issue 103353] DisposedException when ca lling dispose on a document

2010-02-09 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103353


User jl changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from j...@openoffice.org Tue Feb  9 10:00:39 + 
2010 ---
Retargeted to 3.x

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103353] DisposedException when ca lling dispose on a document

2009-09-03 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103353


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo 3.2   |OOo 3.3





--- Additional comments from j...@openoffice.org Thu Sep  3 08:52:15 + 
2009 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103353] DisposedException when ca lling dispose on a document

2009-08-04 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103353


User mav changed the following:

What|Old value |New value

 Assigned to|mav   |jl





--- Additional comments from m...@openoffice.org Tue Aug  4 10:40:15 + 
2009 ---
The problem seems not to be reproducible with the StarBasic. Thanks to
zhangxiaofei for testing it.
That means that the DisposedException is thrown from the bridge.

I suspect the problem is the following. If the document, that is
disposed/closed, is the last one in the office, the closing should let the
office terminate itself. As result there is a probability that the termination
happens before the dispose/close call returns, in this case the bridge will
throw DisposedException.

We have already discussed the problem considering office lifetime and the
DisposedException that might be thrown during terminate() call.

mav-jl: Other possibility would be that the proxy object on the bridge has
problems and throws the exception. The bridge implementation is your sourcecode
if I am not wrong. Could you please check the original scenario, and if my
assumption is correct please send the bug back to me.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103353] DisposedException when ca lling dispose on a document

2009-07-30 Thread zhangxiaofei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103353


User zhangxiaofei changed the following:

What|Old value |New value

  CC|''|'zhangxiaofei'





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103353] DisposedException when ca lling dispose on a document

2009-07-06 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103353
 Issue #|103353
 Summary|DisposedException when calling dispose on a document
   Component|framework
 Version|OOO310m14
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mav
 Reported by|jl





--- Additional comments from j...@openoffice.org Mon Jul  6 11:39:36 + 
2009 ---
The document is created  in Visual Basic using VS2008.

Function createHiddenDocument() As Object
  'Try to create a hidden document
  Dim objPropValue As Object
  objPropValue = objOleTest.Bridge_GetStruct(com.sun.star.beans.PropertyValue)
  'Set the members. If this fails then there is an Error
  objPropValue.Name = hidden
  objPropValue.Handle = -1
  objPropValue.Value = True

  'create a hidden document
  'Create the Desktop
  Dim objDesktop As Object
  objDesktop = objServiceManager.createInstance(com.sun.star.frame.Desktop)
  'Open a new empty writer document
  Dim args(0) As Object
  args(0) = objPropValue
 createHiddenDocument =
objDesktop.loadComponentFromURL(private:factory/swriter, _blank, 0, args)
End Function

Calling dispose on the returned object results in a DisposedException whereas a
close() seems to work.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org