Issue 638 - XStorable is not working
Summary: XStorable is not working
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 2000
: P3 Trivial
Target Milestone: ---
Assignee: ooo
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-03 11:15 UTC by issues@www
Modified: 2013-02-24 21:06 UTC (History)
1 user (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 issues@www 2001-04-03 11:15:02 UTC
hi iam using the same code for XStorable as given in FAQ by openoffice site
but iam getting an error like StackOverflowError when iam trying to transform
excel file to an text file in NT using staroffice Api's 

PropertyValue [] mypv = new PropertyValue[1]; 
mypv[0] = new PropertyValue();
mypv[0].Name = new String("FilterName");
mypv[0].Value = new String("Text - txt");
mypv[0].Handle = -1; 
mypv[0].State = PropertyState.DEFAULT_VALUE; 
aStore.storeAsURL(doc, mypv); 
//aStore is a XStorable object, and doc is url string 

but I got this:
Exception 
java.lang.ClassCastException: java.lang.StackOverflowError
Comment 1 ooo 2001-04-04 08:56:45 UTC
My guess is, this is again the OLD sequence<PropertyValue> bug in the Java
bindings. But why are you using a 605? Please check with a newer version. If
still there, report to UDK (NOT to API!). Thanks
Comment 2 issues@www 2001-04-04 10:01:34 UTC
iam using starOffice5.2 ver and api which comes with it,
which latest api can i use ,pls give details

thanks 
Ananth
Comment 3 ooo 2001-04-04 13:19:54 UTC
This IssueZilla is NOT for StarOffice 5.2, only for OpenOffice.org!

There was a bug in the Java language bindings as stated previously in 5.2.
Please search the archives of udk and api mailinglists. AFAIK there is a newer
Java librariy for SO 5.2.

But again: This IssueZilla is NOT for StarOffice 5.2, only for OpenOffice.org! 

Thanks
Comment 4 ooo 2003-01-10 10:22:38 UTC
closing