[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

2007-09-21 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69084


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 21 12:38:09 + 
2007 ---
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

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

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


User fs changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 10:28:17 + 
2007 ---
targeting to 2.4, since the fix is part of a CWS aiming for this release

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

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


User oj changed the following:

What|Old value |New value

 Assigned to|oj|msc





--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 11:26:45 + 
2007 ---
Please verify. Thanks.

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

2007-08-29 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69084


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Aug 29 13:24:08 + 
2007 ---
Fixed in cws dba24a.

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

2006-08-30 Thread ooandreas
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69084
 Issue #|69084
 Summary|Java - XStorable with ODB document - OO.o hangs
   Component|api
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|ooandreas





--- Additional comments from [EMAIL PROTECTED] Wed Aug 30 00:50:25 -0700 
2006 ---
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();

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

2006-08-30 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69084


User fs changed the following:

What|Old value |New value

  CC|''|'fs'

 Assigned to|jsc   |msc





--- Additional comments from [EMAIL PROTECTED] Wed Aug 30 01:20:32 -0700 
2006 ---
fs-msc: can you confirm this?

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

2006-08-30 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69084


User msc changed the following:

What|Old value |New value

 Assigned to|msc   |fs

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Aug 30 03:56:29 -0700 
2006 ---
Hi,

yes I can reproduce this under linux.

The Office loop when do storable.store();

Bye Marc

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



[api-issues] [Issue 69084] Java - XStorable with ODB document - OO.o hangs

2006-08-30 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69084


User fs changed the following:

What|Old value |New value

 Assigned to|fs|oj





--- Additional comments from [EMAIL PROTECTED] Wed Aug 30 07:55:46 -0700 
2006 ---
fs-oj: please take over

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