To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109183
                 Issue #|109183
                 Summary|XComponentLoader: XModel as PropertyValue crashes the 
                        |office
               Component|framework
                 Version|OOo 3.2 RC5
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|tm
             Reported by|eberlein





------- Additional comments from [email protected] Fri Feb 12 07:50:50 
+0000 2010 -------
To reproduce:
XModel xModel = (XModel) xTextDocument;
           
XComponentLoader xComponentLoader = (XComponentLoader)
UnoRuntime.queryInterface(XComponentLoader.class,xDesktop);
           
PropertyValue[] props = new PropertyValue[2];
           
props[0] = new PropertyValue();
props[0].Name = "Model";
props[0].Value = xModel;
props[1] = new PropertyValue();
props[1].Name = "Hidden";
props[1].Value = true;
xComponentLoader.loadComponentFromURL("private:factory/swriter", "_blank", 0,
props);

In OpenOffice 3.2 this crashes the office (resp. the doc vanishes in the haze)

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

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