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





------- Additional comments from [EMAIL PROTECTED] Tue Aug 21 23:53:38 +0000 
2007 -------
Let's consider the following sequence in OOoBean:

OOoBean.loadFromURL(...)
[** document is closed using File/Close in the OOoBean]
OOoBean.loadFromURL(...)

If the closed document (at **) was the last one, the sequence suceeds and the
2nd doc is opened.

If there remains documents after closing the doc at ** (eg. in non-OOoBean OOo
Frames), the sequence fails:
produces a DisposedException with the stack trace quoted below.

This can be reproduced using the OOoBeanViewer applet shipped with the sdk using
officebean.jar 680m5 build 9073).

----

com.sun.star.lang.DisposedException: TransactionManager...
Owner instance already closed. Call was rejected!

        at
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java)
        at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java)
        at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java)
        at 
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java)
        at
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java)
        at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java)
        at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java)
        at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java)
        at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java)
        at $Proxy22.close(Unknown Source)
        at com.sun.star.comp.beans.OOoBean.clear(OOoBean.java)
        at com.sun.star.comp.beans.OOoBean.stopOOoConnection(OOoBean.java)
        at com.sun.star.comp.beans.OOoBean.loadFromURL(OOoBean.java)


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