To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63390





------- Additional comments from [EMAIL PROTECTED] Tue Mar 21 01:15:52 -0800 
2006 -------
The examples in First Steps and others rely on method bootstrap() in the class
com.sun.star.comp.helper.Bootstrap.

This method dies silently when executed with gij as may be seen by running the
very simple test program in 
examples/DevelopersGuide/FirstSteps/FirstUnoContact.java

Some tracing in Bootstrap.java (module javaunohelper) revealed that this
statement would never return:
XUnoUrlResolver xUrlResolver = UnoUrlResolver.create( xLocalContext );

So I searched for a different means to get the xUrlResolver and found it in
bean/com/sun/star/beans/LocalOfficeConnection.java

The attached patch allows examples to succeed with gcj/gij on GNU/Linux Sparc in
FirstSteps, ProfUNO and OfficeDev, in each case a connection is made and
examples perform as expected. I will need test all examples and report.



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