Issue 69084 - Java - XStorable with ODB document - OO.o hangs
Summary: Java - XStorable with ODB document - OO.o hangs
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: marc.neumann
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 08:50 UTC by ooandreas
Modified: 2013-02-24 21:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ooandreas 2006-08-30 08:50:25 UTC
I loaded an odb document with the XComponentLoader. Using the XStorable
interface of the document causes an OpenOffice.org crash (My java code does not
return from the method storable.store()). This is my code:

Object object =
application.getServiceProvider().createServiceWithContext("com.sun.star.frame.Desktop");
      XComponentLoader xComponentLoader =
(XComponentLoader)UnoRuntime.queryInterface(XComponentLoader.class, object);
      XComponent xComponent =
xComponentLoader.loadComponentFromURL("file:///c:/MyDB2.odb", "_blank",
FrameSearchFlag.ALL, new PropertyValue[0]);
      XStorable storable = (XStorable)UnoRuntime.queryInterface(XStorable.class,
xComponent);
      storable.store();
Comment 1 Frank Schönheit 2006-08-30 09:20:32 UTC
fs->msc: can you confirm this?
Comment 2 marc.neumann 2006-08-30 11:56:29 UTC
Hi,

yes I can reproduce this under linux.

The Office loop when do storable.store();

Bye Marc
Comment 3 Frank Schönheit 2006-08-30 15:55:46 UTC
fs->oj: please take over
Comment 4 ocke.janssen 2007-08-29 14:24:08 UTC
Fixed in cws dba24a.
Comment 5 Frank Schönheit 2007-09-03 11:28:17 UTC
targeting to 2.4, since the fix is part of a CWS aiming for this release
Comment 6 ocke.janssen 2007-09-03 12:26:45 UTC
Please verify. Thanks.
Comment 7 marc.neumann 2007-09-21 13:38:09 UTC
verified in CWS dba24a

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a
Comment 8 thorsten.ziehm 2009-07-20 14:54:54 UTC
This issue is closed automatically and wasn't rechecked in a current version of
OOo. The fixed issue should be integrated in OOo since more than half a year. If
you think this issue isn't fixed in a current version (OOo 3.1), please reopen
it and change the field 'Target Milestone' accordingly.

If you want to download a current version of OOo =>
http://download.openoffice.org/index.html
If you want to know more about the handling of fixed/verified issues =>
http://wiki.services.openoffice.org/wiki/Handle_fixed_verified_issues