To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52831 Issue #:|52831 Summary:|OOoBean: NoConnectionException Component:|api Version:|680m120 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] Wed Aug 3 06:32:06 -0700 2005 ------- Using the complex text in the bean project one may receive NoConnectionExceptions. The exception is thrown because the java bridge is already disposed. This happens in com/sun/star/comp/beans/Wrapper.java in the constructor xComponent = (com.sun.star.lang.XComponent) UnoRuntime.queryInterface( com.sun.star.lang.XComponent.class, xProxy ); This will cause a disposed exception thrown by the bridge. Every instance of OOoBean uses its own bridge. In the complex test, there is a loop which creates a OOoBean in each pass. The bridge is correctly disposed. The curious thing is, that the OOoBean in which the exception is thrown seems to use a bridge which has been used by one of the previous instances. The message of the DisposedException says that the bridge (which is used by xProxy) has been disposed. --------------------------------------------------------------------- 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]