Issue 854 - XNamingService initialization returns null in solaris
Summary: XNamingService initialization returns null in solaris
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 Solaris
: P1 (highest) Trivial
Target Milestone: ---
Assignee: ooo
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-04 09:19 UTC by issues@www
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

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


Attachments
java src file for converting excel to xml works fine with NT but not with solaris (7.28 KB, text/plain)
2003-12-06 14:52 UTC, issues@www
no flags Details
excel file (24.50 KB, application/octet-stream)
2003-12-06 14:52 UTC, issues@www
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description issues@www 2001-05-04 09:19:37 UTC
with OO609 api's
the following code works fine with WIN NT.

it doesn't work with solaris.

XNamingService rName = (XNamingService)UnoRuntime.queryInterface(
								
	XNamingService.class, rInitialObject );

rName is null in case of solaris
i have attached src java and excel file
Comment 1 issues@www 2001-05-04 09:20:55 UTC
Created attachment 230 [details]
java src file for converting excel to xml  works fine with NT but not with solaris
Comment 2 issues@www 2001-05-04 09:22:31 UTC
Created attachment 231 [details]
excel file
Comment 3 oc 2001-05-04 10:40:22 UTC
This is a API problem. Please use for further problems the API group.
Comment 4 ooo 2001-05-07 15:12:53 UTC
IIOP is currently not supported. Please use URP. And please use a newer version
of OpenOffice.org, we have 627 currently. For further information contact:
kay.ramme@germany.sun.com.
Comment 5 ooo 2001-05-08 09:12:35 UTC
Additionally: For newer versions of OOo you will need to replace

	String rootOid = "classic_uno";

by

	String rootOid = "StarOffice.NamingService";

Comment 6 ooo 2001-05-15 17:37:29 UTC
This is not a bug, it is an unsupported feature.